Match PSDK STATUS_* definitions.
[wine] / programs / winetest /
2002-04-27  Alexandre JulliardUpdated module definitions for Perl unit tests.
2002-04-27  Alexandre JulliardAdded possibility of specifying a name for the .pm...
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-04-19  Paul MillarAdded option for announcement of successful test results.
2002-04-08  Geoffrey HausheerAdded comments explaing how to use cygwin/mingw/wine...
2002-04-02  Geoffrey HausheerAdded perl script which will build a Makefile for runni...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-02  François GougetMake the testing framework thread safe.
2002-03-29  Alexandre JulliardUse ExitProcess to terminate the application.
2002-03-28  Alexandre JulliardNeed to set WINEDLLPATH too.
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-02  Patrik Stridvall- Made runtest "use strict".
2002-02-01  Francois Gougetconfig.h should be included first (if at all).
2002-01-29  Alexandre JulliardFixed copy/paste bug.
2002-01-21  Alexandre JulliardDon't convert "ptr" return type to a Perl string.
2002-01-21  Patrik StridvallGenerate Perl modules defining prototypes for exported...
2002-01-15  Alexandre JulliardAdded some prototypes to function declarations.
2002-01-15  Patrik Stridvall- Made the Perl module generated by make_symbols a...
2002-01-15  Patrik StridvallAdded the possibility (it is optional for backward...
2002-01-14  Alexandre JulliardIntegrated test script for winetest into the make test
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2002-01-14  Alexandre JulliardAdded ok() function that doesn't stop the test on the...
2002-01-14  Alexandre JulliardAdded Perl modules containing the #defines values for the
2002-01-10  Alexandre JulliardAdded rules for running tests.
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-05-09  Alexandre JulliardGot rid of MakeMaker so we can build outside the source...
2001-04-09  Alexandre JulliardStore the function pointer in the %prototypes hash...
2001-03-31  John F SturtzAdded support for callback functions.
2001-03-21  Alexandre JulliardAdded first version of the Perl regression testing...