janitorial: Remove links to any microsoft site.
[wine] / dlls / msvcrt / string.c
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.