dlls: Remove unneeded include directives in resource files.
[wine] / dlls / msvcrt / wcs.c
2011-10-06  Piotr Cabanmsvcrt: Added _iswdigit_l implementation.
2011-10-04  Piotr Cabanmsvcrt: Fix wcsncpy_s implementation.
2011-09-20  Piotr Cabanmsvcr90: Fix _vswprintf_p implementation.
2011-08-01  Piotr Cabanmsvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-07-29  Piotr Cabanmsvcrt: Fixed vswprintf* exports.
2011-07-28  Piotr Cabanmsvcrt: Fix uninitialized memory access in wcsrtombs_l...
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-16  Piotr Cabanmsvcrt: Fix return values in wcstombs and wcsrtombs...
2011-05-12  Piotr Cabanmsvcrt: Added _towupper_l and _towlower_l implementation.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-05-03  Francois Gougetmsvcrt: Make printf_arg arg_clbk_positional() and MSVCR...
2011-04-28  Piotr Cabanmsvcrt: Added _set_printf_count_output and _get_printf_...
2011-04-28  Piotr Cabanmsvcrt: Added wcsrtombs implementation.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-25  Piotr Cabanmsvcrt: Removed pf_vnsprintf internal function.
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in sprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in cprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Copy and reorganize printf implementation.
2011-04-06  Piotr Cabanmsvcrt: Added wctob implementation.
2011-04-04  Andrew Nguyenmsvcrt: Ensure that old buffer contents are copied...
2011-03-30  Piotr Cabanmsvcrt: Correctly terminate string in wcsncat_s.
2011-03-30  Piotr Cabanmsvcrt: Added space for nullbyte in size returned by...
2011-03-07  Nikolay Sivovmsvcrt: Added partially complete _wcsupr_s_l (without...
2011-03-07  Nikolay Sivovmsvcrt: Added _wcslwr_s implementation.
2010-12-05  Mike Gibsonmsvcrt: Implement wcsnicoll.
2010-11-16  Eric Pouechmsvcrt: Use the macros for parameter checking for wcsnc...
2010-11-08  Eric Pouechmsvcrt: For internal msvcrt use, added ability to grow...
2010-11-03  Eric Pouechmsvcrt: Implemented wcstok_s.
2010-11-01  Eric Pouechmsvcrt: Use parameter checking macros in vsn(w)printf_s_l.
2010-11-01  Eric Pouechmsvcrt: Use parameter checking macros in wcstombs_s_l.
2010-11-01  Eric Pouechmsvcrt: Use parameter checking macros for wcsto{number...
2010-10-19  Damjan Jovanovicmsvcrt: Improve wcsncat_s.
2010-10-18  Damjan Jovanovicmsvcrt: Implement wcsncat_s.
2010-09-29  Hans Leidekkermsvcrt: Implement wcsnlen.
2010-09-23  Piotr Cabanmsvcrt: Added 'll' modifier to printf functions.
2010-08-27  Piotr Cabanmsvcrt: Added _scprintf implementation.
2010-07-22  Piotr Cabanmsvcrt: Fixed strtod_l/wcstod_l implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _scwprintf implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snwprintf_s implementation.
2010-06-11  Nikolay Sivovmsvcrt: Add _snprintf_s implementation.
2010-06-07  Alexander Scott... msvcrt: The sizeOfBuffer argument of _vsnwprintf_s...
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-06-07  Alexander Scott... msvcrt: Fix comments.
2010-05-24  Piotr Cabanmsvcrt: Fix wcstombs_l implementation.
2010-05-10  Piotr Cabanmsvcrt: Fix strtod and wcstod implementation.
2010-05-06  Piotr Cabanmsvcrt: Fixed wcstombs(_s_l) implementation.
2010-04-28  Detlef Riekenbergmsvcrt: Fix wrong msvcr90 in comments.
2010-04-27  Piotr Cabanmsvcrt: Added wcstombs_s implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _wcstoi64 and _wcstoui64 implementation.
2010-04-26  Piotr Cabanmsvcrt: Use wcstod_l/strtod_l in other functions that...
2010-04-26  Piotr Cabanmsvcrt: Added wcstod_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added swprintf_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added implementations of _vswprintf* functions.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnwprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Add parameters to mimic *_s function behaviour...
2010-04-19  Piotr Cabanmsvcrt: Format strings according to specified locale...
2010-04-08  Piotr Cabanmsvcrt: Added _iswalpha_l implementation.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-01-11  Jason Edmeadesmsvcrt: Add support for sprintf_s.
2010-01-11  Jason Edmeadesmsvcrt: Add support for vsprintf_s.
2009-12-04  Marcus Meissnermsvcrt: Remove unnecessary NULL check (Coverity).
2009-11-16  Andrew Nguyenmsvcrt: Implement and test _wcsupr_s.
2009-08-10  Andrew Nguyenmsvcrt: Remove dead code in wcscpy_s.
2009-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-01-08  Alexandre Julliardmsvcrt: Avoid size_t in printf format.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2009-01-02  Alexandre Julliardmsvcrt: Fix formatting of pointers in printf.
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-10-21  Eric Pouechmsvcrt: Implemented vswprintf_s.
2008-10-13  Eric Pouechmsvcrt: Implemented wcscat_s.
2008-10-06  Eric Pouechmsvcrt: Implemented wcsncpy_s.
2008-07-16  Jon Griffithsmsvcrt: Fix exponents in *printf family.
2008-05-27  Jon Griffithsmsvcrt: Follow Vista behaviour in wcscpy_s.
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
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.
next