2007-02-05 |
Michael Stefaniuc | msvcrt: Fix *printf() handling of negative field width. |
blob | commitdiff | raw |
2006-11-15 |
Sam Dennis | msvcrt: Use the custom vsnprintf implementation for... |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Jesse Allen | msvcrt: Estimate required buffer size better in pf_vsnp... |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Jesse Allen | msvcrt: Free correct buffer in pf_vsnprintf. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | msvcrt: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Andrew Talbot | msvcrt: Write-strings warnings fix. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Peter Beutner | msvcrt: Fix handling of 'h' prefix in swprintf. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | msvcrt: Use the msvcrt version of printf everywhere. |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Make snprintf and snwprintf use the msvcrt... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Make strtok and wcstok thread-safe by using... |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Jesse Allen | msvcrt: pf_integer_conv for I64. |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Jesse Allen | msvcrt: Do not treat %ll as an IntegerDouble in printf. |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Jesse Allen | msvcrt: Parse I, I32, and I64 integer size flags in... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Jesse Allen | msvcrt: Fix printf sign flags. |
blob | commitdiff | raw | diff to current |
2005-12-20 |
Jesse Allen | msvcrt: Ignore PadZero when LeftAlign is true in printf... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Jesse Allen | msvcrt: Require exact uppercase and lowercase format... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Mike McCormack | Use the correct buffer - reported by Jesse Allen. |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Mike McCormack | Missing and zero precision specifiers are different. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Marcus Meissner | char pointer must be 11 byte to fit 10 characters ... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
<wine.larry.engho... | Interpret %% correctly in printf format string. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Rein Klazes | Fix decoding printf format in case the field width... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Mike McCormack | Handle %ls in sprintf. |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Mike McCormack | Handle the printf %F format modifier. |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Uwe Bonnes | Advance over * argument for precision. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Mike McCormack | Add handling of %ws, %S and %C to _vns(w)printf, improv... |
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-06-02 |
Mike McCormack | Copy the vsnprintfW implementation from libunicode... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Dave Belanger | wcstod: added exponent parsing and fixed handling of... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Jon Griffiths | A first stab at wcstod(). |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
blob | commitdiff | raw | diff to current |
2002-05-20 |
John K. Hohm | Fix msvcrt._vsnwprintf format reading bug like NTDLL_vs... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Alexandre Julliard | Implemented inline version of the iswxxx functions. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Removed implementation of _ultow since it is forwarded... |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Ove Kaaven | Handle the %f case in wsprintf. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-01-22 |
James Juran | Use int instead of WCHAR in va_arg() (fixes gcc-current... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|