Fix realloc() to match the documented behaviour.
[wine] / dlls / msvcrt / scanf.h
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...