1. fce74f7 wrc: Get rid of xmalloc casts. by Alexandre Julliard · 19 years ago
  2. fba0897 wrc: xmalloc shouldn't initialize to zero, do that explicitly where needed. by Alexandre Julliard · 19 years ago
  3. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  4. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  5. 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
  6. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  7. 88c97d7 .gitignore: Added wildcards to ignore lex and bison output files. by Alexandre Julliard · 19 years ago
  8. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  9. 2d107f9 wrc: Remove some tokens declared twice. by Mike McCormack · 19 years ago
  10. f1de64d wrc: Clean output files when aborting on an error or signal. by Alexandre Julliard · 19 years ago
  11. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  12. 69dcbaa wrc: Don't use identifiers starting yy*, they're reserved for flex. by Mike McCormack · 19 years ago
  13. 8f08fe6 wrc: Integer ids can be used for control labels instead of strings. by Alexandre Julliard · 19 years ago
  14. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  15. 57a579f Make more arrays const. by Dmitry Timoshkov · 19 years ago
  16. 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
  17. 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
  18. 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  19. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  20. 6d442ae Assorted spelling fixes. by Francois Gouget · 19 years ago
  21. a8d69d6 Add current directory to default include path. by Alexandre Julliard · 19 years ago
  22. 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
  23. ac21d34 Set the version we report in wmc and wrc from the global Wine version. by Alexandre Julliard · 19 years ago
  24. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  25. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  26. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  27. 49b7fdc Removed the broken mmap64 configure check, and moved the by Alexandre Julliard · 20 years ago
  28. 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
  29. 723ee0a gcc 4.0 -Wpointer-sign fixes. by Mike McCormack · 20 years ago
  30. 52788d1 Added support for HTML resource type. by Alexandre Julliard · 20 years ago
  31. 4d11eba Fix some -Wsign-compare warnings. by Stefan Huehner · 20 years ago
  32. 6580ae0 '.' is a valid char of tIDENT. by Jacek Caban · 20 years ago
  33. 809edab Const correctness fixes. by Eric Pouech · 20 years ago
  34. a6dd125 Move function prototypes to header. by Mike McCormack · 20 years ago
  35. d40517c Change the type of 1 bit wide bitfields to unsigned. by Michael Stefaniuc · 20 years ago
  36. 8acdd0b Change menu item options to use optional comma. by Michael Lin · 20 years ago
  37. 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
  38. 72d6373 Allow specifying extended control styles also in standard dialogs by Alexandre Julliard · 20 years ago
  39. fbb3343 Assorted spelling fixes. by Francois Gouget · 20 years ago
  40. d0ee9f9 Avoid spaces before preprocessor directives, that's not portable. by Alexandre Julliard · 20 years ago
  41. eb5bf7d Documentation spelling fixes. by Jon Griffiths · 20 years ago
  42. 09c68d9 Avoid assertion failure when loading an empty data file. by Alexandre Julliard · 20 years ago
  43. 38964fd Removed an unused function. by Alexandre Julliard · 20 years ago
  44. 763aff6 Another couple of missing static definitions. by Eric Pouech · 20 years ago
  45. 2443c7f Allow negative numbers in RCDATA resources like RC.EXE does. by Rein Klazes · 20 years ago
  46. 741844c Fixed error writing control IDs in dialogex on sparc. by Eric Frias · 20 years ago
  47. 2141f28 WS_TABSTOP should not be a default style for GROUPBOX controls. by Zach Gorman · 21 years ago
  48. f1ada8e Fixed handling of LANGUAGE statement for message tables (found by by Alexandre Julliard · 21 years ago
  49. 1f787ca Generic SKIP_TAG to skip a number of bytes, use it where applicable. by Marcus Meissner · 21 years ago
  50. 0aab81f Also handle OS2 v1.x (AKA windows 2.0) bitmaps. by Jon Griffiths · 21 years ago
  51. cb0dc5c Document the --verbose switch. by Dimitrie O. Paun · 21 years ago
  52. cfc3943 Make our ascii strings static const. by Francois Gouget · 21 years ago
  53. 23a1c12 Add support for --verbose for compatibility. by Dimitrie O. Paun · 21 years ago
  54. e7579ef Fixed line number handling for escaped end of lines inside strings. by Alexandre Julliard · 21 years ago
  55. 8451240 Added a new flag to wrc, to be used to assess translations advancement. by Vincent Béron · 21 years ago
  56. 0611328 Avoid a crash if the dialog style is missing. by Mike McCormack · 21 years ago
  57. c023254 Make the winehq.org domain the official one. by Dimitrie O. Paun · 21 years ago
  58. 4034ff3 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  59. 3ce7ed5 Get rid of useless comment (empty function header). by Vincent Béron · 21 years ago
  60. f3434c2 Fixed handling of Unicode strings used as filenames (reports by Martin Fuchs). by Alexandre Julliard · 22 years ago
  61. a8fb3d7 Fix strncpyWtoA to actually act as advertised (and not overflow the by Vincent Béron · 22 years ago
  62. 16f4ede Fixed combobox flags handling to allow CBS_DROPDOWN style. by Eric Frias · 22 years ago
  63. 9ef093e Portability fix for language ids. by Steven Edwards · 22 years ago
  64. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  65. 09a97f0 Fixed typo. by Vincent Béron · 22 years ago
  66. 14e3b19 Fixes for building with w32api headers on Mingw. by Steven Edwards · 22 years ago
  67. 3e12aba Only statics are sure to be set to 0, explicitly initialise globals. by Jon Griffiths · 22 years ago
  68. 286c605 Adjusted grammar to accept also help-ids for dialogex controls. by Juraj Hercek · 22 years ago
  69. c5f775a Typos/spelling fixes. by Francois Gouget · 22 years ago
  70. e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
  71. 45864a7 Add -fo as a synonym for -o, for compatibility with rc. by Dimitrie O. Paun · 22 years ago
  72. 29ba616 Remove the no longer needed -m option, ignore -r for compatibility by Dimitrie O. Paun · 22 years ago
  73. 8794935 Remove unused options -a and -C. by Dimitrie O. Paun · 22 years ago
  74. 25fe361 Added 'wine' prefix to libwine_unicode exports. by Alexandre Julliard · 22 years ago
  75. fea0164 Introduce the -J, --input-format options for compatibility with by Dimitrie O. Paun · 22 years ago
  76. d5a194b Remove -J, -P, and -V as they have long options equivalents. by Dimitrie O. Paun · 22 years ago
  77. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  78. deaf02a Remove assembly generation from wrc. by Dimitrie O. Paun · 22 years ago
  79. 095322e Add option to set preprocessor (not yet implemented). by Dimitrie O. Paun · 22 years ago
  80. c306f35 Merge README.wrc into wrc's man page. by Dimitrie O. Paun · 22 years ago
  81. 68481e8 Remove header file generation, and related options. by Dimitrie O. Paun · 22 years ago
  82. 714148c Declare variable only if needed. by Gerald Pfeifer · 22 years ago
  83. 74e1594 \ at EOL in string now behaves like in msvc6's rc. by Dan Kegel · 22 years ago
  84. 42f9f0c Remove the obsolete wrc options: -A, -T, and -t. by Dimitrie O. Paun · 22 years ago
  85. d26933e Added windres compatibility switches: -v, --[no-]use-temp-file. by Dimitrie O. Paun · 22 years ago
  86. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  87. 4a883a5 Collapse the -hHrs options into the -O option. Generate .res files by default. by Dimitrie O. Paun · 22 years ago
  88. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  89. 60d84e8 Updated for recent options changes. by Alexandre Julliard · 22 years ago
  90. d07e901 Remove the -L wrc option, as no automatic fudging of filenames can by Dimitrie O. Paun · 22 years ago
  91. f9875bc Added y.tab.[ch] pseudo-dependencies to fix parallel makes. by Alexandre Julliard · 22 years ago
  92. e41ec93 Do not display the long options in the usage message if we don't by Dimitrie O. Paun · 22 years ago
  93. 6f26458 wrc should be aware of the location of the system headers. by Dimitrie O. Paun · 22 years ago
  94. 647c1a3 Gracefully degrade to getopt if getopt_long does not exist. by Dimitrie O. Paun · 22 years ago
  95. 9d8b149 Make wrc command line compatible with windres. by Dimitrie O. Paun · 22 years ago
  96. ca14f24 Fixed typo in BITMAPV4HEADER stucture. by Steven Edwards · 23 years ago
  97. f08b186 Try to derive temp file names from output file names for better portability. by Alexandre Julliard · 23 years ago
  98. c63d980 Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>. by Dmitry Timoshkov · 23 years ago
  99. f22ba05 Added support for #pragma code_page. by Alexandre Julliard · 23 years ago
  100. 2718962 Added explicit dependency on y.tab.h for lex output. by Alexandre Julliard · 23 years ago