Added a __wine_dbg_set_channel_flags function to allow changing flags
[wine] / libs / wine /
2005-10-18  Alexandre JulliardAdded a __wine_dbg_set_channel_flags function to allow...
2005-09-29  Alexandre JulliardExport the get_channel_flags function avoid warnings...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-19  Alexandre JulliardRemoved sysi86 prototype that is causing conflicts.
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardUse the NT descriptor address as start of the data...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-12  Alexandre JulliardOnly add the default dlldir to the search path if that...
2005-09-08  Alexandre JulliardImplemented wine_switch_to_stack for x86_64.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-29  Alexandre JulliardImplemented wine_ldt_alloc_fs and wine_ldt_init_fs...
2005-08-29  Alexandre JulliardUse the correct ordinal flag for Win64 support.
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-07-03  Alexandre JulliardAdded error message for missing LDT support on i386.
2005-06-20  Wolfgang ThallerImplement try_mmap_fixed for Darwin.
2005-05-10  Robert LunnonAdd RTLD_FIRST flag to dlopen calls.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-03-23  Francois GougetAssorted spelling fixes.
2004-12-20  Alexandre JulliardFix long standing regression in the building of the...
2004-12-15  Gerald PfeiferMake us work on FreeBSD again by working around their...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-22  Eric FriasExport wine_pthread_get_current_teb.
2004-11-22  Eric FriasFix Sparc assembly code in wine_switch_to_stack.
2004-11-04  Gerald PfeiferDisable memory reservation code on FreeBSD, where it...
2004-10-11  Vincent BéronImplement interlocked* and wine_switch_to_stack for...
2004-10-04  Steven EdwardsCheck for getuid and avoid the use of it in libwine...
2004-09-27  Alexandre JulliardBase the server directory name on the uid, not the...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Mike McCormackFill in the MZ header in builtin PE DLLs.
2004-07-24  Alexandre JulliardReserve the DOS area in mmap_init if it wasn't already...
2004-07-22  Emmanuel MaillardSet segment address of wine executable and libwine...
2004-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-06-04  Alexandre JulliardAvoid zero size allocations.
2004-06-03  Alexandre JulliardCheck for existing reserved areas in mmap_init to avoid...
2004-05-30  Christian CostaFixed preloader_exec.
2004-05-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-27  Kevin KoltzauFixed last mmap issue with mingw windows build.
2004-05-25  Alexandre JulliardPortability fix.
2004-05-25  Alexandre JulliardMoved environ definition to port.h.
2004-05-25  Emmanuel MaillardAdded environ support for Darwin.
2004-05-25  Emmanuel MaillardAdjust stack pointer in wine_switch_to_stack to prevent...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2004-02-12  Alexandre JulliardAdded version scripts for libwine and libwine_unicode.
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-20  Dmitry TimoshkovFixed some problems found while compiling and linking...
2004-01-02  Alexandre JulliardAdded wine_dll_get_owner function that retrieves the...
2003-12-13  Alexandre JulliardAvoid common symbols on Darwin/Mac OS X.
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-10-16  Alexandre JulliardDon't export the wine_pthread_* functions.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardAdded placeholders for wine_pthread_init_process and
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-27  Todd VierlingUse MAP_TRYFIXED on NetBSD if available.
2003-08-20  Alexandre JulliardRemove the dummy pthread functions and use -lpthread...
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-05-01  Alexandre JulliardMoved rules for building shared libraries into a global...
2003-04-30  Alexandre JulliardAdded wine_init.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-03-30  Adam GundyMake sure all the bits of the LDT are initialized.
2003-03-28  Yorick Hardystdint.h should be included for compiling on NetBSD.
2003-03-28  Steven EdwardsFixed the .def files for the Mingw build.
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-23  Alexandre JulliardAdded a .def file for libwine.
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.