1. e298097 - Made remove trailing whitespace a default off option. by Patrik Stridvall · 23 years ago
  2. 7e035e2 Remove support for 'file', 'name', and 'mode' in .spec files. by Dimitrie O. Paun · 23 years ago
  3. dd0bdbe Removed the __uint* types from basetsd.h since they don't exist under by Alexandre Julliard · 23 years ago
  4. 7cd2edb Add support for naming the DLL from the command line. by Dimitrie O. Paun · 23 years ago
  5. d19aa5b Store the global settings in Make.rules.in instead of duplicating them by Francois Gouget · 23 years ago
  6. 52097fd - Implement dumping of COFF debug symbol table. by Andreas Mohr · 23 years ago
  7. 85c048f Fix the Wine detection when using the Wine source tree. by Francois Gouget · 23 years ago
  8. 96047ce Fix detection of 'ln -s'. by Francois Gouget · 23 years ago
  9. 3aa9e8c - Fix --nomfc option which is currrently broken. by Martin Wilck · 23 years ago
  10. 15e6c40 API files update. by Patrik Stridvall · 23 years ago
  11. a76d1a3 - Add "-ldl" for wrapper apps. by Martin Wilck · 23 years ago
  12. cbe88fc Some small typo / phrasing fixes. by Francois Gouget · 23 years ago
  13. e3d26a3 Add prototypes to all functions. Make winemaker work in 'strict' mode. by Francois Gouget · 23 years ago
  14. 8f40af4 Added symlinks for winhelp. by Rok Mandeljc · 23 years ago
  15. ca14f24 Fixed typo in BITMAPV4HEADER stucture. by Steven Edwards · 23 years ago
  16. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  17. 175234c - Proper handling of GDI32 and USER32. by Patrik Stridvall · 23 years ago
  18. d6b4545 API files update. by Patrik Stridvall · 23 years ago
  19. 1ee88a2 Removed trailing white space. by Patrik Stridvall · 23 years ago
  20. 440b021 New tool winapi_cleanup for doing simple automatic cleanups. by Patrik Stridvall · 23 years ago
  21. b0c6e36 Fixed line numbers in error messages and improved redefinition error by Alexandre Julliard · 23 years ago
  22. f08b186 Try to derive temp file names from output file names for better portability. by Alexandre Julliard · 23 years ago
  23. cea6df7 Added Microsoft Visual Studio workspace and project file maker. by Patrik Stridvall · 23 years ago
  24. f59bebe Make winedump compilable by MSVC. by Dmitry Timoshkov · 23 years ago
  25. 511cea7 API files update. by Patrik Stridvall · 23 years ago
  26. 7678791 Implemented delayed import assembler thunks for PPC. by Marcus Meissner · 23 years ago
  27. c63d980 Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>. by Dmitry Timoshkov · 23 years ago
  28. ebd110b Fix command-line parsing for Winelib applications. by François Gouget · 23 years ago
  29. f22ba05 Added support for #pragma code_page. by Alexandre Julliard · 23 years ago
  30. f0b8fe5 The text section alignment should be default, not 1. by Marcus Meissner · 23 years ago
  31. 124eaf8 Builtin modules must be aligned on 64K boundary. by Alexandre Julliard · 23 years ago
  32. ea97b39 Avoid dependencies on y.tab.h. by Alexandre Julliard · 23 years ago
  33. 6006757 Setup exception frame around 16-bit calls to unwind stack properly. by Alexandre Julliard · 23 years ago
  34. 2718962 Added explicit dependency on y.tab.h for lex output. by Alexandre Julliard · 23 years ago
  35. 5694fee API file update. by Patrik Stridvall · 23 years ago
  36. a8b66d5 Updated to generate build scripts working with current Wine, use some by Andriy Palamarchuk · 23 years ago
  37. 8c9bdcc Fixes for Sparc build. by Gregg Mattinson · 23 years ago
  38. 547d236 Get rid of removed winapi_check subdirs. by Alexandre Julliard · 23 years ago
  39. 59ffa9f Removed struct user to avoid conflicts with system headers (spotted by by Alexandre Julliard · 23 years ago
  40. 1862a67 In -spec and -exe mode, accept multiple object files and link them by Alexandre Julliard · 23 years ago
  41. 786d249 Check for mkstemp, added a port implementation if it is not by Marcus Meissner · 23 years ago
  42. d97432a Include <stdlib.h> needed by exit(). by Michael Stefaniuc · 23 years ago
  43. 3bd7d22 Added a winebuild man page. by Alexandre Julliard · 23 years ago
  44. 15a7525 Added support for importing by ordinal. by Alexandre Julliard · 23 years ago
  45. 112c665 Set correct dll file name when building a .def file. by Alexandre Julliard · 23 years ago
  46. 2cbbcc1 #include <unistd.h> which is required for unlink(). by Gerald Pfeifer · 23 years ago
  47. 9b9d85f winebuild searches libraries specified in -l parameter only in the by Andriy Palamarchuk · 23 years ago
  48. d25878f Put correct ordinal hints in the import table. by Alexandre Julliard · 23 years ago
  49. 5379c79 - Report broken forwards. - API files update. by Patrik Stridvall · 23 years ago
  50. 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
  51. 1932045 Handle forwarded functions properly (based on a patch by Francois Gouget). by Patrik Stridvall · 23 years ago
  52. 098883b Fixed winapi_extract. by Patrik Stridvall · 23 years ago
  53. 5f1565e Explicitly specify the path to wpp.h so we don't need to change the by Alexandre Julliard · 23 years ago
  54. 8a191ff Avoid structures or arrays of size 0. by Gregg Mattinson · 23 years ago
  55. 2aad72c - Removed name, type, mode, rsrc, and import statements from .spec by Gregg Mattinson · 23 years ago
  56. 0704650f Merged all API files into two files (Win16/Win32). by Patrik Stridvall · 23 years ago
  57. 0d66be8 Update output for recent build changes. by Jon Griffiths · 23 years ago
  58. 4bc1ebbd Fixed temp name handling. by Alexandre Julliard · 23 years ago
  59. 7d4ee77 Merged the IDL compiler written by Ove Kaaven. by Alexandre Julliard · 23 years ago
  60. b7d3c79 Split the C preprocessor from wrc into a separate library. by Alexandre Julliard · 23 years ago
  61. 38855a9 Windows registry not found should be a notice to the user, not a critical error. by Chris Morgan · 23 years ago
  62. 803eb16 - Replaced .previous with a .section statement for the appropriate by Gregg Mattinson · 23 years ago
  63. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  64. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  65. a0587c4 Portability fix. by Steven Edwards · 23 years ago
  66. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  67. cceab98 Unregister 16-bit dlls on module unload. by Alexandre Julliard · 23 years ago
  68. 05fffb1 API files update. by Patrik Stridvall · 23 years ago
  69. 4bdd90d Corrected installation of the wine applications, fixed call to regedit. by Andriy Palamarchuk · 23 years ago
  70. fa67984 Portability fix. by Steven Edwards · 23 years ago
  71. c075f35 Show in which file the function is actually implemented, as well as by Vincent Béron · 23 years ago
  72. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  73. ffb4956 Added fallback read() for missing/failing mmap(). by Alexandre Julliard · 23 years ago
  74. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  75. 0b386cd Fixes for building on mingw. by Steven Edwards · 23 years ago
  76. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  77. 0427479 Removed -managed option. by Tony Lambregts · 23 years ago
  78. 6a5ba8f Fixed some more missing \n in traces. by Vincent Béron · 23 years ago
  79. 6a2ca01 Added the ability to add local configuration to winewrapper. by Eric Pouech · 23 years ago
  80. 5e47acb Only add extra symbols if they are not already exported by this dll. by Alexandre Julliard · 23 years ago
  81. 9df2e56 Support for KDE3. by Dustin Navea · 23 years ago
  82. 3ebea43 Added creation of c:/windows/fonts and c:/windows/Start Menu/Programs/Startup. by Dustin Navea · 23 years ago
  83. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  84. 6db69f0 Avoid 0-byte files. by Alexandre Julliard · 23 years ago
  85. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  86. bb7cc80 API files update. by Patrik Stridvall · 23 years ago
  87. 476aabc Do not output stubs in the .def file. by Alexandre Julliard · 23 years ago
  88. bf90f4d Adapted to use the argc/argv variables from libwine. by Alexandre Julliard · 23 years ago
  89. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  90. e02fd41 Place "Common Files" under "Program Files" instead of root directory. by Andriy Palamarchuk · 23 years ago
  91. 1f18f61 Fixed missing call to make_c_identifier. by Alexandre Julliard · 23 years ago
  92. 0a2d211 Added check for sys/mman.h. by Steven Edwards · 23 years ago
  93. 1222aa6 Fixes for kde3 and Desktop directory. by Dustin Navea · 23 years ago
  94. 629895b Fix for $libdir check. by Dustin Navea · 23 years ago
  95. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  96. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  97. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  98. 7f9cc2e Allowed options to be put between mode keyword and main argument. by Eric Pouech · 23 years ago
  99. 0a8e15a Detect snprintf && _snprintf, use _snprintf on stupid platforms (windows). by Steven Edwards · 23 years ago
  100. ea69f8e Added some #ifdefs HAVE_X11_XLIB_H where appropriate. by Alexandre Julliard · 23 years ago