Assorted spelling fixes.
[wine] / dlls / msvcrt / console.c
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in cprintf functions...
2010-11-08  Eric Pouechmsvcrt: Implemented _vc(w)printf.
2010-11-03  Eric Pouechmsvcrt: Implemented _cputws.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-06-02  Eric Pouechmsvcrt: Fix for getch() and special characters.
2008-05-27  Dmitry Timoshkovmsvcrt: Mark some data as constant.
2008-05-27  Eric Pouechmsvcrt: Properly handle the extended keys in getch().
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
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-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2005-10-29  Kevin KoltzauEnable line editing for _cgets.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-02-08  C. Scott AnanianFilled out the implementation of fscanf and _cscanf.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
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-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.