comctl32: Send Unicode notifications if required in header control.
[wine] / tools / winebuild /
2006-04-05  Alexandre Julliardwinebuild: Remove a no longer necessary movzwl instruction.
2006-02-16  Robert Shearmanwinebuild: Correction for manpage.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-24  Alexandre Julliardwinebuild: Get rid of the default ignored symbols list.
2006-01-23  Alexandre Julliardwinebuild: Always import atof, the MS version is different.
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...
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2005-12-19  Alexandre Julliardntdll: Make __wine_call_from_32_restore_regs take a...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-16  Alexandre Julliardwinebuild: Allow -register flag for Win32 too.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-11-28  Alexandre JulliardPreserve 16-byte stack alignment in 16-bit relays.
2005-11-28  Alexandre JulliardEnforce 16-byte stack alignment when returning from...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-10-24  Robert LunnonRemove SVR4 specific pseudo-ops.
2005-10-24  Simon RichterFix winebuild's ppc assembly generation.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-10-06  Alexandre JulliardFixed some nroff warnings.
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 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-20  Alexandre JulliardFixed stack offset of %eax register.
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-19  Alexandre JulliardTake into account -noname functions when checking for...
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
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-16  Alexandre JulliardImplemented import thunks for x86-64.
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-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
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 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...
next