msvcrt: Fix MSVC build in exit.c and msvcrt.h.
[wine] / dlls / msvcrt / ctype.c
2011-10-12  Piotr Cabanmsvcrt: Move _pctype definition to locale.c.
2011-06-20  Piotr Cabanmsvcrt: Fix __p__pctype implementation.
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-20  Piotr Cabanmsvcrt: Fix __pctype_func implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _tolower_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _toupper_l implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _is*_l functions implementation.
2011-05-12  Piotr Cabanmsvcrt: Added _isctype_l implementation.
2011-03-31  Piotr Cabanmsvcrt: Don't call get_locale two times in _isctype...
2010-04-16  Alexandre Julliardmsvcrt: Initialize exported common variables to fix...
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
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-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-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.