wined3d: UBYTE4 data shouldn't be normalized.
[wine] / tools / winebuild / utils.c
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-03-05  Joris Huizerwinebuild: sign-compare fixes.
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-21  Marcus Meissnerwinebuild: Output a .note.GNU-stack section to allow...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-02  Francois GougetAssorted spelling fixes.
2005-10-24  Robert LunnonRemove SVR4 specific pseudo-ops.
2005-09-21  Alexandre JulliardFactor out a couple of useful helper functions.
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-19  Alexandre JulliardDon't remove ignored symbols from the undefined list...
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-07  Alexandre JulliardAdded a bit of framework for future x86_64 support.
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
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-20  Wolfgang ThallerWinebuild darwin/x86-specific fixes:
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
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...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2003-11-20  Alexandre Julliardopen_input_file(): try to open the file in the current...
2003-09-22  Steven EdwardsPorting fix for Alpha.
2003-07-21  Pierre d'HerbemontChange __PPC__ flag to __powerpc__.
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-21  Alexandre JulliardMake warnings quiet by default and added -w option.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-06-23  Alexandre JulliardSplit the build program in several files.