libwine: Export a function to retrieve the data directory (based on a
[wine] / include / wine / library.h
2006-03-06  Alexandre Julliardlibwine: Export a function to retrieve the data directo...
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-04  Alexandre Julliardlibwine: Added wine_dll_enum_load_path function to...
2005-10-30  Christian CostaRemove no longer used wine_dbg_parse_options and wine_d...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
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-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-01-02  Alexandre JulliardAdded wine_dll_get_owner function that retrieves the...
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-10-28  Alexandre JulliardIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc...
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-01-15  Jeroen JanssenFixed wine_ldt_copy importing on cygwin.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.