2004-07-15 |
Pierre d'Herbemont | Darwin/Mac OS X Weak import workaround. |
blob | commitdiff | raw |
2004-06-17 |
Pierre d'Herbemont | Hide the _init and _fini wrappers on darwin. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Automatically detect whether the entry point is main... |
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-22 |
Pierre d'Herbemont | Darwin support for _init/_fini functions and _end symbol. |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Marcus Meissner | No need to check for DllEntryPoint style constants. |
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 |
2004-01-15 |
Alexandre Julliard | Tweaked the init code so that it works properly no... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Alexandre Julliard | If supported by the linker, prevent the ELF loader... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Alexandre Julliard | Put better values for code and data sizes in the NT... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Alexandre Julliard | Better defaults for heap and stack sizes. |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Pierre d'Herbemont | Change mctr PowerPC asm instruction to mtctr. Add Suppo... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Alexandre Julliard | Store the dll name for the export directory inside... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Alexandre Julliard | Make sure dllname doesn't get optimized out (spotted... |
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-04-03 |
Alexandre Julliard | Don't output register function code if it's a forwarded... |
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-23 |
Christian Costa | Make use of .half and/or .asciiz assembler keywords... |
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 |
2003-03-17 |
Alexandre Julliard | Disable 'variable' in Win32 spec files. |
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 | Implemented import libraries; on Unix we import the... |
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-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Hack to detect register functions automatically so... |
blob | commitdiff | raw | diff to current |
2002-10-09 |
Alexandre Julliard | Don't list register functions in the .def file. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
François Gouget | Fix command-line parsing for Winelib applications. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Marcus Meissner | The text section alignment should be default, not 1. |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Alexandre Julliard | Builtin modules must be aligned on 64K boundary. |
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-25 |
Alexandre Julliard | Put correct ordinal hints in the import table. |
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-07-05 |
Gregg Mattinson | - Replaced .previous with a .section statement for... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
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-19 |
Alexandre Julliard | Do not output stubs in the .def file. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Adapted to use the argc/argv variables from libwine. |
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-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
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-19 |
James Juran | Prevent warnings about labels at end of switch statemen... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Alexandre Julliard | Avoid including winbase.h in generated .spec.c files. |
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-03-21 |
Jeff Garzik | Added some inclusions of string.h where necessary. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Josh DuBois | More portable .align directive. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ulrich Weigand | Fixed winebuild to work on non-Intel architectures. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Jon Griffiths | Allow stubs for exports that are not legal C identifiers. |
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-11 |
Alexandre Julliard | Output the exports table in assembly code to make it... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Alexandre Julliard | Don't make the spec file constructors static so that... |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Alexandre Julliard | Always put the dll constructor in the .init section... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Dimitrie O. Paun | Modified winebuild to use the __ASM_FUNC macro for... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Set debugging option based on NO_TRACE_MSGS define... |
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-13 |
Alexandre Julliard | Don't include wine internal functions in the relay... |
blob | commitdiff | raw | diff to current |
2000-11-12 |
Alexandre Julliard | Raise an exception for unimplemented 16-bit entry point... |
blob | commitdiff | raw | diff to current |
2000-11-11 |
Joerg Mayer | Get rid of some warnings about unused variables, signed... |
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-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | Added debug_channels support. |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Alexandre Julliard | Raise an exception when a stub entry point is called. |
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-22 |
Joerg Mayer | Reduce the number of warnings about missing initializers. |
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-09-27 |
Alexandre Julliard | Generate Win32 dll descriptor structure in the .spec... |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Hidenori Takeshima | GetCommandLine should return non-const strings. |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
blob | commitdiff | raw | diff to current |
|