Moved all references to file descriptors out of the generic object
[wine] / tools / winebuild / import.c
2002-12-20  Alexandre JulliardDon't ignore sprintf/sscanf imports, semantics are...
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-11-06  Eric FriasAdded quotes to assembly language output.
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-20  Marcus MeissnerImplemented delayed import assembler thunks for PPC.
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-25  Alexandre JulliardPut correct ordinal hints in the import table.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardOnly add extra symbols if they are not already exported...
2002-05-16  Alexandre JulliardAdapted to use the argc/argv variables from libwine.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  ClemensShould process the .dynsym of shared libraries instead...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-02-13  Josh DuBoisMore portable .align directive.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-02  Ulrich WeigandDelayed import thunks for Sparc.
2000-12-29  Ulrich WeigandFixed builtin imports broken by latest change.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-18  Patrik StridvallSolaris fixes.
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Jon GriffithsAdded "ignore" directive for skipping individual symbol...
2000-12-06  Eric PouechNow prints line number for 'x.dll imported but no symbo...
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-11-26  Marcus MeissnerThe __wine_call_from_16_ calls in the import table...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...