Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / tools / winebuild /
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2003-01-02  Dimitrie O. PaunAdd the -F option to set a DLL's filename.
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 JulliardMade stdcall decoration in .def files the default,...
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-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-06  Eric FriasAdded quotes to assembly language output.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
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-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-09  Alexandre JulliardDon't list register functions in the .def file.
2002-09-16  Marcus MeissnerAdded ctype.h.
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-09-12  Dimitrie O. PaunAdd support for naming the DLL from the command line.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardFixed line numbers in error messages and improved redef...
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-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-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded a winebuild man page.
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-28  Alexandre JulliardSet correct dll file name when building a .def file.
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-20  Steven EdwardsPortability fix.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardOnly add extra symbols if they are not already exported...
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
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-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardFixed missing call to make_c_identifier.
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-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Alexandre JulliardGot rid of #ifdef USE_STABS.
2002-03-26  Alexandre JulliardIgnore imports and resources when building a .def file.
2002-03-21  Alexandre JulliardMake warnings quiet by default and added -w option.
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-12  Gavriel StateSome older versions of GDB need to have the filename...
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
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-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
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-09-14  Dmitry TimoshkovAdd missing CALLBACK modifier.
2001-08-28  Alexandre JulliardOutput correct assembly function headers for all functions.
2001-06-08  Bob GoodwinMask out garbage in the upper half of stack pointer.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-02-15  Alexandre JulliardAdded support for backslash escaping of special characters.
2001-02-13  Josh DuBoisMore portable .align directive.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-11  Nathan NeulingerRenamed struct option to avoid conflicts with getopt.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-29  Jon GriffithsAllow stubs for exports that are not legal C identifiers.
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-13  Alexandre JulliardRemoved some unnecessary includes.
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-06  Eric PouechNow prints line number for 'x.dll imported but no symbo...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
next