1. 2d2e7f8 Update win16.api and win32.api. by Vincent Béron · 19 years ago
  2. 78039be volatile is legal (and used now!) in a typedef struct {}. by Vincent Béron · 19 years ago
  3. 297ef3a Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of PSYM_ENUMSOURCFILES_CALLBACK. by Vincent Béron · 19 years ago
  4. eb3fec1 __RPC_STUB is a calling convention as well (#defined as __stdcall). by Vincent Béron · 19 years ago
  5. 40ffc28 Get rid of a double backslash. by Dmitry Timoshkov · 19 years ago
  6. a1b1f99 Add the ContextMenuHandlers key for shortcuts so the new context menu by Mike McCormack · 19 years ago
  7. b191c3d Handle msi component identifiers without a feature guid. by Mike McCormack · 19 years ago
  8. b3b065e Remove version information. by Vitaliy Margolen · 19 years ago
  9. bec54e7 Wine is beta software now. by Hans Leidekker · 19 years ago
  10. d4c425b Remove SVR4 specific pseudo-ops. by Robert Lunnon · 19 years ago
  11. 9aa4323 Fix winebuild's ppc assembly generation. by Simon Richter · 19 years ago
  12. 6fc9f19 Use WineHQ's mirror selection script to get the Mozilla ActiveX Control. by Jonathan Ernst · 19 years ago
  13. bb05f9e Make sure the component string is nul terminated. by Mike McCormack · 19 years ago
  14. 0be88a0 Correct AtlModuleAddTermFunc prototype. by Vincent Béron · 19 years ago
  15. b99fa15 Rename struct option in order to avoid a conflict with wine/port.h. by Dmitry Timoshkov · 19 years ago
  16. a8d69d6 Add current directory to default include path. by Alexandre Julliard · 19 years ago
  17. 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
  18. 41d228a Don't create old unlocalized directories in wineprefixcreate. by Richard Cohen · 19 years ago
  19. ac21d34 Set the version we report in wmc and wrc from the global Wine version. by Alexandre Julliard · 19 years ago
  20. 5131ba6 Set the widl version to be the same as the global package version. by Alexandre Julliard · 19 years ago
  21. b01d6a9 Move all Unicode and Ansi string types to the %str and %wstr sections. by Francois Gouget · 19 years ago
  22. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  23. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  24. fb3a9ed Fixed some nroff warnings. by Alexandre Julliard · 19 years ago
  25. 247cd64 winapi_check does not use the '--extension' flag so remove it. by Francois Gouget · 19 years ago
  26. ea45862 Ignore the delay load directory size. by Dmitry Timoshkov · 19 years ago
  27. f5e49be Fixed dumping of the import directory to ignore the directory size. by Alexandre Julliard · 20 years ago
  28. 9e52816 Add support for dumping delay load PE data. by Dmitry Timoshkov · 20 years ago
  29. e86a6a2 Get rid of the debug channels support. by Alexandre Julliard · 20 years ago
  30. 8b84ac8 Removed rules for .dbg.c files. by Alexandre Julliard · 20 years ago
  31. eeea14a Update winapi_check for "false" HAVE_* macros. by Vincent Béron · 20 years ago
  32. 8ee9f50 Update win32.api to current CVS. by Vincent Béron · 20 years ago
  33. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  34. ba09692 Don't treat absence of conditional as config.h being useless if by Vincent Béron · 20 years ago
  35. 2f96787 Add iads.idl to define the IADsContainer interface. by Francois Gouget · 20 years ago
  36. f0f179d volatile is valid everywhere const is valid. by Francois Gouget · 20 years ago
  37. 3f079bf HOLEMENU is a 'long' as far as winapi_check is concerned. by Francois Gouget · 20 years ago
  38. 5d42588 Update win32.api to match the current sources. by Francois Gouget · 20 years ago
  39. 9714802 Update winapi_check so it considers 'longlong' (win*.api files) as by Francois Gouget · 20 years ago
  40. 75c27e1 Defined a proper structure for debug channels. by Alexandre Julliard · 20 years ago
  41. 94f140c Leave creation of the drive symlinks to wineprefixcreate. by Alexandre Julliard · 20 years ago
  42. 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
  43. 2aae74d Factor out a couple of useful helper functions. by Alexandre Julliard · 20 years ago
  44. 210bd2d Make sure that values of absolute symbols fit in 16 bits. by Alexandre Julliard · 20 years ago
  45. 102617f Let winebuild take care of calling the assembler. by Alexandre Julliard · 20 years ago
  46. 3cd7379 Moved stub function generation to import.c. Added a get_stub_name by Alexandre Julliard · 20 years ago
  47. 5173234 Now that we have to be able to run the assembler from winebuild, added by Alexandre Julliard · 20 years ago
  48. c5c6968 Fixed stack offset of %eax register. by Alexandre Julliard · 20 years ago
  49. a999a99 Create an assembly file with all undefined symbols and add it to the by Alexandre Julliard · 20 years ago
  50. 87c347b Don't remove ignored symbols from the undefined list, simply skip them by Alexandre Julliard · 20 years ago
  51. 7a52190 Take into account -noname functions when checking for duplicate export by Alexandre Julliard · 20 years ago
  52. 96508ad Moved return value handling to the individual relay thunks so that we by Alexandre Julliard · 20 years ago
  53. 89024a6 Make the users of wine_call_from_32_regs save %eax so that we don't by Alexandre Julliard · 20 years ago
  54. 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
  55. 8c6649e Implemented import thunks for x86-64. by Alexandre Julliard · 20 years ago
  56. 82f6d65 Update sfnt2fnt hack, now that Wine Courier is known as Courier. by Huw Davies · 20 years ago
  57. 13baa7b Added a common function to declare global symbols, and make them by Alexandre Julliard · 20 years ago
  58. 9f49889 Now that everything is done in assembly in the spec file, directly by Alexandre Julliard · 20 years ago
  59. 41177ca Output the resource data in assembly too. by Alexandre Julliard · 20 years ago
  60. 8aba089 Output constant strings in a more appropriate section than .text. by Alexandre Julliard · 20 years ago
  61. 3fa5678 Generate stub functions directly in assembly. by Alexandre Julliard · 20 years ago
  62. 748d23a Base of REG_DWORD entries must be auto-detected. by Ge van Geldorp · 20 years ago
  63. 3a50349 Properly handle the case where vsnprintf returns -1. by Alexandre Julliard · 20 years ago
  64. d026458 - Output prototypes for user marshal functions at the end of the by Robert Shearman · 20 years ago
  65. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  66. 14e7034 Fixed get_time_str definition to match the prototype. by Alexandre Julliard · 20 years ago
  67. ac3ac35 Update the win32.api file to current CVS. by Vincent Béron · 20 years ago
  68. f861818 Dump more .lnk file header fields. by Dmitry Timoshkov · 20 years ago
  69. 43bd551 Added support for 64-bit format NT header and export/import tables. by Alexandre Julliard · 20 years ago
  70. c382ed0 Added a bit of framework for future x86_64 support. by Alexandre Julliard · 20 years ago
  71. 6557832 Fake directx 9c instead of 9b. by Christoph Frick · 20 years ago
  72. e6c7669 Generate the NT header in assembly instead of using a C structure. by Alexandre Julliard · 20 years ago
  73. 09108ed 'volatile' is valid everywhere where 'const' is valid. This fixes by Francois Gouget · 20 years ago
  74. 2aa9e20 Output the delayed import table using assembly too. by Alexandre Julliard · 20 years ago
  75. 9bca150 Implemented --image-base support for Mac OS. by Alexandre Julliard · 20 years ago
  76. 932ecb2 Output the import directory using assembly instead of C structures. by Alexandre Julliard · 20 years ago
  77. d1c5f68 Added an entry point routine for native drivers. by Alexandre Julliard · 20 years ago
  78. ce20722 Moved the spec file init function and constructor to winecrt0. by Alexandre Julliard · 20 years ago
  79. 68f1773 Avoid using common symbols, they are broken on Mac OS. by Alexandre Julliard · 20 years ago
  80. d13b99d Compute the ordinal base and limit in assign_ordinals instead of doing by Alexandre Julliard · 20 years ago
  81. 0628c7e Moved more of the spec initialization code to the winecrt0 library, by Alexandre Julliard · 20 years ago
  82. 9c70806 Use __wine_unimplemented_stub from crt0 for 16-bit spec files too. by Alexandre Julliard · 20 years ago
  83. 5f95aa0 Get rid of the unused owner_name field. by Alexandre Julliard · 20 years ago
  84. d409854 Moved the delay loading support code to the winecrt0 library. by Alexandre Julliard · 20 years ago
  85. 3ccbb01 Added a -municode flag to winegcc for applications that have a wmain() by Alexandre Julliard · 20 years ago
  86. b6b180a Moved the implementation of spec file stubs to the winecrt0 library. by Alexandre Julliard · 20 years ago
  87. 71ae2d7 Beginnings of a crt0 library. by Alexandre Julliard · 20 years ago
  88. 5370981 The exported name strings should be inside the export directory (found by Alexandre Julliard · 20 years ago
  89. c6e294d Moved mciavi32 to the top-level dlls directory. by Rémi Assailly · 20 years ago
  90. b032243 Register the ITStorage class. by James Hawkins · 20 years ago
  91. 2b87c82 Added a --undefined option to allow forcing some symbols to be by Alexandre Julliard · 20 years ago
  92. 2e689c6 Removed mcianim. by Rémi Assailly · 20 years ago
  93. ec1cdfd Added some general purpose routines for managing list of symbol names. by Alexandre Julliard · 20 years ago
  94. 84ae4d8 Add System font for the Chinese codepages cp936 and cp950. Of course by Huw Davies · 20 years ago
  95. bdf9043 sfnt2fnt exits with code 0 for several errors, which causes make to by Pavel Roskin · 20 years ago
  96. 5df5e40 Moved mciseq to the top-level dlls directory. by Rémi Assailly · 20 years ago
  97. 71af595 Use LPSTORAGE to better match the PSDK. by Francois Gouget · 20 years ago
  98. 19c1af5 Set the default system dir to windows/system32. by Alexandre Julliard · 20 years ago
  99. bcd56fe Assorted spelling fixes. by Francois Gouget · 20 years ago
  100. 646f17f Implemented DelayLoadFailureHook and use it in the winebuild-generated by Alexandre Julliard · 20 years ago