msvcrt: Rename _environ to avoid a conflict on Solaris.
[wine] / dlls / msvcrt / msvcrt.h
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
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...
2007-02-14  Damjan Jovanovicmsvcrt: Added declarations for functions and structures...
2007-02-09  Eric Pouechmsvcrt: Use raise(SIGABRT) for abort() and assert().
2007-02-06  Damjan Jovanovicmsvcrt: Align struct _stati64's st_size on an 8 byte...
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2006-12-19  Louis Lendersmsvcrt: Add _atoldbl.
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2006-01-23  Alexandre Julliardmsvcrt: Properly implemented strerror and perror (based...
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
2006-01-14  Alexandre Julliardmsvcrt: Reimplement rand() and srand() to use per-threa...
2006-01-14  Alexandre Julliardmsvcrt: Make strtok and wcstok thread-safe by using...
2006-01-14  Alexandre Julliardmsvcrt: Implemented asctime, ctime and strftime instead...
2005-12-21  Alexandre Julliardmsvcrt: Return a per-thread buffer in localtime and...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
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.