winebuild: Use iretq on x86_64 to restore more system registers and flags.
[wine] / tools / winebuild / build.h
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-03-04  Alexandre Julliardwinebuild: Support the --main-module option for stand...
2009-02-26  Alexandre Julliardwinebuild: Add support for generating stand-alone 16...
2009-02-26  Alexandre Julliardwinebuild: Make the 16-bit DOS header a local symbol.
2009-02-04  Alexandre Julliardwinebuild: Determine the appropriate as/ld/nm commands...
2009-01-15  Alexandre Julliardwinebuild: Add -m32/-m64 options to allow 32/64-bit...
2008-12-08  Alexandre Julliardwinebuild: Make the cpu flag more generic to allow...
2008-09-30  Rob Shearmanwinebuild: Declare fatal_error and fatal_perror as...
2008-07-22  Alexandre Julliardwinebuild: Add Solaris as a separate platform.
2007-10-26  Alexandre Julliardwinebuild: Add a -ordinal flag for entry points that...
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-06-19  Alexandre Julliardwinebuild: Get rid of the data16 prefix, it shouldn...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2006-01-20  Alexandre Julliardwinebuild: Moved offset definitions to relay.c since...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
2005-09-21  Alexandre JulliardMake sure that values of absolute symbols fit in 16...
2005-09-21  Alexandre JulliardMoved stub function generation to import.c. Added a...
2005-09-21  Alexandre JulliardNow that we have to be able to run the assembler from...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-19  Alexandre JulliardDon't remove ignored symbols from the undefined list...
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-15  Alexandre JulliardOutput the resource data in assembly too.
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-08  Alexandre JulliardAdded support for 64-bit format NT header and export...
2005-09-07  Alexandre JulliardAdded a bit of framework for future x86_64 support.
2005-09-07  Alexandre JulliardGenerate the NT header in assembly instead of using...
2005-09-03  Alexandre JulliardOutput the delayed import table using assembly too.
2005-09-02  Alexandre JulliardOutput the import directory using assembly instead...
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
2005-06-29  Alexandre JulliardReplace configure macros by explicit platform checks...
2005-06-27  Alexandre JulliardReplaced all uses of the __ASM_NAME macro by the asm_na...
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-06-06  Alexandre JulliardMoved all assembly code to the end of the generated...
2005-05-24  Alexandre JulliardFree delayed import modules on PROCESS_DETACH.
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-18  Alexandre JulliardGenerate the 16-bit module header in the standard on...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-03-18  Jon Griffiths-Wunsigned fixes.
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-03-24  Alexandre JulliardRemoved the Unicode exe modes, and instead detect autom...
2004-03-15  Jukka HeinonenRemove support for generating interrupt handlers.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-13  Alexandre JulliardAdded native mode dll support (based on a patch by...
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-19  Richard CohenAdd printf format attributes & fix the warnings.
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2003-03-17  Alexandre JulliardRemoved support for the 'forward' ordinal type.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Alexandre JulliardMade stdcall decoration in .def files the default,...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Alexandre JulliardGot rid of #ifdef USE_STABS.
2002-03-26  Alexandre JulliardIgnore imports and resources when building a .def file.
2002-03-21  Alexandre JulliardMake warnings quiet by default and added -w option.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-11-06  François GougetFix the #include order for config.h.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Jon GriffithsAdded "ignore" directive for skipping individual symbol...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
next