wine.inf: Add HKCU\AppEvents\Schemes registry key.
[wine] / tools / winebuild / spec32.c
2009-06-16  Alexandre Julliardwinebuild: Add unwind annotations to all the generated...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-03-04  Alexandre Julliardwinebuild: Don't output the relay table if no entry...
2009-02-26  Alexandre Julliardwinebuild: Add support for generating stand-alone 16...
2009-02-26  Alexandre Julliardwinebuild: Allow the module entry point to be NULL.
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2008-12-27  Alexandre Julliardwinebuild: Generate relay debugging thunks for x86_64.
2008-12-03  Alexandre Julliardwinebuild: Don't add stdcall decorations on non-x86...
2008-07-22  Alexandre Julliardwinebuild: Don't put the PE header in the .init section...
2008-06-02  Simon Richterwinebuild: Fix branch mnemonic on ppc.
2008-01-16  Alexandre Julliardwinebuild: Don't try to use the .init section on Mac OS.
2008-01-16  Alexandre Julliardwinebuild: Reserve the space for the PE header in the...
2007-10-26  Alexandre Julliardwinebuild: Add a -ordinal flag for entry points that...
2007-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-07-11  Ge van Geldorpwinebuild: Reserve enough space for null function pointer.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-21  Alexandre JulliardMoved stub function generation to import.c. Added a...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
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-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Alexandre JulliardMoved the implementation of spec file stubs to the...
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-23  Alexandre JulliardThe exported name strings should be inside the export...
2005-07-26  Alexandre JulliardPrint a warning when a generated import library doesn...
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-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-06-16  Alexandre JulliardOutput the exported names as a C string so that they...
2005-06-10  Pierre d'HerbemontUse .mod_*_func sections on Mac OS X/i386 instead of...
2005-06-10  Alexandre JulliardReuse output_dll_init for the constructor of debug...
2005-06-06  Alexandre JulliardMoved all assembly code to the end of the generated...
2005-06-05  Alexandre JulliardSwitch back to .data at the end of asm sections to...
2005-06-05  Alexandre JulliardGenerate the resource data directly inside the resource...
2005-05-24  Alexandre JulliardFree delayed import modules on PROCESS_DETACH.
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-07-15  Pierre d'HerbemontDarwin/Mac OS X Weak import workaround.
2004-06-17  Pierre d'HerbemontHide the _init and _fini wrappers on darwin.
2004-04-08  Alexandre JulliardAutomatically detect whether the entry point is main...
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-22  Pierre d'HerbemontDarwin support for _init/_fini functions and _end symbol.
2004-02-16  Marcus MeissnerNo need to check for DllEntryPoint style constants.
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...
2004-01-15  Alexandre JulliardTweaked the init code so that it works properly no...
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-10-30  Alexandre JulliardBetter defaults for heap and stack sizes.
2003-10-24  Pierre d'HerbemontChange mctr PowerPC asm instruction to mtctr. Add Suppo...
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-02  Alexandre JulliardMake sure dllname doesn't get optimized out (spotted...
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-04-03  Alexandre JulliardDon't output register function code if it's a forwarded...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
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.
2003-03-17  Alexandre JulliardDisable 'variable' in Win32 spec files.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
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-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Alexandre JulliardHack to detect register functions automatically so...
2002-10-09  Alexandre JulliardDon't list register functions in the .def file.
2002-08-15  François GougetFix command-line parsing for Winelib applications.
2002-08-15  Marcus MeissnerThe text section alignment should be default, not 1.
2002-08-14  Alexandre JulliardBuiltin modules must be aligned on 64K boundary.
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-25  Alexandre JulliardPut correct ordinal hints in the import table.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
next