makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / msvcrt / tests / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-19  Piotr Cabanmsvcrt/tests: Added setlocale tests.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.
2009-12-03  Peter Rosinmsvcrt: Add test to check if signal(SIGBREAK, ...)...
2008-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2006-10-06  Michael Stefaniucmsvcrt/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-06-21  Andrew Ziemmsvcrt: Fix _initterm, with tests.
2006-01-06  Aric Stewartmsvcrt: Add a regression test for _fullpath.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2003-11-20  Dimitrie O. PaunFix realloc() to match the documented behaviour.
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.