2003-01-09 |
Alexandre Julliard | Do not define __WINESRC__ when building tools and miscemu. |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2003-01-02 |
Alexandre Julliard | Updated for recent options changes. |
tree | commitdiff |
2003-01-02 |
Dimitrie O. Paun | Add the -F option to set a DLL's filename. |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Don't ignore sprintf/sscanf imports, semantics are... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Made stdcall decoration in .def files the default,... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-07 |
Alexandre Julliard | Replaced 'ignore' spec file directive by the -i option. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
tree | commitdiff |
2002-11-18 |
Alexandre Julliard | Removed support for 'rsrc' spec file statement. |
tree | commitdiff |
2002-11-06 |
Eric Frias | Added quotes to assembly language output. |
tree | commitdiff |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Hack to detect register functions automatically so... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Don't list register functions in the .def file. |
tree | commitdiff |
2002-09-16 |
Marcus Meissner | Added ctype.h. |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Replaced 'heap' .spec statement by a command line option. |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Remove support for 'file', 'name', and 'mode' in .spec... |
tree | commitdiff |
2002-09-12 |
Dimitrie O. Paun | Add support for naming the DLL from the command line. |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Fixed line numbers in error messages and improved redef... |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Try to derive temp file names from output file names... |
tree | commitdiff |
2002-08-20 |
Marcus Meissner | Implemented delayed import assembler thunks for PPC. |
tree | commitdiff |
2002-08-17 |
Dmitry Timoshkov | Include protection for <unistd.h>, <sys/types.h> and... |
tree | commitdiff |
2002-08-15 |
François Gouget | Fix command-line parsing for Winelib applications. |
tree | commitdiff |
2002-08-15 |
Marcus Meissner | The text section alignment should be default, not 1. |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Builtin modules must be aligned on 64K boundary. |
tree | commitdiff |
2002-08-13 |
Alexandre Julliard | Setup exception frame around 16-bit calls to unwind... |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | In -spec and -exe mode, accept multiple object files... |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Added a winebuild man page. |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal. |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Set correct dll file name when building a .def file. |
tree | commitdiff |
2002-07-25 |
Alexandre Julliard | Put correct ordinal hints in the import table. |
tree | commitdiff |
2002-07-22 |
Alexandre Julliard | Replace all uses of PREFIX and @function by the __ASM_N... |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | - Replaced .previous with a .section statement for... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-20 |
Steven Edwards | Portability fix. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Fixed make install target to work even when nothing... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Only add extra symbols if they are not already exported... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-19 |
Alexandre Julliard | Do not output stubs in the .def file. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Adapted to use the argc/argv variables from libwine. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Fixed missing call to make_c_identifier. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-04 |
Patrik Stridvall | MS C related changes. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | Link the tools and the server against libwine so we... |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-01 |
Alexandre Julliard | Got rid of #ifdef USE_STABS. |
tree | commitdiff |
2002-03-26 |
Alexandre Julliard | Ignore imports and resources when building a .def file. |
tree | commitdiff |
2002-03-21 |
Alexandre Julliard | Make warnings quiet by default and added -w option. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-11 |
Patrik Stridvall | Made winebuild (almost) compile and work on Windows. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-12 |
Gavriel State | Some older versions of GDB need to have the filename... |
tree | commitdiff |
2002-02-04 |
Dmitry Timoshkov | Support for generation of .def files from .spec files. |
tree | commitdiff |
2002-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-01-29 |
Clemens | Should process the .dynsym of shared libraries instead... |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
tree | commitdiff |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
tree | commitdiff |
2001-11-19 |
James Juran | Prevent warnings about labels at end of switch statemen... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-02 |
Alexandre Julliard | Avoid including winbase.h in generated .spec.c files. |
tree | commitdiff |
2001-09-14 |
Dmitry Timoshkov | Add missing CALLBACK modifier. |
tree | commitdiff |
2001-08-28 |
Alexandre Julliard | Output correct assembly function headers for all functions. |
tree | commitdiff |
2001-06-08 |
Bob Goodwin | Mask out garbage in the upper half of stack pointer. |
tree | commitdiff |
2001-06-08 |
Marcus Meissner | Implemented glu32.dll as libGLU.so forwarder. |
tree | commitdiff |
2001-06-07 |
Alexandre Julliard | Support for specifying stack size of Winelib apps. |
tree | commitdiff |
2001-05-22 |
Dmitry Timoshkov | Fixed some issues. |
tree | commitdiff |
2001-03-28 |
Alexandre Julliard | Always load the 32-bit dll containing a given 16-bit... |
tree | commitdiff |
2001-03-21 |
Jeff Garzik | Added some inclusions of string.h where necessary. |
tree | commitdiff |
2001-02-15 |
Alexandre Julliard | Added support for backslash escaping of special characters. |
tree | commitdiff |
2001-02-13 |
Josh DuBois | More portable .align directive. |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
tree | commitdiff |
2001-01-11 |
Nathan Neulinger | Renamed struct option to avoid conflicts with getopt.h. |
tree | commitdiff |
2001-01-02 |
Ulrich Weigand | Delayed import thunks for Sparc. |
tree | commitdiff |
2000-12-29 |
Ulrich Weigand | Fixed builtin imports broken by latest change. |
tree | commitdiff |
2000-12-29 |
Ulrich Weigand | Fixed winebuild to work on non-Intel architectures. |
tree | commitdiff |
2000-12-29 |
Jon Griffiths | Allow stubs for exports that are not legal C identifiers. |
tree | commitdiff |
2000-12-26 |
Eric Pouech | Added ability to delay loading of an imported DLL until... |
tree | commitdiff |
2000-12-18 |
Patrik Stridvall | Solaris fixes. |
tree | commitdiff |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger... |
tree | commitdiff |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
tree | commitdiff |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Output the exports table in assembly code to make it... |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Don't make the spec file constructors static so that... |
tree | commitdiff |
2000-12-06 |
Eric Pouech | Now prints line number for 'x.dll imported but no symbo... |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
tree | commitdiff |
2000-12-02 |
Alexandre Julliard | Always put the dll constructor in the .init section... |
tree | commitdiff |
next |