2007-10-26 |
Alexandre Julliard | winebuild: Add a -ordinal flag for entry points that... |
blob | commitdiff | raw |
2006-12-07 |
Alexandre Julliard | winebuild: Added --nxcompat option, and mark all module... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Alexandre Julliard | winebuild: Added output() function to properly deal... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Alexandre Julliard | winebuild: Get rid of the data16 prefix, it shouldn... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Alexandre Julliard | winebuild: Disable linking to external symbols by default. |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Marcus Meissner | winebuild: Output a .note.GNU-stack section to allow... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Alexandre Julliard | winebuild: Moved offset definitions to relay.c since... |
blob | commitdiff | raw | diff to current |
2005-12-18 |
Alexandre Julliard | ntdll: New implementation of relay thunks. |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Alexandre Julliard | Get rid of the debug channels support. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Generate 16-bit spec files as assembly code too. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Factor out a couple of useful helper functions. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Make sure that values of absolute symbols fit in 16... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Moved stub function generation to import.c. Added a... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Alexandre Julliard | Now that we have to be able to run the assembler from... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Alexandre Julliard | Create an assembly file with all undefined symbols... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Alexandre Julliard | Don't remove ignored symbols from the undefined list... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Alexandre Julliard | Added a common function to declare global symbols,... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Alexandre Julliard | Output the resource data in assembly too. |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Alexandre Julliard | Output constant strings in a more appropriate section... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Alexandre Julliard | Generate stub functions directly in assembly. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Alexandre Julliard | Added support for 64-bit format NT header and export... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Alexandre Julliard | Added a bit of framework for future x86_64 support. |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Alexandre Julliard | Generate the NT header in assembly instead of using... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Alexandre Julliard | Output the delayed import table using assembly too. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Alexandre Julliard | Output the import directory using assembly instead... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Alexandre Julliard | Get rid of the unused owner_name field. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Alexandre Julliard | Beginnings of a crt0 library. |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Alexandre Julliard | Added a --undefined option to allow forcing some symbol... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Alexandre Julliard | Get rid of the global debugging flag. |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Alexandre Julliard | Replace configure macros by explicit platform checks... |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Replaced all uses of the __ASM_NAME macro by the asm_na... |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Beginnings of an infrastructure to allow specifying... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Alexandre Julliard | Moved all assembly code to the end of the generated... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Alexandre Julliard | Free delayed import modules on PROCESS_DETACH. |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Alexandre Julliard | Generate 16-bit resources in the proper format inside... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Alexandre Julliard | Generate the 16-bit module header in the standard on... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Alexandre Julliard | Store the 16-bit stack pointer in the WOW32Reserved... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Alexandre Julliard | Added support in winebuild for specifying import librar... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Jon Griffiths | -Wunsigned fixes. |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Alexandre Julliard | Use the correct file name in the "generated automatical... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Alexandre Julliard | Added --ld-cmd and --nm-cmd options in winebuild, and... |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Alexandre Julliard | Replaced the --mode winebuild option by a --subsystem... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Alexandre Julliard | Removed the Unicode exe modes, and instead detect autom... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Jukka Heinonen | Remove support for generating interrupt handlers. |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Alexandre Julliard | Added support for building a dll from a .def file for... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alexandre Julliard | Added native mode dll support (based on a patch by... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a struct... |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Richard Cohen | Add printf format attributes & fix the warnings. |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Got rid of 16-bit glue code generation since it is... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Alexandre Julliard | Added -private flag for entry points that shouldn't... |
blob | commitdiff | raw | diff to current |
2003-03-23 |
Alexandre Julliard | Converted winebuild option parsing to use getopt_long... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Handle end of line as a syntactic element in the spec... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Removed support for the 'forward' ordinal type. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Made stdcall decoration in .def files the default,... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | In -spec and -exe mode, accept multiple object files... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Alexandre Julliard | Replace all uses of PREFIX and @function by the __ASM_N... |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Alexandre Julliard | Got rid of #ifdef USE_STABS. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Alexandre Julliard | Ignore imports and resources when building a .def file. |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Alexandre Julliard | Make warnings quiet by default and added -w option. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Patrik Stridvall | Made winebuild (almost) compile and work on Windows. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Dmitry Timoshkov | Support for generation of .def files from .spec files. |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Marcus Meissner | Implemented glu32.dll as libGLU.so forwarder. |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Alexandre Julliard | Support for specifying stack size of Winelib apps. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Dmitry Timoshkov | Fixed some issues. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Josh DuBois | More portable .align directive. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
Eric Pouech | Added ability to delay loading of an imported DLL until... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol... |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Alexandre Julliard | Added entry point flags -noimport, -norelay, -ret64... |
blob | commitdiff | raw | diff to current |
2000-11-13 |
Alexandre Julliard | Do not warn for unused imported dlls when forwards... |
blob | commitdiff | raw | diff to current |
2000-11-09 |
Alexandre Julliard | Added support in winebuild for resolving function impor... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Added debug_channels support. |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Alexandre Julliard | Patch flat cs of 16-bit entry points if current %cs... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Alexandre Julliard | Added support for loading .res files for 16-bit resources. |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Alexandre Julliard | Added support for loading Win32 .res files. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Added stdcall64 entry point type to allow correct relay... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Alexandre Julliard | Changed the Win32 dll descriptor to be in IMAGE_NT_HEAD... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
blob | commitdiff | raw | diff to current |
|