- 4db364c libwine: Added magic handling of dll path when running in build dir. by Alexandre Julliard · 19 years ago
- 5ff1004 libwine: Export wine_get_build_dir. by Alexandre Julliard · 19 years ago
- bf56613 libwine: Added support for executing wine binaries out of the build dir. by Alexandre Julliard · 19 years ago
- 77b3b92 libwine: Added detection for Wine being run out of the build directory. by Alexandre Julliard · 19 years ago
- 2f026d1 libwine: Export a function to retrieve the data directory (based on a by Alexandre Julliard · 19 years ago
- 1269f43 libwine: Add the runtime library path to the front of the dll paths list. by Alexandre Julliard · 19 years ago
- e95a2c2 libwine: Set the default bindir and dlldir from argv0 if dladdr is not available. by Alexandre Julliard · 19 years ago
- 8b5e11c libwine: Compute relative paths for bin and dll directories at compile time. by Alexandre Julliard · 19 years ago
- 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
- 767ad69 libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get by Alexandre Julliard · 19 years ago
- ca6fd0d libwine: Only use the library directory if it's an absolute path. by Alexandre Julliard · 19 years ago
- aed49d4 libwine: New naming scheme for 16-bit builtin dlls. by Alexandre Julliard · 19 years ago
- aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
- 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
- 0b34fb3 libwine: Use dladdr if supported to get the run-time path of libwine.so by Alexandre Julliard · 19 years ago
- 55b7448 configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include by Robert Millan · 19 years ago
- 3c0e5ee A few fixes for pointer qualifiers (const, volatile) warnings. by Eric Pouech · 19 years ago
- 8800352 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter by Robert Millan · 19 years ago
- 65424dc libwine: Added wine_dll_enum_load_path function to allow querying the dll path. by Alexandre Julliard · 19 years ago
- e0cffe3 Fix a couple of bugs spotted by valgrind. by Eric Pouech · 19 years ago
- 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
- 4d3996d libwine: Added LDT support for MacOS/x86. by Alexandre Julliard · 19 years ago
- 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
- 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
- 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
- ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
- 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
- cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
- 970fcb1 Updated codepage tables to Unicode version 4.1. by Alexandre Julliard · 19 years ago
- 3d086ca Only update modified files. by Alexandre Julliard · 19 years ago
- 04aa6a8 Remove some incompatibilities in the wctype table by updating the by Robert Shearman · 19 years ago
- 2058f54 Added a __wine_dbg_set_channel_flags function to allow changing flags by Alexandre Julliard · 19 years ago
- 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
- 784c945 Export the get_channel_flags function avoid warnings when passing a by Alexandre Julliard · 20 years ago
- cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
- cbc3896 New scheme for keeping track of debug channels that doesn't require by Alexandre Julliard · 20 years ago
- a443761 Export the temp buffer functionality in the debug functions interface by Alexandre Julliard · 20 years ago
- 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
- 75c27e1 Defined a proper structure for debug channels. by Alexandre Julliard · 20 years ago
- 86ab2c9 Removed sysi86 prototype that is causing conflicts. by Alexandre Julliard · 20 years ago
- 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
- 0799e84 Use the NT descriptor address as start of the data section, since the by Alexandre Julliard · 20 years ago
- 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
- 6153b1f Only add the default dlldir to the search path if that's where ntdll is found. by Alexandre Julliard · 20 years ago
- ee7d27a Implemented wine_switch_to_stack for x86_64. by Alexandre Julliard · 20 years ago
- 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
- c486949 Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS. by Alexandre Julliard · 20 years ago
- 87b297e Use the correct ordinal flag for Win64 support. by Alexandre Julliard · 20 years ago
- f732617 Fix a gcc 4.0 -Wpointer-sign warning. by Mike McCormack · 20 years ago
- 2abbb90 gcc 4.0 warning fix. by Mike McCormack · 20 years ago
- 385a199 Faster implementation of wcstombs that handles overlapping buffers by Alexandre Julliard · 20 years ago
- da6f8fa Add x86_64 interlocked functions. by Kevin Koltzau · 20 years ago
- 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
- 84f9d13 Added error message for missing LDT support on i386. by Alexandre Julliard · 20 years ago
- 809edab Const correctness fixes. by Eric Pouech · 20 years ago
- 4c5f9c0 Implement try_mmap_fixed for Darwin. by Wolfgang Thaller · 20 years ago
- 65ad7da Fix some declaration and write string warnings. by Mike McCormack · 20 years ago
- d7272de Add RTLD_FIRST flag to dlopen calls. by Robert Lunnon · 20 years ago
- c0cb4d3 Implement futimes for Solaris using futimesat. by Robert Lunnon · 20 years ago
- 240d4ee Remove a few more instances of strncpy. by Alexandre Julliard · 20 years ago
- 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
- 73227aa Treat already preprocessed code just like normal #include'ed code. by Ge van Geldorp · 20 years ago
- 62b94d8 Ukrainian codepage 21866 added and respective files corrected. Two by Oleh R. Nykyforchyn · 20 years ago
- 88d049d Added missing declarations in some headers. by Rémi Assailly · 20 years ago
- 3921954 - Fixed infinite loop bug. - Code cleanup. by Jacek Caban · 20 years ago
- 846a71d Added initializing pp_status.input at begin of wpp_parse. by Jacek Caban · 20 years ago
- 6c1494b Fix long standing regression in the building of the server directory by Alexandre Julliard · 20 years ago
- e5f6637 Make us work on FreeBSD again by working around their different mmap() by Gerald Pfeifer · 20 years ago
- 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
- 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
- 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
- 7933014 Export wine_pthread_get_current_teb. by Eric Frias · 20 years ago
- 575042e Fix Sparc assembly code in wine_switch_to_stack. by Eric Frias · 20 years ago
- ac815f5 Disable memory reservation code on FreeBSD, where it just doesn't work. by Gerald Pfeifer · 20 years ago
- c3de6ef Add ffs() to porting library, needed by MinGW. by Hans Leidekker · 20 years ago
- 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
- e5fdc45 Implement interlocked* and wine_switch_to_stack for Alpha. by Vincent Béron · 20 years ago
- f9d6fa9 Need to include sys/time.h. by Jeremy White · 20 years ago
- efb8be7 Added a fallback implementation of futimes. by Alexandre Julliard · 20 years ago
- e7c3ab1 Check for getuid and avoid the use of it in libwine if we don't have it. by Steven Edwards · 20 years ago
- 531dbbd Base the server directory name on the uid, not the username. by Alexandre Julliard · 21 years ago
- 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
- d45e12a Fill in the MZ header in builtin PE DLLs. by Mike McCormack · 21 years ago
- b462022 Define -install_name for dynamics libraries to prevent usage of by Emmanuel Maillard · 21 years ago
- d0e5b8e Reserve the DOS area in mmap_init if it wasn't already done by the preloader. by Alexandre Julliard · 21 years ago
- 46718f8 Set segment address of wine executable and libwine.dylib on Darwin. by Emmanuel Maillard · 21 years ago
- c319392 Add the preloader itself as argv[0] and remove it again before running by Alexandre Julliard · 21 years ago
- 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
- 7d2f5a7 Avoid zero size allocations. by Alexandre Julliard · 21 years ago
- fa3544b Check for existing reserved areas in mmap_init to avoid doing duplicate work. by Alexandre Julliard · 21 years ago
- 4b588d1 Fixed preloader_exec. by Christian Costa · 21 years ago
- 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
- b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
- dc4d056 Don't rely on the reserved area list being empty in reserve_area, by Alexandre Julliard · 21 years ago
- 96b215f Fixed last mmap issue with mingw windows build. by Kevin Koltzau · 21 years ago
- d3239b6 Portability fix. by Alexandre Julliard · 21 years ago
- 2dff1fe Moved environ definition to port.h. by Alexandre Julliard · 21 years ago
- 7ee8adf Added environ support for Darwin. by Emmanuel Maillard · 21 years ago
- 1a9ab88 Adjust stack pointer in wine_switch_to_stack to prevent segmentation by Emmanuel Maillard · 21 years ago
- 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago