Prevent from crashing/hanging in Windows 95 OSR2.
[wine] / programs / winetest /
2004-04-23  Ferenc WagnerRemove the wineloader variable.
2004-04-23  Ferenc WagnerUnconditionally test Wine presence.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-23  Jakob ErikssonAdded Wine detection.
2004-04-22  Ferenc Wagner- constify some strings
2004-04-20  Jakob ErikssonFixed typo.
2004-04-20  Ferenc Wagner- Change to console mode so that winetest runs under...
2004-04-13  Gerald PfeiferDo not include <windows.h>, to avoid duplicate declarat...
2004-03-31  Ferenc WagnerGive SetErrorMode the right argument to suppress crash...
2004-03-30  Ferenc WagnerDon't expect stdout be usable after exchanging file...
2004-03-24  Ferenc Wagner- Extract revision info from CVS/Entries.
2004-03-20  Dimitrie O. PaunAdd revision support to winetest.exe.
2004-03-19  Ferenc Wagner- Refactor and fix connection opening.
2004-03-19  Ferenc Wagner- Fix report() dispatch.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-03-02  Ivan Leo Murray... Make sure text isn't cut off by the close button.
2004-03-01  Juan LangConnect to winehq.org by its name rather than by its...
2004-03-01  Dimitrie O. PaunSubmit results to WineHQ.
2004-02-21  Ferenc WagnerReport the error sent by the CGI script.
2004-02-20  Ferenc WagnerAdd a free() call at the end.
2004-02-20  Gerald PfeiferFix non-standard code in report().
2004-02-19  Ferenc Wagner- command line handling (GUI will follow)
2004-01-15  Ferenc WagnerAdded graphical feedback.
2004-01-15  Alexandre JulliardAvoid non-portable strip -s (reported by Robert Lunnon).
2003-12-30  Ferenc WagnerSolaris sh portability fix.
2003-12-04  Alexandre JulliardAuthors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie...
2002-11-11  Alexandre JulliardRemoved winetest.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-08-28  Patrik StridvallUpdated winetest's Perl modules using winapi_extract.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-02  Alexandre JulliardDon't pass the perl C flags to winebuild.
2002-08-02  Mike CastleCompile fix for multi-threaded perl.
2002-07-31  Alexandre JulliardUse the normal perl interpreter for test scripts that...
2002-07-31  Alexandre JulliardSplit routines that don't rely on C functions into...
2002-07-20  Patrik StridvallUpdated winetest Perl modules using winapi_extract.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardBetter usage message. Flush stderr before exiting.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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...