msvcrt: Use the CSTR_XXX macros instead of numeric literals.
[wine] / dlls / msvcrt / scanf.c
2011-04-05  Piotr Cabanmsvcrt: Added _snwscanf implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _snscanf implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cwscanf* implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added fscanf_s(_l) implementation.
2010-04-22  Piotr Cabanmsvcrt: Added support for secure functions to scanf...
2010-04-22  Piotr Cabanmsvcrt: Added _cscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _swscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _sscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _wscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fwscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _scanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Added _fscanf_l implementation.
2010-04-22  Piotr Cabanmsvcrt: Add support for locales in scanf helper functions.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the scanf functions to use MS ABI...
2007-06-25  Michael Stefaniucmsvcrt: Do not use wide character constants.
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-10-15  György 'Nog' JeneyImplement [ format specifier.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...