msvcrt: Added implementation for __STRINGTOLD.
[wine] / dlls / msvcrt / wcs.c
2007-07-27  Alexandre Julliardmsvcrt: Get rid of the now unused strndup/wstrndup...
2007-02-05  Michael Stefaniucmsvcrt: Fix *printf() handling of negative field width.
2006-11-15  Sam Dennismsvcrt: Use the custom vsnprintf implementation for...
2006-11-14  Jesse Allenmsvcrt: Estimate required buffer size better in pf_vsnp...
2006-11-14  Jesse Allenmsvcrt: Free correct buffer in pf_vsnprintf.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-06-06  Andrew Talbotmsvcrt: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Peter Beutnermsvcrt: Fix handling of 'h' prefix in swprintf.
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2006-01-14  Alexandre Julliardmsvcrt: Make snprintf and snwprintf use the msvcrt...
2006-01-14  Alexandre Julliardmsvcrt: Make strtok and wcstok thread-safe by using...
2005-12-26  Jesse Allenmsvcrt: pf_integer_conv for I64.
2005-12-26  Jesse Allenmsvcrt: Do not treat %ll as an IntegerDouble in printf.
2005-12-26  Jesse Allenmsvcrt: Parse I, I32, and I64 integer size flags in...
2005-12-21  Jesse Allenmsvcrt: Fix printf sign flags.
2005-12-20  Jesse Allenmsvcrt: Ignore PadZero when LeftAlign is true in printf...
2005-12-19  Jesse Allenmsvcrt: Require exact uppercase and lowercase format...
2005-10-28  Mike McCormackUse the correct buffer - reported by Jesse Allen.
2005-10-27  Mike McCormackMissing and zero precision specifiers are different.
2005-07-03  Marcus Meissnerchar pointer must be 11 byte to fit 10 characters ...
2005-05-10   <wine.larry.engho... Interpret %% correctly in printf format string.
2005-04-14  Rein KlazesFix decoding printf format in case the field width...
2005-03-05  Mike McCormackHandle %ls in sprintf.
2005-03-04  Mike McCormackHandle the printf %F format modifier.
2005-02-25  Uwe BonnesAdvance over * argument for precision.
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-06-02  Mike McCormackCopy the vsnprintfW implementation from libunicode...
2004-04-08  Dave Belangerwcstod: added exponent parsing and fixed handling of...
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-12  Thomas MertesForward to the ntdll functions _itoa, _ltoa, _ultoa...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-05-20  John K. HohmFix msvcrt._vsnwprintf format reading bug like NTDLL_vs...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-06-19  Patrik StridvallRemoved implementation of _ultow since it is forwarded...
2001-04-16  Ove KaavenHandle the %f case in wsprintf.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  James JuranUse int instead of WCHAR in va_arg() (fixes gcc-current...
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.