iccvid: Add Welsh resource.
[wine] / tools / winebuild /
2010-05-28  André Hentschelwinebuild: Add support for amd64-mingw32msvc platform.
2010-05-26  Austin Englishwinebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd.
2010-04-26  Kirill Smelkovwinebuild/winegcc: Allow building .dll.so without ...
2010-04-12  Alexandre Julliardwinebuild: Add cfi annotations to the relay functions...
2010-04-12  Alexandre Julliardwinebuild: Add cfi annotations to the import thunk...
2010-04-11  Alexandre Julliardwinebuild: Support for -fasynchronous-unwind-tables...
2010-04-11  Alexandre Julliardwinebuild: Add a wrapper function to output cfi directives.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-16  Alexandre Julliardwinebuild: Output the 16-bit asm relay functions as...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-11  Alexandre Julliardwinebuild: Do not output an undefined symbol reference...
2009-12-30  Alexandre Julliardwinebuild: Get rid of the support for building old...
2009-12-30  Alexandre Julliardwinebuild: Don't output private symbols at all when...
2009-12-30  Alexandre Julliardwinebuild: Add support for building Windows import...
2009-12-30  Alexandre Julliardwinebuild: Recognize mingw32 as a Windows platform.
2009-12-30  Alexandre Julliardwinebuild: Simplify the code for finding the various...
2009-12-30  Alexandre Julliardwinebuild: Add support for generating import libs for...
2009-12-30  Alexandre Julliardwinebuild: Always initialize the dll name at startup.
2009-12-29  Alexandre Julliardwinebuild: Support for adding 32-bit exports in 16...
2009-12-29  Alexandre Julliardwinebuild: Allow optional keywords to be in any order...
2009-12-29  Alexandre Julliardwinebuild: Don't check variables for undefined exports.
2009-11-19  Alexandre Julliardwinebuild: Fix the definition of the CPU mask flag...
2009-11-18  André Hentschelwinebuild: Add ARM support.
2009-10-15  Gerald Pfeiferwinebuild: Add support for PLATFORM_FREEBSD to get_ld_c...
2009-10-05  Gerald Pfeiferwinebuild: Add support for PLATFORM_FREEBSD.
2009-10-05  Alexandre Julliardtools: Build all the tools with -D__WINESRC__.
2009-08-27  Alexandre Julliardtools: Take into account the executable extension when...
2009-08-24  Dylan Smithtools: Detect windows platform with _WIN32 instead...
2009-08-24  Alexandre Julliardwinebuild: Add win32/win64 generic architectures in...
2009-08-17  Alexandre Julliardwinebuild: Add support for creating 16-bit fake dlls.
2009-08-17  Alexandre Julliardwinebuild: Compute the resource offsets while building...
2009-08-14  Alexandre Julliardwinebuild: Add support for creating a fake dll at compi...
2009-08-14  Alexandre Julliardwinebuild: Compute the resource offsets while building...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for writing binary...
2009-08-14  Alexandre Julliardwinebuild: Add helper functions for reading binary...
2009-08-10  Marcus Meissnerwinebuild: Added missing close.
2009-07-09  Alexandre Julliardwinebuild: Dump resource data as dwords to reduce the...
2009-06-30  Alexandre Julliardwinebuild: Don't try to output 32-bit resources when...
2009-06-26  Stefan Dösingerwinebuild: Open resource files in binary mode.
2009-06-23  Alexandre Julliardwinebuild: Enforce header size alignment when outputtin...
2009-06-22  Alexandre Julliardwinebuild: Add possibility to generate a global resourc...
2009-06-17  Alexandre Julliardwinebuild: Implement a --large-address-aware flag.
2009-06-16  Alexandre Julliardwinebuild: Add unwind annotations to all the generated...
2009-06-10  Alexandre Julliardwinebuild: Properly restore %rax and %rbx in call_from_...
2009-06-02  Alexandre Julliardwinebuild: Add detection of duplicate resources.
2009-06-02  Alexandre Julliardwinebuild: Add a --resources mode that compiles multipl...
2009-05-04  Ken Thomaseswinebuild: On Mac OS X, use -arch option to control...
2009-05-01  Alexandre Julliardwinebuild: Use iretq on x86_64 to restore more system...
2009-04-09  Alexandre Julliardwinebuild: Don't include any Windows header to avoid...
2009-04-09  Alexandre Julliardwinebuild: Hardcode the stack frame offsets instead...
2009-04-09  Alexandre Julliardwinebuild: Hardcode the i386 register context offsets...
2009-03-25  Alexandre Julliardwinebuild: Skip non-functions when building the undefin...
2009-03-24  Alexandre Julliardwinebuild: Make sure main module is properly initialized.
2009-03-23  James Hawkinswinebuild: Document the correlation of spec->ordinals...
2009-03-04  Alexandre Julliardwinebuild: Ignore 16-bit absolute exports when checking...
2009-03-04  Alexandre Julliardwinebuild: Support the --main-module option for stand...
2009-03-04  Alexandre Julliardwinebuild: Don't output the relay table if no entry...
2009-02-27  Alexandre Julliardwinebuild: Don't prefix local symbols with an underscore.
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-02-26  Alexandre Julliardwinebuild: Make the 16-bit DOS header a local symbol.
2009-02-04  Alexandre Julliardwinebuild: Search for the as/ld/nm tools in the PATH...
2009-02-04  Alexandre Julliardwinebuild: Append the correct options for as and ld...
2009-02-04  Alexandre Julliardwinebuild: Determine the appropriate as/ld/nm commands...
2009-01-15  Alexandre Julliardwinebuild: Add -m32/-m64 options to allow 32/64-bit...
2009-01-14  Alexandre Julliardwinebuild: Add -b as a short option for --target for...
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-27  Alexandre Julliardwinebuild: Fix delay load code to preserve stack alignm...
2008-12-27  Alexandre Julliardwinebuild: Generate the __wine_call_from_32_regs functi...
2008-12-16  Alexandre Julliardwinebuild: Generate stub entry points for x86_64.
2008-12-08  Alexandre Julliardwinebuild: Make the cpu flag more generic to allow...
2008-12-03  Alexandre Julliardwinebuild: Don't add stdcall decorations on non-x86...
2008-11-25  Maarten Lankhorstwinebuild: Use ms-abi for delayed load stubs.
2008-09-30  Rob Shearmanwinebuild: Declare fatal_error and fatal_perror as...
2008-09-04  Alexandre Julliardwinebuild: Generate MS-style imports using the Original...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-07-22  Alexandre Julliardwinebuild: Don't put the PE header in the .init section...
2008-07-22  Alexandre Julliardwinebuild: Add Solaris as a separate platform.
2008-06-02  Simon Richterwinebuild: Fix import stub on ppc.
2008-06-02  Simon Richterwinebuild: Fix branch mnemonic on ppc.
2008-03-03  Alexandre Julliardwinebuild: Add support for 16-bit exe modules.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-01-23  Dmitry Timoshkovwinebuild: Add a couple of missing indentations in...
2008-01-18  Austin Englishtools: Spelling fixes.
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-12-14  Michael Stefaniucwinebuild: Remove duplicate declaration of variable...
2007-12-11  Alexandre Julliardwinebuild: Don't set the IMAGE_FILE_DLL flag on native...
2007-12-06  Alexandre Julliardwinebuild: Also optimize out imports that are only...
2007-12-06  Alexandre Julliardwinebuild: Improved checks for missing forward entry...
2007-12-06  Alexandre Julliardwinebuild: Print a warning when failing to import a...
2007-11-07  Alexandre Julliardwinebuild: Add a few nops to stub entry points to make...
2007-10-26  Alexandre Julliardwinebuild: Add a -ordinal flag for entry points that...
2007-09-10  Dmitry Timoshkovwinebuild: Add IMAGE_FILE_32BIT_MACHINE flag for a...
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-05-29  Dmitry Timoshkovwinebuild: Mark builtin DLLs as IMAGE_FILE_LARGE_ADDRES...
2007-05-24  Alexandre Julliardwinebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag...
next