2003-03-06 |
Alexandre Julliard | Hardcode set_thread_area syscall number to avoid troubl... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-01-30 |
Dimitrie O. Paun | Remove writable-strings support. |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it. |
tree | commitdiff |
2003-01-15 |
Jeroen Janssen | Fixed wine_ldt_copy importing on cygwin. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
tree | commitdiff |
2003-01-03 |
Alexandre Julliard | Added wine_dbg_sprintf function that allocates a tempor... |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Removed unnecessary --add-stdcall-alias flag. |
tree | commitdiff |
2002-12-13 |
Brad Campbell | Added additional test for gcvt as uClibc appears to... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-25 |
Patrik Stridvall | Fixed pthreads on FreeBSD (based on patch by Alexandre... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added wine_memcpy_unaligned function to avoid gcc memcpy |
tree | commitdiff |
2002-09-18 |
Steven Edwards | Update for mingw/cygwin. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Alexandre Julliard | Added wine_get_user_name function and got rid of some... |
tree | commitdiff |
2002-08-20 |
Marcus Meissner | Cleaned up interlocking funcs for PPC, fixed return... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Use the "new" LDT set call on Linux. |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Builtin modules must be aligned on 64K boundary. |
tree | commitdiff |
2002-08-06 |
Alexandre Julliard | Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus... |
tree | commitdiff |
2002-08-03 |
Alexandre Julliard | Only link with msvcrt on mingw32. Cleaned up a few... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Moved the #ifdefs for the getnetby* etc. functions... |
tree | commitdiff |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it... |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal. |
tree | commitdiff |
2002-07-01 |
Alexandre Julliard | Added configure check for getpwuid. |
tree | commitdiff |
2002-06-24 |
Steven Edwards | Added check for pwd.h. |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Create the server directory and socket file in /tmp. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Fixed make install target to work even when nothing... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed obsolete README. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-19 |
Alexandre Julliard | Export the debug API as functions instead of pointers. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Added check for numeric ids and null pointers (thanks... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2002-05-12 |
Alexandre Julliard | Added some support for cross-compilation using mingw32. |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
tree | commitdiff |
2002-05-08 |
Alexandre Julliard | Don't need to reference external errno since non-reentr... |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-03 |
Alexandre Julliard | Make dlopen_dll return an error immediately if the... |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Fix warnings for Linux, FreeBSD and Solaris. |
tree | commitdiff |
2002-03-29 |
Michal Pasternak | Fixed pack/unpack routines for WM_DDE_EXECUTE. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-11 |
Patrik Stridvall | - Better handling when settimeofday is not available. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-01-07 |
Alexandre Julliard | Added configure check for pread/pwrite. |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Link with libutil only where needed. |
tree | commitdiff |
2001-12-31 |
Alexandre Julliard | Link with libdl only where needed. |
tree | commitdiff |
2001-12-14 |
Bang Jun-Young | Make use of solaris_try_mmap() for NetBSD. Rename it to |
tree | commitdiff |
2001-11-06 |
Marcus Meissner | Renamed struct option to struct debug_option to avoid... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-05 |
François Gouget | FALSE is not defined on Solaris. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-02 |
Gerald Pfeifer | Fix implicit type declarations. Add required cast. |
tree | commitdiff |
2001-09-07 |
Ulrich Weigand | Emulate the behaviour of Linux mmap() on Solaris. Based... |
tree | commitdiff |
2001-08-03 |
Pierre Beyssac | Force DPL 3 when setting entries on BSD. |
tree | commitdiff |
2001-06-27 |
Alexandre Julliard | Put AC_DEFINE symbols definitions directly in the confi... |
tree | commitdiff |
2001-05-29 |
Marcus Meissner | Drop any file64 functions, try to use system supplied... |
tree | commitdiff |
2001-05-29 |
Francois Gouget | Link libwine.so with $(LIBS). |
tree | commitdiff |
2001-05-16 |
Alexandre Julliard | Warnings fixes. |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-02-20 |
Alexandre Julliard | Clear %ebp before entering the new thread. |
tree | commitdiff |
2001-02-13 |
Josh DuBois | More verbose error messages when application load fails. |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Cleaned up the various errno location tests in configure. |
tree | commitdiff |
2001-01-12 |
Andreas Mohr | NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll. |
tree | commitdiff |
2000-12-22 |
Hidenori Takeshima | Use dllwrap for building shared libraries in cygwin. |
tree | commitdiff |
2000-12-19 |
François Gouget | DUMMYSTRUCTNAME2 creates a conflict when using anonymou... |
tree | commitdiff |
2000-12-19 |
Alexandre Julliard | Include stdlib.h instead of wchar.h. |
tree | commitdiff |
2000-12-19 |
François Gouget | Added better support for Unicode: |
tree | commitdiff |
2000-12-18 |
Morten Welinder | (strcasecmp): Conform to ANSI specs for toupper. |
tree | commitdiff |
2000-12-13 |
James Abbatiello | Work around glibc 2.1.x dlopen bug (again). |
tree | commitdiff |
2000-12-05 |
Alexandre Julliard | Always pass lower-case filenames to wine_dll_load(). |
tree | commitdiff |
2000-12-01 |
Dimitrie O. Paun | Supply dummy getrlimit if absent. |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Added implementation of lstat to port.c. |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-10 |
Francois Gouget | Use DUMMYxxxNAME for anonymous struct/unions. |
tree | commitdiff |
2000-11-10 |
Alexandre Julliard | Added support for loading a Winelib app linked as a... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Do builtin modules fixups in library/loader.c before... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Added new library.h header for libwine definitions. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Build ntdll as a real dll, including everything that... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Added missing debugtools.h include. |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Call ExitProcess() after WinMain() returns. |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1998-11-30 |
Uwe Bonnes | Fixes for C++ Winelib compilation. |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Run Winelib applications as 32-bit processes in the... |
tree | commitdiff |
1998-10-04 |
Alexandre Julliard | Initial revision |
tree | commitdiff |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
tree | commitdiff |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
tree | commitdiff |
next |