1. c74b098 Link against msvcrt, fixed logic to handle quoted paths in command by Andriy Palamarchuk · 23 years ago
  2. fe61065 Linked regedit against msvcrt instead of the platform I/O library, so by Andriy Palamarchuk · 23 years ago
  3. 2718962 Added explicit dependency on y.tab.h for lex output. by Alexandre Julliard · 23 years ago
  4. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  5. 4b92255 Don't pass the perl C flags to winebuild. by Alexandre Julliard · 23 years ago
  6. a662fab Compile fix for multi-threaded perl. by Mike Castle · 23 years ago
  7. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  8. c754a89 Use the normal perl interpreter for test scripts that don't need to by Alexandre Julliard · 23 years ago
  9. 6f268f1 Fixed some invalid characters. by Rok Mandeljc · 23 years ago
  10. 2a0904f Split routines that don't rely on C functions into winetest.pm so that by Alexandre Julliard · 23 years ago
  11. 9138fbb Fix building/linking resources on Mingw. by Steven Edwards · 23 years ago
  12. a47eb31 WCMD_run_program: don't try to run an empty line. by Uwe Bonnes · 23 years ago
  13. 6b4d9e0 More verbose output when file not found. by Uwe Bonnes · 23 years ago
  14. b17ed7e WCMD_batch: increase possible line length and warn if still too small. by Uwe Bonnes · 23 years ago
  15. 029b948 - Fix some spelling problems. by Andreas Mohr · 23 years ago
  16. 5a4a11b Updated winetest Perl modules using winapi_extract. by Patrik Stridvall · 23 years ago
  17. 08b7a87 Allow regsvr32 to process multiple filenames (as does the Windows version). by Bill Medland · 23 years ago
  18. 2def47f Move an extern declaration to stop egcs-2.91.66 from crashing. by Francois Gouget · 23 years ago
  19. 7579287 Bring winhelp back to life, with mainly support for Win95 help files. by Eric Pouech · 23 years ago
  20. 41fc7e5 Do not #include <malloc.h>, which is non-standard and not needed. by Gerald Pfeifer · 23 years ago
  21. 83ad886 A few cosmetic changes plus fixes for problems spotted by Dmitry Timoshkov. by Andriy Palamarchuk · 23 years ago
  22. b0ef56c Added Slovenian resources. by Rok Mandeljc · 23 years ago
  23. c55dce0 Use rich text edit control instead of handling user input and by Andriy Palamarchuk · 23 years ago
  24. d0f8bf3 Modified WCMD_filesize64 to handle unsigned numbers. by Gregg Mattinson · 23 years ago
  25. e7ea9b6 Use Wine debugging API. Fixed MessageBox loop. by Alexandre Julliard · 23 years ago
  26. 02ecbd1 - make sure even GUI users notice a "missing xmessage" problem by by Andreas Mohr · 23 years ago
  27. bac7131 Removed non-static structure initializers. by Gregg Mattinson · 23 years ago
  28. 62a329a Removed unusual type casting. by Gregg Mattinson · 23 years ago
  29. b6666f9 Avoid multi-line string constants. by Gregg Mattinson · 23 years ago
  30. 01c1466 Removed redundant GetMessage call. by Alexandre Julliard · 23 years ago
  31. 958732d Fixed warnings. by Alexandre Julliard · 23 years ago
  32. 17a2fe0 - Use PeekMessage loop around GetMessage. by Andreas Mohr · 23 years ago
  33. 88773cd Removed C++ style comments. by Gregg Mattinson · 23 years ago
  34. d2aa62b Fixed a few bugs, added processing of REG_MULTI_SZ format. by Andriy Palamarchuk · 23 years ago
  35. e75096a Made initialization more verbose in case of errors. by Andreas Mohr · 23 years ago
  36. 75de8fe Added printf format checking to the ok() and trace() macros, and fixed by Alexandre Julliard · 23 years ago
  37. bbea612 Test the ability to handle hex values in excess of 1024 bytes and by Bill Medland · 23 years ago
  38. 530b4e9 - Rework the line reading. This version uses a single expanding by Bill Medland · 23 years ago
  39. 6a94849 Correct the comparison of two files. Just because they are the same by Bill Medland · 23 years ago
  40. 4b9cc86 Added dependency on program symlink for unit tests. by Alexandre Julliard · 23 years ago
  41. f5aad76 Added regedit unit test, a couple minor changes to regedit. by Andriy Palamarchuk · 23 years ago
  42. a477107 Removed traces of the regedit unit tests. by Andriy Palamarchuk · 23 years ago
  43. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  44. 336185a Don't use msvcrt. by Alexandre Julliard · 23 years ago
  45. 53989dd Replaced stricmp/strnicmp with strcasecmp/strncasecmp. by Gregg Mattinson · 23 years ago
  46. 65a4216 Merged Martin Fuchs' file manager (with the help of Steven Edwards). by Alexandre Julliard · 23 years ago
  47. 5e765fb Fixed some selection bugs. by Eric Pouech · 23 years ago
  48. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  49. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  50. 2da362f Use native libc functions instead of msvcrt ones. by Andriy Palamarchuk · 23 years ago
  51. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  52. 8e2cbca Fixed warnings. by Vincent Béron · 23 years ago
  53. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  54. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  55. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  56. 0587a47 Allow ANSI charset in font enumeration. by Eric Pouech · 23 years ago
  57. acfda14 Moved expand.c from libtest to programs/expand. by Alexandre Julliard · 23 years ago
  58. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  59. a0994a7 Better usage message. Flush stderr before exiting. by Alexandre Julliard · 23 years ago
  60. e53cd36 Removed Trace macro and replaced it by Wine debug channel facility. by Eric Pouech · 23 years ago
  61. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  62. 011c08d No longer used. by Alexandre Julliard · 23 years ago
  63. efbe9c5 - Converted Winhelp for use of NLS by Sylvain Petreolle · 23 years ago
  64. fc01b72 Added some support for cross-compilation using mingw32. by Alexandre Julliard · 23 years ago
  65. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  66. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  67. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  68. 019a7f3 Run make test for all programs by default. by Alexandre Julliard · 23 years ago
  69. 5de5a44 - Make possible to diff registry information that contains by Raul Dias · 23 years ago
  70. 0d8a9fa Utility to convert between Unix and Windows paths at the command line. by Mike Wetherell · 23 years ago
  71. cff4a12 Fixed a problem when regedit interpreted file names, starting from '/' by Andriy Palamarchuk · 23 years ago
  72. bcc6256 Add support for the 'title' command. by Jason Edmeades · 23 years ago
  73. 7dd9e33 Install more of the Winelib programs by default (based on a patch by by Alexandre Julliard · 23 years ago
  74. 6e5d46e Do not install hlp2sgml. by Andriy Palamarchuk · 23 years ago
  75. 2f0d85c Implemented regsvr32 tool. Based on ReactOS implementation. by Andriy Palamarchuk · 23 years ago
  76. a882895 - Support for dir /w and /b flags by Jason Edmeades · 23 years ago
  77. a4c214e Emulate the dos cmd 'cls'. by Jason Edmeades · 23 years ago
  78. c1494ed Updated module definitions for Perl unit tests. by Alexandre Julliard · 23 years ago
  79. 575f5f8 Added possibility of specifying a name for the .pm file that can be by Alexandre Julliard · 23 years ago
  80. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  81. 13c5117 - Fixed move and copy when no destination supplied (assumes '.' now as by Jason Edmeades · 23 years ago
  82. fbaef1c Now C tests are able to access argc/argv as passed to the program. by Eric Pouech · 23 years ago
  83. 81f8264 Added option for announcement of successful test results. by Paul Millar · 23 years ago
  84. 4e2e176 Created regedit replacement. Fixed some bugs. by Andriy Palamarchuk · 23 years ago
  85. 65a7a10 Removed changelog entries that are in the main changelog, and added by Alexandre Julliard · 23 years ago
  86. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  87. b1f478f Added comments explaing how to use cygwin/mingw/wine headers. by Geoffrey Hausheer · 23 years ago
  88. a5e9bf7 Fixed exit status in some cases. by Jeremy White · 23 years ago
  89. 7ec41ed Added perl script which will build a Makefile for running C tests on by Geoffrey Hausheer · 23 years ago
  90. d7c606d Various makefile fixes for the test environment. by Alexandre Julliard · 23 years ago
  91. 21038f2 Make the testing framework thread safe. by François Gouget · 23 years ago
  92. e8f9947 Use ExitProcess to terminate the application. by Alexandre Julliard · 23 years ago
  93. b3d6099 Need to set WINEDLLPATH too. by Alexandre Julliard · 23 years ago
  94. fdff523 Converted to use of NLS. by Sylvain Petreolle · 23 years ago
  95. be9268a Wineconsole is now able to handle non raster fonts (vector, true type). by Eric Pouech · 23 years ago
  96. ead2212 Started implementing event reduction. by Eric Pouech · 23 years ago
  97. 7e00f87 Fixed some issues in resources definition. by Eric Pouech · 23 years ago
  98. 58ed1f1 Add trace function (same as in the perl framework). by Francois Gouget · 23 years ago
  99. eaa8df6 Made notepad uses NLS properly. by Sylvain Petreolle · 23 years ago
  100. 5333872 - fix complete listbox messup by only updating in case it needs by Andreas Mohr · 23 years ago