1. 08aa87f Currently a '//****' is matched as an /* comment - disallow a '/' in by Peter Berg Larsen · 20 years ago
  2. 6beae24 In function_grep.pl and symbol.c/symbol_clean_string spaces between by Peter Berg Larsen · 20 years ago
  3. 73ef315 Added the word "FLOAT" to be recognized as argument type float. by Peter Berg Larsen · 20 years ago
  4. 42c5cde Warning fixes. by Alexandre Julliard · 20 years ago
  5. 2e991c3 Added partial VxD support. by Robert Reif · 20 years ago
  6. 54cba79 Added optional, defaultvalue and vararg. by Jacek Caban · 20 years ago
  7. 35a92e1 Generate only wanted files. by Vincent Béron · 20 years ago
  8. 90ce00a Fixed defining DIIDs. by Jacek Caban · 20 years ago
  9. ae8682f Spelling fixes. by Francois Gouget · 20 years ago
  10. a3c2596 Allow several -I parameters to be given - currently just the last is by Peter Berg Larsen · 20 years ago
  11. 5b2159c Warzone 2100 has in a header a definition that ends with a slash. As by Peter Berg Larsen · 20 years ago
  12. 2e3b3ca Allow wineprefixcreate to run to the end when configuring from the source tree. by Dmitry Timoshkov · 20 years ago
  13. 4e42276 Use '=' instead of '==' in /bin/sh scripts to avoid portability problems. by Francois Gouget · 20 years ago
  14. dc75406 Fixed compilation with perl 5.8. by Michael Jung · 20 years ago
  15. 95c11f2 Param descriptions can be >1 lines. by Jon Griffiths · 20 years ago
  16. 10a6c56 Check for features missing in mingw environment, allowing tools by Paul Millar · 20 years ago
  17. 38964fd Removed an unused function. by Alexandre Julliard · 20 years ago
  18. 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
  19. 763aff6 Another couple of missing static definitions. by Eric Pouech · 20 years ago
  20. cd7534e Use mktemp if we don't have tempfile. by Jon Griffiths · 20 years ago
  21. 7bfda49 Clean up temp files also when killed by a signal. by Alexandre Julliard · 20 years ago
  22. 3b322dc Make folders open correctly in Windows Explorer. by Hajime Segawa · 20 years ago
  23. 0bc8502 Pass DLLFLAGS to winebuild too. by Alexandre Julliard · 20 years ago
  24. fa9b9f5 Define "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE=0x0600" for all the targets. by Steven Edwards · 20 years ago
  25. 2443c7f Allow negative numbers in RCDATA resources like RC.EXE does. by Rein Klazes · 20 years ago
  26. f23b358 Handle a def file where the names of the exported functions are listed by Eric Frias · 20 years ago
  27. 741844c Fixed error writing control IDs in dialogex on sparc. by Eric Frias · 20 years ago
  28. 9e4a581 Calculating the average width doesn't seem possible, so set it by Huw Davies · 20 years ago
  29. 64dce8a Implemented a substantial part of rsaenh.dll. by Michael Jung · 20 years ago
  30. 691884b Restore chunk of code lost in previous changes. by Alexandre Julliard · 20 years ago
  31. 1d945ea Put $(FREETYPELIBS) as the last part, as it can include the dir of an by Vincent Béron · 20 years ago
  32. bebac0a Alter the functions declaration order or predeclare them so perl can by Francois Gouget · 20 years ago
  33. 5c033da MIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so by Francois Gouget · 20 years ago
  34. a8b09d1 Add function prototypes. by Francois Gouget · 20 years ago
  35. d9800f9 Fix string handling. Enable perl warnings Add a proper --help option and usage. by Francois Gouget · 20 years ago
  36. 1d691d5 Fix the usage for non-boolean options, always print the by Francois Gouget · 20 years ago
  37. 9a27b8b Get rid of this obsolete script. by Alexandre Julliard · 20 years ago
  38. 4583a10 Shell registry entries are now created by shell32, don't hardcode them by Juan Lang · 20 years ago
  39. 9a910dd Add function prototypes. by Francois Gouget · 20 years ago
  40. b4df241 Review and fix regular expressions of the form /^foo|bar$/. by Francois Gouget · 20 years ago
  41. aabbbc0 Standardize on '%long --pointer'. by Francois Gouget · 20 years ago
  42. 85ae255 Fix some issues reported by winapi_check: by Francois Gouget · 20 years ago
  43. 9c26e5b Warn about implementing a -register function as stdcall. by Francois Gouget · 20 years ago
  44. 66b16e0 Add support for include/msvcrt. Fixes a bunch of spurious warnings. by Francois Gouget · 20 years ago
  45. 11a7b29 Declare DO_DUMP_FUNC() before calling it and call normally so that by Francois Gouget · 20 years ago
  46. 0218e0a Strictified. by Francois Gouget · 20 years ago
  47. 9c32468 Fix the declaration of SymEnumSymbols() in dbghelp.spec. by Francois Gouget · 20 years ago
  48. 13acf06 Make the 'wrong argument count' warning clearer when dealing with long by Francois Gouget · 20 years ago
  49. bd3b696 Fix escaped quote handling in strings. by Francois Gouget · 20 years ago
  50. a7094d8 winebuild shouldn't depend on the NO_TRACE_MSGS define. by Alexandre Julliard · 20 years ago
  51. af927f5 Add HKLM,%Currentversion%\Setup,"BootDir" to the installation defaults. by Rein Klazes · 20 years ago
  52. 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
  53. 5c98265 Added writing forward declaration of dispinterface. by Jacek Caban · 20 years ago
  54. a89ac89 Implement action 83 in SystemParametersInfo(). by Ivan Leo Puoti · 20 years ago
  55. baeec1f Don't use magic sizes, actually calculate them. by Vincent Béron · 20 years ago
  56. b07dec4 Only compile BuildCallFrom16Func on x86. by Vincent Béron · 20 years ago
  57. 2161b36 - Added creation of dispinterface header. by Jacek Caban · 20 years ago
  58. c7545d2 Correctly define WINVER, _WIN32_WINNT and _WIN32_IE versions in all cases. by Steven Edwards · 20 years ago
  59. b4c7e6c Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc by Alexandre Julliard · 20 years ago
  60. c165496 Update types checked by winapi_check. by Vincent Béron · 20 years ago
  61. 493d60f Add function prototypes. Modify function calls so the prototypes are checked. by Francois Gouget · 20 years ago
  62. c4c271f The generated patch was missing a line of the diff. by Francois Gouget · 20 years ago
  63. 370f220 Don't import parse_comma_list() unless necessary. by Francois Gouget · 20 years ago
  64. 00033ea Fix an 'uninitialized value' warning. by Francois Gouget · 20 years ago
  65. 68604db Allow defined types to be used as function names. by Alexandre Julliard · 20 years ago
  66. c35c48b Fix generation of config.h. by Martin Fuchs · 20 years ago
  67. c7e4674 Fix msvcmaker imports. by Martin Fuchs · 20 years ago
  68. d8c96b0 Identify comm.drv as a 16bit dll. by Francois Gouget · 20 years ago
  69. bac042c Limit the length of progress messages to less than $COLUMNS || 80 by Francois Gouget · 20 years ago
  70. c2f2b99 Add function prototypes. by Francois Gouget · 20 years ago
  71. d062924 Removed no longer needed ICOM compatibility mode in widl. by Alexandre Julliard · 20 years ago
  72. 4806630 Added support for the propget/propput function attributes. by Alexandre Julliard · 20 years ago
  73. 18ae72a Add iccvid.dll to an initial Wine configuration. by Dmitry Timoshkov · 20 years ago
  74. 62d9963 Switch to 'perl -w' and add 'use strict;'. by Francois Gouget · 20 years ago
  75. d0882ef Handle the static libraries linked to using EXTRALIBS. by Francois Gouget · 20 years ago
  76. 50b9158 Add prototypes to all functions. by Francois Gouget · 20 years ago
  77. bd007ba Add 'use strict'. by Francois Gouget · 20 years ago
  78. 7c30feb Added missing directories mentioned in shellpath.c. by Marcus Meissner · 21 years ago
  79. 75e02e9 - Force default [in] attribute on all parameters where explicit [in] by Filip Navara · 21 years ago
  80. cb54fe6 Remove -- from shell entries, since wine no longer filters it. by Marcus Meissner · 21 years ago
  81. d2acb8c Define _WIN32_WINNT and _WIN32_IE versions for MS_VC Build. by Steven Edwards · 21 years ago
  82. d8d2d96 Various formatting fixes. by Mike McCormack · 21 years ago
  83. 0e5d9b5 Improve the handling of complex data types (strings and structs). by Mike McCormack · 21 years ago
  84. 1a77ea5 Determine RPC struct types more exactly. by Mike McCormack · 21 years ago
  85. bd4cee3 Helv should be an alias for MS Sans Serif. Spotted by Francois. by Huw Davies · 21 years ago
  86. 2d8d1e2 Improve proxy code generated for oaidl.idl. by Mike McCormack · 21 years ago
  87. 5d9b0d1 Output NdrConvert, NdrClearOutParameters and IID constraints. by Mike McCormack · 21 years ago
  88. 78c8ab9 Output intermediate variables for the method to write into in stubs. by Mike McCormack · 21 years ago
  89. 13088b8 Generate some marshalling code for stubs. by Mike McCormack · 21 years ago
  90. 02236f0 Fix and unify parsing of calling conventions. by Francois Gouget · 21 years ago
  91. c13638e Fix c_parser.pm so it handles 'const' preceeding a '*'. by Francois Gouget · 21 years ago
  92. 86d4a70 Fill in the proper offsets in the resource directory instead of by Alexandre Julliard · 21 years ago
  93. 5d54c7b Test some more gdi types. by Francois Gouget · 21 years ago
  94. 7e848dc Test some more urlmon types. by Francois Gouget · 21 years ago
  95. ab1866b Test some more ntdll types. by Francois Gouget · 21 years ago
  96. 5512ae2 Disable MSVC warning 4116 to avoid the 'unnamed type definition in by Francois Gouget · 21 years ago
  97. e548339 Fix bin2res help text. by Robert Shearman · 21 years ago
  98. 3f6c088 - make the widl generated proxy-stub code compilable by Mike McCormack · 21 years ago
  99. cde0c0d Output code to clear OUT variables in proxy code. by Mike McCormack · 21 years ago
  100. 7421a7b Don't output the DECLSPEC_ALIGN() directives in the TYPE_FIELD tests. by Francois Gouget · 21 years ago