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