Fix some -Wsign-compare warnings.
[wine] / tools / winebuild /
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...
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...
next