Store all information about the current dll in a structure instead of
[wine] / tools / winebuild / spec32.c
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2004-01-15  Alexandre JulliardTweaked the init code so that it works properly no...
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-10-30  Alexandre JulliardBetter defaults for heap and stack sizes.
2003-10-24  Pierre d'HerbemontChange mctr PowerPC asm instruction to mtctr. Add Suppo...
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-02  Alexandre JulliardMake sure dllname doesn't get optimized out (spotted...
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-04-03  Alexandre JulliardDon't output register function code if it's a forwarded...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2003-03-17  Alexandre JulliardRemoved support for the 'forward' ordinal type.
2003-03-17  Alexandre JulliardDisable 'variable' in Win32 spec files.
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 JulliardMade stdcall decoration in .def files the default,...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Alexandre JulliardHack to detect register functions automatically so...
2002-10-09  Alexandre JulliardDon't list register functions in the .def file.
2002-08-15  François GougetFix command-line parsing for Winelib applications.
2002-08-15  Marcus MeissnerThe text section alignment should be default, not 1.
2002-08-14  Alexandre JulliardBuiltin modules must be aligned on 64K boundary.
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-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-19  Alexandre JulliardDo not output stubs in the .def file.
2002-05-16  Alexandre JulliardAdapted to use the argc/argv variables from libwine.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
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-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
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-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-02  Alexandre JulliardAvoid including winbase.h in generated .spec.c files.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-29  Jon GriffithsAllow stubs for exports that are not legal C identifiers.
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-11  Alexandre JulliardOutput the exports table in assembly code to make it...
2000-12-06  Alexandre JulliardDon't make the spec file constructors static so that...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-11-27  Alexandre JulliardSet debugging option based on NO_TRACE_MSGS define...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-13  Alexandre JulliardDon't include wine internal functions in the relay...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-27  Alexandre JulliardGenerate Win32 dll descriptor structure in the .spec...
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-23  Alexandre JulliardSplit the build program in several files.