2004-09-07 |
Alexandre Julliard | Fill in the proper offsets in the resource directory... |
tree | commitdiff |
2004-08-27 |
Alexandre Julliard | Print a warning when DllRegisterServer and similar... |
tree | commitdiff |
2004-07-29 |
Marcus Meissner | Use "LD" instead of "ld" in winebuild to be able to... |
tree | commitdiff |
2004-07-15 |
Pierre d'Herbemont | Darwin/Mac OS X Weak import workaround. |
tree | commitdiff |
2004-07-15 |
Pierre d'Herbemont | - Be more accurate on Darwin stack size. |
tree | commitdiff |
2004-07-14 |
Pierre d'Herbemont | Delayed import fix for Darwin and PowerPC Host. |
tree | commitdiff |
2004-06-18 |
Pierre d'Herbemont | - Detection of .size instruction. |
tree | commitdiff |
2004-06-17 |
Pierre d'Herbemont | Hide the _init and _fini wrappers on darwin. |
tree | commitdiff |
2004-05-18 |
Eric Pouech | - added size information about most of the generated... |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Automatically detect whether the entry point is main... |
tree | commitdiff |
2004-03-31 |
Alexandre Julliard | Do not strip stdcall decoration in spec files. |
tree | commitdiff |
2004-03-27 |
Dmitry Timoshkov | Add a few missing __ASM_NAME macros. |
tree | commitdiff |
2004-03-25 |
Alexandre Julliard | Replaced the --mode winebuild option by a --subsystem... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | Removed the Unicode exe modes, and instead detect autom... |
tree | commitdiff |
2004-03-22 |
Pierre d'Herbemont | Darwin support for _init/_fini functions and _end symbol. |
tree | commitdiff |
2004-03-17 |
Richard Cohen | Remove . from default library search path. |
tree | commitdiff |
2004-03-16 |
Jukka Heinonen | DPMI programs now handle pending events. |
tree | commitdiff |
2004-03-15 |
Jukka Heinonen | Remove support for generating interrupt handlers. |
tree | commitdiff |
2004-02-17 |
Alexandre Julliard | Added support for building a dll from a .def file for... |
tree | commitdiff |
2004-02-16 |
Alexandre Julliard | Renamed --exe-mode option to --mode now that it can... |
tree | commitdiff |
2004-02-16 |
Marcus Meissner | No need to check for DllEntryPoint style constants. |
tree | commitdiff |
2004-02-13 |
Alexandre Julliard | Added native mode dll support (based on a patch by... |
tree | commitdiff |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a struct... |
tree | commitdiff |
2004-02-09 |
Robert Shearman | Fix proc name reported in delay load failure. |
tree | commitdiff |
2004-01-15 |
Alexandre Julliard | Tweaked the init code so that it works properly no... |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | If supported by the linker, prevent the ELF loader... |
tree | commitdiff |
2003-11-28 |
Alexandre Julliard | Better support for div and ldiv in Winelib apps. |
tree | commitdiff |
2003-11-26 |
Dimitrie O. Paun | Make the winehq.org domain the official one. |
tree | commitdiff |
2003-11-20 |
Alexandre Julliard | open_input_file(): try to open the file in the current... |
tree | commitdiff |
2003-11-03 |
Alexandre Julliard | Put better values for code and data sizes in the NT... |
tree | commitdiff |
2003-10-30 |
Alexandre Julliard | Better defaults for heap and stack sizes. |
tree | commitdiff |
2003-10-28 |
Alexandre Julliard | Switch back to the main process stack before calling... |
tree | commitdiff |
2003-10-27 |
Pierre d'Herbemont | Fix PowerPC assembler syntax mistakes. |
tree | commitdiff |
2003-10-24 |
Pierre d'Herbemont | Change mctr PowerPC asm instruction to mtctr. Add Suppo... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the |
tree | commitdiff |
2003-10-03 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-09-26 |
Alexandre Julliard | Store the dll name for the export directory inside... |
tree | commitdiff |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | MSVC warning fix. |
tree | commitdiff |
2003-09-22 |
Steven Edwards | Porting fix for Alpha. |
tree | commitdiff |
2003-09-19 |
Richard Cohen | Add printf format attributes & fix the warnings. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed a few more TEB fields. |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved selector fixup for the relay code to the callto16... |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved 16-bit calls initialization and exception handlin... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Got rid of 16-bit glue code generation since it is... |
tree | commitdiff |
2003-08-13 |
Alexandre Julliard | Support for Mac OS X powerpc register names (based... |
tree | commitdiff |
2003-08-02 |
Alexandre Julliard | Make sure dllname doesn't get optimized out (spotted... |
tree | commitdiff |
2003-07-28 |
Alexandre Julliard | Added -private flag for entry points that shouldn't... |
tree | commitdiff |
2003-07-21 |
Pierre d'Herbemont | Change __PPC__ flag to __powerpc__. |
tree | commitdiff |
2003-06-23 |
Francois Gouget | Make sure to return an error if the file generation... |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Only print warning on nm failure because it fails on... |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Resource names don't need a case-sensitive comparison... |
tree | commitdiff |
2003-04-10 |
Alexandre Julliard | Ignore "U " in nm -u output. |
tree | commitdiff |
2003-04-03 |
Alexandre Julliard | Don't output register function code if it's a forwarded... |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Added support for specifying an stdcall dll entry point. |
tree | commitdiff |
2003-03-25 |
Alexandre Julliard | Store %gs in the TEB on every call to 16-bit code,... |
tree | commitdiff |
2003-03-24 |
Alexandre Julliard | Avoid reference to wine_get_cs function from libwine. |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | Converted winebuild option parsing to use getopt_long... |
tree | commitdiff |
2003-03-23 |
Christian Costa | Make use of .half and/or .asciiz assembler keywords... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Added check for duplicate ordinals, and fixed bug it... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Handle end of line as a syntactic element in the spec... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Removed support for the 'forward' ordinal type. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Disable 'variable' in Win32 spec files. |
tree | commitdiff |
2003-03-16 |
Alexandre Julliard | Don't enter an imported dll in the import table at... |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
tree | commitdiff |
2003-01-09 |
Alexandre Julliard | Do not define __WINESRC__ when building tools and miscemu. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2003-01-02 |
Alexandre Julliard | Updated for recent options changes. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add the -F option to set a DLL's filename. |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Don't ignore sprintf/sscanf imports, semantics are... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Made stdcall decoration in .def files the default,... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-07 |
Alexandre Julliard | Replaced 'ignore' spec file directive by the -i option. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
tree | commitdiff |
2002-11-06 |
Eric Frias | Added quotes to assembly language output. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Hack to detect register functions automatically so... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Don't list register functions in the .def file. |
tree | commitdiff |
2002-09-16 |
Marcus Meissner | Added ctype.h. |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Replaced 'heap' .spec statement by a command line option. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Remove support for 'file', 'name', and 'mode' in .spec... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Add support for naming the DLL from the command line. |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Fixed line numbers in error messages and improved redef... |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Try to derive temp file names from output file names... |
tree | commitdiff |
2002-08-20 |
Marcus Meissner | Implemented delayed import assembler thunks for PPC. |
tree | commitdiff |
2002-08-17 |
Dmitry Timoshkov | Include protection for <unistd.h>, <sys/types.h> and... |
tree | commitdiff |
2002-08-15 |
François Gouget | Fix command-line parsing for Winelib applications. |
tree | commitdiff |
2002-08-15 |
Marcus Meissner | The text section alignment should be default, not 1. |
tree | commitdiff |
next |