Added more error codes to dxerr8 and dxerr9 which were extracted from
[wine] / dlls / msvcrt / msvcrt.h
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2005-05-13  Juan LangImplement signals.
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2004-12-14  Juan LangImplement _popen and _pclose, and use debugstr_a to...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-10-21  Rein Klazes- mktime should compute the tm_wday, tm_yday and renorm...
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-07-06  Pierre d'HerbemontDefine MSVCRT_div_t and MSVCRT_ldiv_t.
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....
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-02-01  Alexandre JulliardStore mbstok() next pointer in the per-thread data.
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-10-31  Alexandre JulliardAdded support for nested exceptions happening inside...
2002-07-23  Uwe BonnesTake a snapshot of the environment strings when buildin...
2002-07-20  Alexandre JulliardAdded definition of msvcrt internal error codes.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-11-06  François GougetFix the #include order for config.h.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
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-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.