Update the address of the Free Software Foundation.
[wine] / tools / winebuild / parser.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-16  Alexandre Julliardwinebuild: Allow -register flag for Win32 too.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-21  Alexandre JulliardMake sure that values of absolute symbols fit in 16...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-09-19  Alexandre JulliardTake into account -noname functions when checking for...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-08  Alexandre JulliardAdded support for 64-bit format NT header and export...
2005-08-29  Alexandre JulliardCompute the ordinal base and limit in assign_ordinals...
2005-08-09  Alexandre JulliardAdded a warning for DllGetVersion and DllInstall not...
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-06-23  Alexandre JulliardAllocate ordinals in the order of the declarations...
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2004-11-21  Eric FriasHandle a def file where the names of the exported funct...
2004-08-27  Alexandre JulliardPrint a warning when DllRegisterServer and similar...
2004-05-18  Eric Pouech- added size information about most of the generated...
2004-03-31  Alexandre JulliardDo not strip stdcall decoration in spec files.
2004-03-15  Jukka HeinonenRemove support for generating interrupt handlers.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-03-20  Alexandre JulliardAdded check for duplicate ordinals, and fixed bug it...
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 JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-07  Alexandre JulliardReplaced 'ignore' spec file directive by the -i option.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Dimitrie O. PaunRemove support for 'file', 'name', and 'mode' in .spec...
2002-08-27  Alexandre JulliardFixed line numbers in error messages and improved redef...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
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-26  Alexandre JulliardIgnore imports and resources when building a .def file.
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-10-14  Francois GougetWhen including config.h, include it first.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-02-15  Alexandre JulliardAdded support for backslash escaping of special characters.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
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-11-27  Francois GougetThe init function can be called main.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
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-05  Alexandre JulliardAdded debug_channels support.
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-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-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-23  Alexandre JulliardSplit the build program in several files.