msvcrt: Improve _mbbtombc to handle Japanese characters.
[wine] / dlls / msvcrt / scanf.h
2012-01-06  Daniel Lehmanmsvcrt: Make WEOF returned from swscanf signed.
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-19  Piotr Cabanmsvcrt: Make scanf functions thread safe.
2011-04-05  Piotr Cabanmsvcrt: Added _snscanf implementation.
2010-04-26  Piotr Cabanmsvcrt: Fix debug message in scanf.
2010-04-22  Piotr Cabanmsvcrt: Added _cwscanf* implementation.
2010-04-22  Piotr Cabanmsvcrt: Added support for secure functions to scanf...
2010-04-22  Piotr Cabanmsvcrt: Add support for locales in scanf helper functions.
2009-11-24  Gregor Schneidermsvcrt: Calculate floating point decimals in internally...
2009-04-06  Alexandre Julliardmsvcrt: Fix scanf to correctly parse pointers on 64...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the scanf functions to use MS ABI...
2008-07-02  Peter Oberndorfermsvcrt: Implement %p for scanf.
2008-03-20  Alexandre Julliardmsvcrt: Add support for field width in scanf %c format.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-01-17  Alasdair Sinclairmsvcrt: If we're at EOF in the buffer and we have patte...
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-27  H. Verbeetmsvcrt: Fix reading of signed numbers with unsigned...
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-05-17  Raphael JunqueiraFix scanf handling of float numbers (beginning with...
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-01-06  Peter Berg Larsen%[a-z] and %[z-a] are interpreted as equivalent to...
2004-01-06  Peter Berg LarsenAdded _BITMAPSIZE_ and split _CONVERT_ macro to remove...
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-10-10  Uwe Bonnes%n returns the number of consumed characters.
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Alexandre JulliardFixed EOF return value for sscanf.
2003-01-11  Mehmet Yasar- return EOF when stream is empty
2002-12-20  Alexandre JulliardHandle unknown format chars correctly (spotted by Györg...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-10-15  György 'Nog' JeneyImplement [ format specifier.
2002-09-29  Jukka HeinonenFunctions sscanf and swscanf now expect strings to...
2002-09-09  Uwe BonnesMake the scanf family recognize characters again.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...