Assorted spelling fixes.
[wine] / dlls / msvcrt / thread.c
2011-06-20  Piotr Cabanmsvcrt: Avoid deadlock when _beginthread is executed...
2011-05-25  Piotr Cabanmsvcrt: Added _getptd implementation.
2011-05-25  Piotr Cabanmsvcrt: Change the way locale information is stored...
2011-05-25  Piotr Cabanmsvcrt: Close thread handle when _beginthread is used.
2008-01-14  Andrew Talbotmsvcrt: Remove unneeded casts.
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: Reimplement rand() and srand() to use per-threa...
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-07-20  Alexandre JulliardAdded definition of msvcrt internal error codes.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
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-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.