2005-09-18 |
Alexandre Julliard | Moved return value handling to the individual relay... |
blob | commitdiff | raw |
2005-09-18 |
Alexandre Julliard | Make the users of wine_call_from_32_regs save %eax... |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Alexandre Julliard | Store RVAs instead of pointers wherever possible in... |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Alexandre Julliard | Implemented import thunks for x86-64. |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Alexandre Julliard | Added a common function to declare global symbols,... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Alexandre Julliard | Now that everything is done in assembly in the spec... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Alexandre Julliard | Generate stub functions directly in assembly. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Alexandre Julliard | Added support for 64-bit format NT header and export... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Alexandre Julliard | Added a bit of framework for future x86_64 support. |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Alexandre Julliard | Generate the NT header in assembly instead of using... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Alexandre Julliard | Output the delayed import table using assembly too. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Alexandre Julliard | Output the import directory using assembly instead... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Alexandre Julliard | Added an entry point routine for native drivers. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Alexandre Julliard | Moved more of the spec initialization code to the winec... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Alexandre Julliard | Moved the delay loading support code to the winecrt0... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Alexandre Julliard | Moved the implementation of spec file stubs to the... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Alexandre Julliard | Beginnings of a crt0 library. |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Alexandre Julliard | Added a --undefined option to allow forcing some symbol... |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Alexandre Julliard | Added some general purpose routines for managing list... |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Alexandre Julliard | Implemented DelayLoadFailureHook and use it in the... |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Steve Zellers | Fixed leftover import table name in output_import_thunk. |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Alexandre Julliard | Don't use the full 32 bits of %esp when called from... |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Alexandre Julliard | Added a --target option to allow cross-compilation. |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Alexandre Julliard | Improve a bit the assembly generated for import thunks. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Replaced all uses of the __ASM_NAME macro by the asm_na... |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Beginnings of an infrastructure to allow specifying... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Wolfgang Thaller | Use __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Alexandre Julliard | Make import thunks position-independent to avoid text... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Alexandre Julliard | Moved all assembly code to the end of the generated... |
blob | commitdiff | raw | diff to current |
2005-06-05 |
Alexandre Julliard | Switch back to .data at the end of asm sections to... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Alexandre Julliard | Free delayed import modules on PROCESS_DETACH. |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Alexandre Julliard | Removed no longer used support for 32-bit register... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Alexandre Julliard | Use RaiseException instead of RtlRaiseException for... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Alexandre Julliard | Added support in winebuild for specifying import librar... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Marcus Meissner | Put generated import table code into .text segment. |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Vincent Béron | Add some more Alpha asm code and Alpha-specific parts. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Vincent Béron | Don't use magic sizes, actually calculate them. |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Alexandre Julliard | Added --ld-cmd and --nm-cmd options in winebuild, and... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Marcus Meissner | Use "LD" instead of "ld" in winebuild to be able to... |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Pierre d'Herbemont | - Be more accurate on Darwin stack size. |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Pierre d'Herbemont | Delayed import fix for Darwin and PowerPC Host. |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Pierre d'Herbemont | - Detection of .size instruction. |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Eric Pouech | - added size information about most of the generated... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Automatically detect whether the entry point is main... |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Alexandre Julliard | Replaced the --mode winebuild option by a --subsystem... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Alexandre Julliard | Removed the Unicode exe modes, and instead detect autom... |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Richard Cohen | Remove . from default library search path. |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Alexandre Julliard | Added support for building a dll from a .def file for... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alexandre Julliard | Added native mode dll support (based on a patch by... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Alexandre Julliard | Store all information about the current dll in a struct... |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Robert Shearman | Fix proc name reported in delay load failure. |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Alexandre Julliard | Better support for div and ldiv in Winelib apps. |
blob | commitdiff | raw | diff to current |
2003-10-27 |
Pierre d'Herbemont | Fix PowerPC assembler syntax mistakes. |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Pierre d'Herbemont | Change mctr PowerPC asm instruction to mtctr. Add Suppo... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Alexandre Julliard | Support for Mac OS X powerpc register names (based... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Alexandre Julliard | Added -private flag for entry points that shouldn't... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Alexandre Julliard | Only print warning on nm failure because it fails on... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Alexandre Julliard | Ignore "U " in nm -u output. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Handle end of line as a syntactic element in the spec... |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Alexandre Julliard | Don't enter an imported dll in the import table at... |
blob | commitdiff | raw | diff to current |
2002-12-20 |
Alexandre Julliard | Don't ignore sprintf/sscanf imports, semantics are... |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Eric Frias | Added quotes to assembly language output. |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Alexandre Julliard | Try to derive temp file names from output file names... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Marcus Meissner | Implemented delayed import assembler thunks for PPC. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Dmitry Timoshkov | Include protection for <unistd.h>, <sys/types.h> and... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | In -spec and -exe mode, accept multiple object files... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal. |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Alexandre Julliard | Put correct ordinal hints in the import table. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Alexandre Julliard | Replace all uses of PREFIX and @function by the __ASM_N... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Gregg Mattinson | - Replaced .previous with a .section statement for... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Alexandre Julliard | Only add extra symbols if they are not already exported... |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Adapted to use the argc/argv variables from libwine. |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Patrik Stridvall | Made winebuild (almost) compile and work on Windows. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Clemens | Should process the .dynsym of shared libraries instead... |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Dmitry Timoshkov | Fixed some issues. |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Josh DuBois | More portable .align directive. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Ulrich Weigand | Delayed import thunks for Sparc. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ulrich Weigand | Fixed builtin imports broken by latest change. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ulrich Weigand | Fixed winebuild to work on non-Intel architectures. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
Eric Pouech | Added ability to delay loading of an imported DLL until... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Patrik Stridvall | Solaris fixes. |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Eric Pouech | Now prints line number for 'x.dll imported but no symbo... |
blob | commitdiff | raw | diff to current |
next |