Release 1.5.29.
[wine] / dlls / ntdll / string.c
2013-03-14  Alexandre Julliardntdll: Copy some missing string functions from msvcrt.
2012-12-27  Alexandre Julliardntdll: Remove unused include.
2010-05-13  Marcus Meissnerntdll: Implement bsearch, lfind to use correct comparat...
2010-05-11  Marcus Meissnerntdll: Reimplement qsort() using generic mergesort.
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2008-07-22  Lei Zhangntdll: Use our own implementation of atoi and atol.
2007-06-11  Francois Gougetntdll: Improve the prototypes Win64 compatibility by...
2007-04-12  Andrew Talbotntdll: Void functions should not return a value.
2007-03-09  Alexandre Julliardntdll: Fixed a compiler warning for size_t/unsigned...
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardntdll: Add wrappers for the string functions.
2006-01-24  Alexandre Julliardntdll: memcpy should behave like memmove in ntdll too.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-09-13  Jon GriffithsDocumentation updates.
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-22  Thomas Mertes- Implement RtlDowncaseUnicodeString, RtlUniform, iswdi...
2003-03-12  Thomas MertesImplement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...
2002-10-09  Alexandre JulliardFixed buffer size in _ultoa (spotted by Joerg Mayer).
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-07  Johann MessnerFixed bug in _ultoa.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.