Output the delayed import table using assembly too.
[wine] / tools / winebuild /
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 JulliardAdded an entry point routine for native drivers.
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 JulliardCompute the ordinal base and limit in assign_ordinals...
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-29  Alexandre JulliardUse __wine_unimplemented_stub from crt0 for 16-bit...
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
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-08-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-08-19  Alexandre JulliardAdded some general purpose routines for managing list...
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-08-10  Alexandre JulliardByteswap the resources if we detect that the header...
2005-08-09  Alexandre JulliardAdded a warning for DllGetVersion and DllInstall not...
2005-07-26  Alexandre JulliardPrint a warning when a generated import library doesn...
2005-07-13  Steve ZellersFixed leftover import table name in output_import_thunk.
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-07-05  Alexandre JulliardDon't depend on ELF features for PIC code.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-01  Alexandre JulliardDon't use the full 32 bits of %esp when called from...
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
2005-07-01  Alexandre JulliardAdded a --target option to allow cross-compilation.
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
2005-06-30  Phil KrylovFixed winebuild operation in Darwin.
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-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-23  Alexandre JulliardAllocate ordinals in the order of the declarations...
2005-06-20  Wolfgang ThallerUse __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places...
2005-06-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardGenerate proper PIC code for CALL32_CBClient.
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
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-23  Alexandre JulliardMoved the generated code segment for 16-bit builtins...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-19  Alexandre JulliardUse RaiseException instead of RtlRaiseException in...
2005-05-19  Alexandre JulliardRenamed __wine_(un)register_dll_16 to __wine_dll_(un...
2005-05-18  Alexandre JulliardGenerate the 16-bit module header in the standard on...
2005-05-17  Alexandre JulliardUse the exported IMAGE_OS2_HEADER to generate the modul...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2005-05-07  Alexandre JulliardUse RaiseException instead of RtlRaiseException for...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-04-13  Marcus MeissnerUse correct movw instead of movl when handling segment...
2005-03-18  Jon Griffiths-Wunsigned fixes.
2005-03-18  Alexandre JulliardDon't crash on xrealloc(0) (found by Jon Griffiths).
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-09  Marcus MeissnerPut generated import table code into .text segment.
2004-12-07  Paul MillarCheck for features missing in mingw environment, allowi...
2004-12-02  Alexandre JulliardClean up temp files also when killed by a signal.
2004-11-21  Eric FriasHandle a def file where the names of the exported funct...
2004-10-19  Alexandre Julliardwinebuild shouldn't depend on the NO_TRACE_MSGS define.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-14  Vincent BéronDon't use magic sizes, actually calculate them.
2004-10-14  Vincent BéronOnly compile BuildCallFrom16Func on x86.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-09-07  Alexandre JulliardFill in the proper offsets in the resource directory...
2004-08-27  Alexandre JulliardPrint a warning when DllRegisterServer and similar...
2004-07-29  Marcus MeissnerUse "LD" instead of "ld" in winebuild to be able to...
2004-07-15  Pierre d'HerbemontDarwin/Mac OS X Weak import workaround.
2004-07-15  Pierre d'Herbemont- Be more accurate on Darwin stack size.
2004-07-14  Pierre d'HerbemontDelayed import fix for Darwin and PowerPC Host.
2004-06-18  Pierre d'Herbemont- Detection of .size instruction.
2004-06-17  Pierre d'HerbemontHide the _init and _fini wrappers on darwin.
2004-05-18  Eric Pouech- added size information about most of the generated...
2004-04-08  Alexandre JulliardAutomatically detect whether the entry point is main...
2004-03-31  Alexandre JulliardDo not strip stdcall decoration in spec files.
2004-03-27  Dmitry TimoshkovAdd a few missing __ASM_NAME macros.
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-03-17  Richard CohenRemove . from default library search path.
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
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-16  Alexandre JulliardRenamed --exe-mode option to --mode now that it can...
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...
next