msvcrt: Fixed _ungetwc implementation.
[wine] / dlls / msvcrt / exit.c
2011-11-07  Thomas Fabermsvcrt: Fix MSVC build in exit.c and msvcrt.h.
2011-10-18  Marcus Meissnermsvcrt: Use correct sizeof to realloc (Coverity).
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-04-05  Piotr Cabanmsvcrt: Added _wassert implementation.
2011-02-24  Vincent Povirkmsvcrt: Try to call CorExitProcess instead of ExitProce...
2011-01-31  Detlef Riekenbergmsvcrt: Use the _set_error_mode value to switch between...
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2010-08-25  Piotr Cabanmsvcrt: Added _set_purecall_handler implementation.
2008-11-25  Maarten Lankhorstmsvcrt: Add CDECL to all cdecl functions.
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.