msvcrt: symbol undecoration: Really check that we get a template string before making...
[wine] / dlls / msvcrt / exit.c
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-02-09  Eric Pouechmsvcrt: Use raise(SIGABRT) for abort() and assert().
2007-01-15  Andrew Talbotmsvcrt: Declare some items static.
2006-12-14  Dmitry Timoshkovmsvcrt: Make some data const.
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-13  Mike McCormackmsvcrt: Fix a typo.
2005-10-21  Alexandre Julliard_cexit should call the atexit functions.
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  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-03-15  Jon GriffithsDisplay abnormal exit text in a message box for GUI...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Peter Hunnisettatexit doesn't take a _onexit_t parameter.
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-07-23  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-01-22  Jon GriffithsImplemented __dllonexit.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.