wined3d: Allow use of pixel shaders with drawStridedSlow.
[wine] / dlls / msvcrt / string.c
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.