Use the correct buffer - reported by Jesse Allen.
[wine] / dlls / msvcrt / wcs.c
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.