atl100: Added AtlGetPerUserRegistration stub implementation.
[wine] / include / wine / library.h
2010-05-07  Alexandre Julliardinclude: Force inlining exported API functions to avoid...
2010-05-07  Yann Droneaudinclude: Rewrote some extern inline to static inline.
2009-12-30  Alexandre Julliardlibwine: Do not export any of the LDT support on non...
2009-09-28  Alexandre Julliardlibwine: Don't export wine_ldt_copy for the Windows...
2009-04-01  Alexandre Julliardlibwine: Export __wine_get_main_environment on Mac...
2008-12-15  Alexandre Julliardinclude: Allow 64-bit pointers to pass through LDT...
2008-12-09  Alexandre Julliardinclude: Fix a few compiler warnings for the Mingw64...
2008-12-05  Alexandre Julliardlibwine: Don't export the selector functions for the...
2008-11-18  Alexander Morozovinclude: Remove declarations of undefined functions.
2008-11-06  Alexandre Julliardinclude: Add extern "C" to the exported Wine headers.
2008-03-26  Alexandre Julliardlibwine: Export functions that return the Wine version...
2008-03-26  Alexandre Julliardlibwine: Added a wine_call_on_stack function.
2007-03-27  Andrew Talbotwinelib: Replace inline static with static inline.
2007-02-14  Alexandre Julliardwinex11.drv: Added a check for the ATI driver corruptin...
2006-07-24  Alexandre Julliardlibwine: Added a function to enumerate the reserved...
2006-05-25  Alexandre Julliardinclude: Prevent internal Wine headers from being used...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-16  Alexandre Julliardlibwine: Export wine_get_build_dir.
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.