reg: Updated French translation.
[wine] / tools / winebuild /
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...
2007-05-21  Dmitry Timoshkovwinebuild: Fix compilation warnings in 64-bit mode.
2007-04-25  Rob Shearmanwinebuild: Refer to strings used in generated stubs...
2007-04-09  Dmitry Timoshkovwinebuild: Check if a given forward does exist in one...
2007-03-17  Andrew Talbotwinebuild: Replace inline static with static inline.
2007-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-12-04  Alexandre Julliardwinebuild: Check for illegal characters in entry point...
2006-10-12  Andrew Talbotwinebuild: Cast-qual warning fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-23  Andrew Talbotwinebuild: Cast-qual warnings fix.
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Ge van Geldorpwinebuild: Save registers which might contain parameter...
2006-07-11  Ge van Geldorpwinebuild: Reserve enough space for null function pointer.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-19  Alexandre Julliardwinebuild: Get rid of the data16 prefix, it shouldn...
2006-06-13  Alexandre Julliardwinebuild: Fix a few printf format warnings by casting...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
2006-04-18  Alexandre Julliardwinebuild: Fixed index in module table for delayed...
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...
next