projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
include: Add IGlobalOptions interface.
[wine]
/
include
/
msvcrt
/
stdio.h
2012-10-08
Daniel Lehman
msvcrt: Add declaration for _sc[w]printf to header.
blob
|
commitdiff
|
raw
2012-06-22
Piotr Caban
msvcp90: Added num_put<char>::put(double) implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Piotr Caban
msvcr90: Fix _vswprintf_p implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-28
Piotr Caban
msvcrt: Added _set_printf_count_output and _get_printf_...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-09
Nikolay Sivov
msvcrt: Add _get_output_format() and return default...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Eryk Wieliczko
msvcrt: Implement fprintf_s and fwprintf_s.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Eryk Wieliczko
msvcrt: Implement printf_s and wprintf_s.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Eryk Wieliczko
msvcrt: Implement vprintf_s and vwprintf_s.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Eryk Wieliczko
msvcrt: Implement vfprintf_s and vfwprintf_s.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Eryk Wieliczko
msvcrt: Implement _ftelli64.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Alexander Scott...
include/msvcrt: Update a bit.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-21
Alexandre Julliard
include: Specify explicit alignment for __int64 types.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-23
Alexandre Julliard
include/msvcrt: Add explicit msvcrt_long types to repla...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Hans Leidekker
msvcrt: Implement _vscprintf and _vscwprintf.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-07
Alexandre Julliard
include/msvcrt: Replace va_list by __ms_va_list for...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Alexandre Julliard
include: Use __p__iob on i386 to avoid problems with...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Alexandre Julliard
msvcrt: Add __cdecl to all function prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Alexandre Julliard
msvcrt: The __p_* functions are only exported on i386.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Alexandre Julliard
msvcrt: Use iob_func instead of p__iob on non-x86.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Alexandre Julliard
include: Add the msvcrt/crtdefs.h header and include...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
include: Fix the definition of 64-bit types for Mingw64.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Dmitry Timoshkov
include/msvcrt: Make sure that __int64 is properly...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Dmitry Timoshkov
msvcrt: Pack the structures on a 8-byte boundary like...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Alexandre Julliard
configure: Don't define _WIN64 on the command line...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-10
Alexandre Julliard
include/msvcrt: Fix all definitions of size_t for Win64.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Lionel Ulmer
fpos_t should be 64 bits (verified with native MSVCRT...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Dimitrie O. Paun
Split the MSVCRT implementation headers from the public...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-12
Eric Pouech
- rewrote the file code so that streams manage low...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-26
Dimitrie O. Paun
Fix the _WCTYPE_T_DEFINED sentry for compatibility.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-16
Hans Leidekker
- Prefix many more functions, types, structs, etc....
blob
|
commitdiff
|
raw
|
diff to current
2004-02-19
Alexandre Julliard
Fixed varargs handling in the scanf functions (spotted...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-24
Pavel Roskin
MSVCRT_tmpnam(): complete rewrite. Use the same names...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Dimitrie O. Paun
Alias _vsnprintf as vsnprintf.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-18
Jon Griffiths
Don't redefine __WINE_USE_MSVCRT (msvc warning).
blob
|
commitdiff
|
raw
|
diff to current
2003-03-26
Alexandre Julliard
Use aliases instead of #defines for the varargs functio...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-22
Madhura Sahasrabudhe
Changed the macros in the msvcrt headers to static...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-11
Dimitrie O. Paun
Use inline functions instead of macros to avoid problem...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-04
Alexandre Julliard
Removed a few more #ifdef __WINE__.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-18
Alexandre Julliard
Avoid including other headers from the msvcrt headers...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-17
Daniel Gudbjartsson
Combined the implementation of all the scanf's in a...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-11
Waldek Hebisch
Implemented stdio buffering and ungetc. Misc stdio...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-22
Francois Gouget
Added __WINE_USE_MSVCRT.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-15
Francois Gouget
The _IOXXX macros conflict with system headers on Solar...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-07
Francois Gouget
RC_INVOKED (&NOWINRES) special cases.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Francois Gouget
Added headers for the msvcrt library.
blob
|
commitdiff
|
raw
|
diff to current