Can we bundle everthing together?
[wine] / tools / winebuild /
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...
2004-02-09  Robert ShearmanFix proc name reported in delay load failure.
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-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-11-20  Alexandre Julliardopen_input_file(): try to open the file in the current...
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-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-27  Pierre d'HerbemontFix PowerPC assembler syntax mistakes.
2003-10-24  Pierre d'HerbemontChange mctr PowerPC asm instruction to mtctr. Add Suppo...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-24  Jon GriffithsMSVC warning fix.
2003-09-22  Steven EdwardsPorting fix for Alpha.
2003-09-19  Richard CohenAdd printf format attributes & fix the warnings.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-08-13  Alexandre JulliardSupport for Mac OS X powerpc register names (based...
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-07-21  Pierre d'HerbemontChange __PPC__ flag to __powerpc__.
2003-06-23  Francois GougetMake sure to return an error if the file generation...
2003-05-14  Alexandre JulliardOnly print warning on nm failure because it fails on...
2003-04-21  Alexandre JulliardResource names don't need a case-sensitive comparison...
2003-04-10  Alexandre JulliardIgnore "U " in nm -u output.
2003-04-03  Alexandre JulliardDon't output register function code if it's a forwarded...
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-24  Alexandre JulliardAvoid reference to wine_get_cs function from libwine.
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-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Alexandre JulliardAdded check for duplicate ordinals, and fixed bug it...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
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.
2003-03-16  Alexandre JulliardDon't enter an imported dll in the import table at...
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2003-01-02  Dimitrie O. PaunAdd the -F option to set a DLL's filename.
2002-12-20  Alexandre JulliardDon't ignore sprintf/sscanf imports, semantics are...
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-12-07  Alexandre JulliardReplaced 'ignore' spec file directive by the -i option.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-06  Eric FriasAdded quotes to assembly language output.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
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-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-09  Alexandre JulliardDon't list register functions in the .def file.
2002-09-16  Marcus MeissnerAdded ctype.h.
next