1. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  2. db4c156 winebuild: Allow -register flag for Win32 too. by Alexandre Julliard · 19 years ago
  3. e86a6a2 Get rid of the debug channels support. by Alexandre Julliard · 19 years ago
  4. 210bd2d Make sure that values of absolute symbols fit in 16 bits. by Alexandre Julliard · 19 years ago
  5. a999a99 Create an assembly file with all undefined symbols and add it to the by Alexandre Julliard · 20 years ago
  6. 7a52190 Take into account -noname functions when checking for duplicate export by Alexandre Julliard · 20 years ago
  7. 3fa5678 Generate stub functions directly in assembly. by Alexandre Julliard · 20 years ago
  8. 43bd551 Added support for 64-bit format NT header and export/import tables. by Alexandre Julliard · 20 years ago
  9. d13b99d Compute the ordinal base and limit in assign_ordinals instead of doing by Alexandre Julliard · 20 years ago
  10. d5d8967 Added a warning for DllGetVersion and DllInstall not being declared by Alexandre Julliard · 20 years ago
  11. 803c8d9 Beginnings of an infrastructure to allow specifying the target CPU and by Alexandre Julliard · 20 years ago
  12. 63e9a42 Allocate ordinals in the order of the declarations in the spec file. by Alexandre Julliard · 20 years ago
  13. c0d2377 Removed no longer used support for 32-bit register entry points. by Alexandre Julliard · 20 years ago
  14. f23b358 Handle a def file where the names of the exported functions are listed by Eric Frias · 20 years ago
  15. d78ee14 Print a warning when DllRegisterServer and similar functions are not by Alexandre Julliard · 21 years ago
  16. d3f8f78 - added size information about most of the generated thunks (import, by Eric Pouech · 21 years ago
  17. 85c2cce Do not strip stdcall decoration in spec files. Fixed mapi32 ordinals. by Alexandre Julliard · 21 years ago
  18. 70835eb Remove support for generating interrupt handlers. by Jukka Heinonen · 21 years ago
  19. 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
  20. 8611e65 Store all information about the current dll in a structure instead of by Alexandre Julliard · 21 years ago
  21. 8b25584 Remove the obsolete pascal16 (replaced by pascal -ret16). by Dimitrie O. Paun · 21 years ago
  22. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  23. 617839d Added varargs support for 16-bit entry points. by Alexandre Julliard · 22 years ago
  24. 152b98f Added -private flag for entry points that shouldn't be imported from by Alexandre Julliard · 22 years ago
  25. f84dbdc Added check for duplicate ordinals, and fixed bug it uncovered in msnet32.spec. by Alexandre Julliard · 22 years ago
  26. 49edd19 Handle end of line as a syntactic element in the spec file parser; by Alexandre Julliard · 22 years ago
  27. f489a27 Removed support for the 'forward' ordinal type. by Alexandre Julliard · 22 years ago
  28. 52ec0a3 Disable 'variable' in Win32 spec files. by Alexandre Julliard · 22 years ago
  29. 470cbf2 Added support for defining forward functions as stdcall so that we can by Alexandre Julliard · 22 years ago
  30. 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
  31. 2cd4ed2 Replaced 'ignore' spec file directive by the -i option. by Alexandre Julliard · 22 years ago
  32. a9135e8 Removed support for 'rsrc' spec file statement. by Alexandre Julliard · 22 years ago
  33. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  34. 16a303b Replaced 'heap' .spec statement by a command line option. by Alexandre Julliard · 23 years ago
  35. 7e035e2 Remove support for 'file', 'name', and 'mode' in .spec files. by Dimitrie O. Paun · 23 years ago
  36. b0c6e36 Fixed line numbers in error messages and improved redefinition error by Alexandre Julliard · 23 years ago
  37. 1862a67 In -spec and -exe mode, accept multiple object files and link them by Alexandre Julliard · 23 years ago
  38. 15a7525 Added support for importing by ordinal. by Alexandre Julliard · 23 years ago
  39. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  40. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  41. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  42. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  43. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  44. add0b5d Ignore imports and resources when building a .def file. by Alexandre Julliard · 23 years ago
  45. 235da79 Made winebuild (almost) compile and work on Windows. by Patrik Stridvall · 23 years ago
  46. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  47. 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
  48. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  49. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  50. 3581865 Support for specifying stack size of Winelib apps. by Alexandre Julliard · 24 years ago
  51. 3724de9 Fixed some issues. by Dmitry Timoshkov · 24 years ago
  52. 4988696 Added support for backslash escaping of special characters. by Alexandre Julliard · 24 years ago
  53. 0b64cfb More portable .align directive. by Josh DuBois · 24 years ago
  54. 5e32d16 Added ability to delay loading of an imported DLL until it's needed by Eric Pouech · 24 years ago
  55. 66fed8c Allocate entry points dynamically to allow for a larger number of ordinals. by Alexandre Julliard · 24 years ago
  56. 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
  57. 4f12e61 Added "ignore" directive for skipping individual symbol resolution. by Jon Griffiths · 24 years ago
  58. c87c5e3 The init function can be called main. by Francois Gouget · 24 years ago
  59. 39b3195 Added entry point flags -noimport, -norelay, -ret64 and -i386. by Alexandre Julliard · 24 years ago
  60. 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
  61. abe635c Get rid of some warnings about unused variables, signed/unsigned by Joerg Mayer · 24 years ago
  62. 9a63469 Added debug_channels support. by Alexandre Julliard · 24 years ago
  63. cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
  64. 003e24c Added support for loading Win32 .res files. by Alexandre Julliard · 24 years ago
  65. a837849 Added stdcall64 entry point type to allow correct relay debugging by Alexandre Julliard · 24 years ago
  66. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 24 years ago
  67. 76d3671 Added 'owner' field to 16-bit spec files to specify the name of the by Alexandre Julliard · 25 years ago
  68. e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago