qmgr: Remove separate release helpers.
[wine] / dlls / msvcrt / string.c
2012-12-26  Piotr Cabanmsvcrt: Added _strnicmp_l implementation.
2012-12-24  Piotr Cabanmsvcrt: Added _stricmp_l implementation.
2012-12-18  Piotr Cabanmsvcrt: Use LC_COLLATE category in strcoll functions.
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl_l implementation.
2012-12-17  Piotr Cabanmsvcrt: Don't duplicate floating-point number parsing...
2012-12-14  Austin Englishmsvcrt: Implement memcpy in msvcrt instead of forwardin...
2012-12-12  Piotr Cabanmsvcrt: Added _atoi_l implementation.
2012-11-06  Piotr Cabanmsvcrt: Improved strtod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _atoflt_l precision.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-06-21  Francois Gougetmsvcrt: Use the CSTR_XXX macros instead of numeric...
2011-11-29  Eric Pouechmsvcrt: Implemented _ultow_s.
2011-09-20  Francois Gougetmsvcrt: Fix printing NULL strings.
2011-06-03  Piotr Cabanmsvcrt: Improved tolower_l and toupper_l implementation.
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 strlwr and strupr functions.
2011-05-12  Piotr Cabanmsvcrt: Added _strnicoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strncoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _stricoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strcoll_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strupr_s_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _strlwr_s_l implementation.
2011-02-17  Jörg Höhlemsvcrt: sizeof(long double) is 12 with MS, but not...
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-12-29  Arno Teigsethmsvcrt: Added _ui64tow_s.
2010-11-16  Eric Pouechmsvcrt: Implemented _i64to[aw]_s.
2010-11-16  Eric Pouechmsvcrt: Implemented _ltoa_s.
2010-11-15  Eryk Wieliczkomsvcrt: Implement strncat_s.
2010-11-12  Eric Pouechmsvcrt: Use macro for parameters validation itoa_s...
2010-11-03  Eric Pouechmsvcrt: Implemented _itow_s.
2010-11-01  Eric Pouechmsvcrt: Use parameter checking macros for string to...
2010-11-01  Eric Pouechmsvcrt: Use parameter checking macros for strtok_s.
2010-10-21  Andrew Nguyenmsvcrt: Implement _ultoa_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _strlwr_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _itoa_s.
2010-07-22  Piotr Cabanmsvcrt: Fixed strtod_l/wcstod_l implementation.
2010-05-17  Piotr Cabanmsvcrt: Added $I10_OUTPUT implementation.
2010-05-10  Piotr Cabanmsvcrt: Fix strtod and wcstod implementation.
2010-05-05  Piotr Cabanmsvcrt: Added _ui64toa_s implementation.
2010-04-28  Detlef Riekenbergmsvcrt: Fix wrong msvcr90 in comments.
2010-04-27  Piotr Cabanmsvcrt: Added _wcstoi64 and _wcstoui64 implementation.
2010-04-26  Piotr Cabanmsvcrt: Added strtok_s implementation.
2010-04-26  Piotr Cabanmsvcrt: Use wcstod_l/strtod_l in other functions that...
2010-04-26  Piotr Cabanmsvcrt: Change strtod_l implementation.
2010-04-21  Piotr Cabanmsvcrt: Added _strtod_l implementation.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-03-29  Piotr Cabanmsvcrt: Added _strtoui64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-03-25  Piotr Cabanmsvcrt: Added strnlen implementation.
2009-09-01  Alexandre Julliardmsvcrt: Fix the strtol/strtoul definitions.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2008-02-27  Alexandre Julliardmsvcrt: Use the correct msvcrt defines for errno values.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation for __STRINGTOLD.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
2007-07-27  Alexandre Julliardmsvcrt: Get rid of the now unused strndup/wstrndup...
2006-12-19  Louis Lendersmsvcrt: Add _atoldbl.
2006-06-21  Louis. Lendersmsvcrt: Fix a crash in _strdup.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-14  Alexandre Julliardmsvcrt: Added wrappers for a few functions instead...
2006-01-14  Alexandre Julliardmsvcrt: Make strtok and wcstok thread-safe by using...
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2005-05-23  Uwe BonnesImplement minimal _stricoll.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2002-07-23  Alexandre JulliardRemoved non-exported string functions.
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-07-11  Patrik StridvallDocumentation fixes.
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
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-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.