2004-11-04 |
Gerald Pfeifer | Disable memory reservation code on FreeBSD, where it... |
tree | commitdiff |
2004-10-19 |
Hans Leidekker | Add ffs() to porting library, needed by MinGW. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Add some more Alpha asm code and Alpha-specific parts. |
tree | commitdiff |
2004-10-11 |
Vincent Béron | Implement interlocked* and wine_switch_to_stack for... |
tree | commitdiff |
2004-10-07 |
Jeremy White | Need to include sys/time.h. |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Added a fallback implementation of futimes. |
tree | commitdiff |
2004-10-04 |
Steven Edwards | Check for getuid and avoid the use of it in libwine... |
tree | commitdiff |
2004-09-27 |
Alexandre Julliard | Base the server directory name on the uid, not the... |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-03 |
Mike McCormack | Fill in the MZ header in builtin PE DLLs. |
tree | commitdiff |
2004-08-12 |
Emmanuel Maillard | Define -install_name for dynamics libraries to prevent... |
tree | commitdiff |
2004-07-24 |
Alexandre Julliard | Reserve the DOS area in mmap_init if it wasn't already... |
tree | commitdiff |
2004-07-22 |
Emmanuel Maillard | Set segment address of wine executable and libwine... |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Add the preloader itself as argv[0] and remove it again... |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
tree | commitdiff |
2004-06-04 |
Alexandre Julliard | Avoid zero size allocations. |
tree | commitdiff |
2004-06-03 |
Alexandre Julliard | Check for existing reserved areas in mmap_init to avoid... |
tree | commitdiff |
2004-05-30 |
Christian Costa | Fixed preloader_exec. |
tree | commitdiff |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Don't rely on the reserved area list being empty in... |
tree | commitdiff |
2004-05-27 |
Kevin Koltzau | Fixed last mmap issue with mingw windows build. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Portability fix. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Moved environ definition to port.h. |
tree | commitdiff |
2004-05-25 |
Emmanuel Maillard | Added environ support for Darwin. |
tree | commitdiff |
2004-05-25 |
Emmanuel Maillard | Adjust stack pointer in wine_switch_to_stack to prevent... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-11 |
Alexandre Julliard | Initial support for automatically creating the ~/.wine... |
tree | commitdiff |
2004-05-01 |
Pierre d'Herbemont | Support Darwin versioning convention. |
tree | commitdiff |
2004-04-17 |
Emmanuel Maillard | Create symlinks for .dylib libraries too. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs. |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Added memicmpW. |
tree | commitdiff |
2004-03-10 |
Alexandre Julliard | Check that we have statfs before using it. |
tree | commitdiff |
2004-03-07 |
Alexandre Julliard | Added check for f_namelen in struct statfs. |
tree | commitdiff |
2004-03-05 |
Alexandre Julliard | Use statvfs instead of statfs, and provide a default... |
tree | commitdiff |
2004-02-13 |
Alexandre Julliard | Don't build getopt at all if it's not needed. |
tree | commitdiff |
2004-02-12 |
Alexandre Julliard | Added version scripts for libwine and libwine_unicode. |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
tree | commitdiff |
2004-01-26 |
Alexandre Julliard | Moved libuuid to the dlls directory, and moved the... |
tree | commitdiff |
2004-01-20 |
Rein Klazes | Fix MultiByteToWideChar and WideCharToMultiByte when... |
tree | commitdiff |
2004-01-20 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2004-01-20 |
Rok Mandeljc | - updated resources to DX9 |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | Added configure check for readlink. |
tree | commitdiff |
2004-01-02 |
Alexandre Julliard | Added wine_dll_get_owner function that retrieves the... |
tree | commitdiff |
2003-12-13 |
Alexandre Julliard | Avoid common symbols on Darwin/Mac OS X. |
tree | commitdiff |
2003-12-13 |
Ge van Geldorp | When building a PE DLL (MinGW), variables exported... |
tree | commitdiff |
2003-12-05 |
Alexandre Julliard | Added a WINEDEBUG environment variable that allows... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-25 |
Pierre d'Herbemont | Add Darwin/Mac OS X support to the build system. |
tree | commitdiff |
2003-11-22 |
Alexandre Julliard | Create a huge array in bss to reserve the memory area... |
tree | commitdiff |
2003-11-22 |
Dmitry Timoshkov | Move CompareString implementation to libwine_unicode... |
tree | commitdiff |
2003-11-17 |
Alexandre Julliard | Added wine_ldt_is_system() to replace the IS_SELECTOR_S... |
tree | commitdiff |
2003-11-14 |
Jon Griffiths | Remove a redundant test. |
tree | commitdiff |
2003-11-12 |
Alexandre Julliard | Added sigsetjmp/siglongjmp and gettid to the portabilit... |
tree | commitdiff |
2003-11-11 |
Alexandre Julliard | Moved the exec_wine_binary function to the wine library... |
tree | commitdiff |
2003-11-09 |
Alexandre Julliard | Moved the remaining SYSDEPS_* functions to the wine_pth... |
tree | commitdiff |
2003-11-05 |
Alexandre Julliard | Added wine_pthread_create_thread and wine_pthread_exit_... |
tree | commitdiff |
2003-11-03 |
Alexandre Julliard | Put better values for code and data sizes in the NT... |
tree | commitdiff |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-16 |
Alexandre Julliard | Don't export the wine_pthread_* functions. |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Added string folding support. |
tree | commitdiff |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Add generation of digit and compatability mapping tables. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Added check for pthread.h (reported by Steven Edwards). |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Added placeholders for wine_pthread_init_process and |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added wine_get_argv0_path() to retrieve the path of... |
tree | commitdiff |
2003-10-03 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
tree | commitdiff |
2003-09-24 |
Pavel Roskin | Added configure check for spawnvp(). |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | Portability fix. |
tree | commitdiff |
2003-09-23 |
Jon Griffiths | Not everyone has <unistd.h>, some files need <io.h... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted obj_webbrowser.h to IDL and moved the definit... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | shlobj.h must include wine/obj_dragdrophelper.h (report... |
tree | commitdiff |
2003-08-29 |
Alexandre Julliard | Export SYSDEPS_SwitchToThreadStack() functionality... |
tree | commitdiff |
2003-08-27 |
Todd Vierling | Use MAP_TRYFIXED on NetBSD if available. |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Don't build memcpy_unaligned on 386 to avoid MSVC break... |
tree | commitdiff |
2003-08-20 |
Alexandre Julliard | Remove the dummy pthread functions and use -lpthread... |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Portability fixes. |
tree | commitdiff |
2003-08-06 |
Mike McCormack | Defined FMTIDs for ole32. |
tree | commitdiff |
2003-07-19 |
Jon Griffiths | vsnprintfW: %% should output a literal % sign. |
tree | commitdiff |
2003-07-19 |
Jon Griffiths | MSVC doesn't like K&R function declarations: use ansi... |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
tree | commitdiff |
2003-07-02 |
Marcus Meissner | Added isync to the interlocked functions. |
tree | commitdiff |
2003-07-01 |
Alexandre Julliard | Create a new list of defined symbols when parsing a... |
tree | commitdiff |
2003-07-01 |
Alexandre Julliard | Add strmif.h to the headers included in libuuid. |
tree | commitdiff |
2003-07-01 |
Raphael Junqueira | Added d3d9 guids. |
tree | commitdiff |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables. |
tree | commitdiff |
2003-06-27 |
Alexandre Julliard | Added generation of table of collation keys (based... |
tree | commitdiff |
2003-06-26 |
Alexandre Julliard | Updated to the latest Unicode standard. |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
tree | commitdiff |
2003-06-04 |
Paul Laufer | Work around for flex brain damage. |
tree | commitdiff |
2003-05-21 |
Alexandre Julliard | Reset SIGCHLD handler to default if we need to wait... |
tree | commitdiff |
next |