ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msvcrt / tests /
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Test fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Fix _getw.
2006-07-31  Duane Clarkmsvcrt: Fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _read and fgetc.
2006-07-31  Duane Clarkmsvcrt: File read buffer tests.
2006-07-18  Duane Clarkmsvcrt: Add tests of file operations in ASCII mode.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  Ivan Leomsvcrt/tests: Don't leave files on the disk.
2006-06-21  Louis. Lendersmsvcrt: Add simple test for _strdup(0).
2006-06-21  Andrew Ziemmsvcrt: Fix _initterm, with tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Peter Beutnermsvcrt: Fix handling of 'h' prefix in swprintf.
2006-05-15  Vitaliy Margolenmsvcrt: Fix times tests to pass on windows.
2006-05-08  qingdoa daoomsvcrt: Don't duplicate handle in _get_osfhandle.
2006-04-03  qingdoa daoomsvcrt: Allow environment strings longer than 512 chara...
2006-03-27  H. Verbeetmsvcrt: Fix reading of signed numbers with unsigned...
2006-03-06  Eric Pouechmsvcrt: Some more fixes to name demangling.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-20  Michael Stefaniucmsvcrt: Add some tests for __unDName().
2006-02-20  Michael Stefaniucmsvcrt: Fix 20 tests from demangle_test() on old Win...
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Add test for fread/feof.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
2006-01-14  Alexandre Julliardmsvcrt: Make snprintf and snwprintf use the msvcrt...
2006-01-14  Alexandre Julliardmsvcrt: Reimplement rand() and srand() to use per-threa...
2006-01-11  Aric Stewartmsvcrt: Modify dir test to create its own directory...
2006-01-06  Aric Stewartmsvcrt: Add a regression test for _fullpath.
2005-12-26  Jesse Allenmsvcrt: More printf tests for I64 integer size support.
2005-12-26  Jesse Allenmsvcrt: Parse I, I32, and I64 integer size flags in...
2005-12-21  Jesse Allenmsvcrt: Fix printf sign flags.
2005-12-20  Jesse Allenmsvcrt: Ignore PadZero when LeftAlign is true in printf...
2005-12-19  Jesse Allenmsvcrt: Require exact uppercase and lowercase format...
2005-12-01  Alexandre JulliardImproved the CHECK_DEF macro to avoid code duplication.
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-24  Mike McCormackAdd some tests for _fcvt.
2005-11-21  Rein KlazesFix _mbsspn() with conformance tests.
2005-11-21  Saulius KrasuckasMinor MSVCRT test changes:
2005-11-17  Eric PouechProvide a sample of the joy of MSC symbol mangling.
2005-11-16  Saulius KrasuckasFix _fcloseall() return value.
2005-11-14  Uwe BonnesUndname: Allow more then one coded character in demangl...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-10-30  Robert ReifImplement _wstrdate and _wstrtime with tests.
2005-10-27  Vijay Kiran KamujuAdded a test case for %0f and %.0f.
2005-10-20  Vijay Kiran KamujuFix msvcrt symbol demangling for non MS symbols.
2005-10-10  Vitaliy MargolenFix _ismbblead test to pass on windows.
2005-10-10  Richard CohenFix an error message.
2005-10-08  Vitaliy MargolenAdd a few tests that fail under wine.
2005-10-07  Vitaliy MargolenFix initial position for files opened with O_APPEND...
2005-09-06  Vijay Kiran KamujuAdded a test for failing _ismbblead.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-05-11   <wine.larry.engho... Add test for correctly interpreting %% printf format...
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-03-05  Mike McCormackHandle %ls in sprintf.
2005-03-04  Mike McCormackHandle the printf %F format modifier.
2005-02-25  Uwe BonnesAdvance over * argument for precision.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-11  Dimitrie O. PaunHeap tests cleanup.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-06  Peter Berg Larsen%[a-z] and %[z-a] are interpreted as equivalent to...
next