Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
[wine] / relay32 / builtin32.c
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-05  Andreas MohrFixed dlerror() check to use strstr().
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-10  Alexandre JulliardRepaired relay debugging.
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Alexandre JulliardRemoved no longer used structure definition.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-26  Andreas MohrDisplay an ERR() in case of undefined symbols.
2000-09-22  Francois GougetRaised MAX_DLLS to 100.
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-01  Alexandre JulliardAvoid buffer overflows in builtin dll loading (with...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-08  Alexandre JulliardMake sure builtin dlls are never freed since we don...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-23  Ove KaavenSay that "No handler" messages as fatal.
2000-06-23  Andreas MohrReplaced the BUILTIN32_dlopen() ERR() by a WARN().
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-05-14  Gerald Pfeifer#include <sys/types.h> before <sys/mman.h>.
2000-05-10  Alexandre JulliardReserve space for the PE header at the start of the...
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechAdded a .xcnlnk section to builtin KERNEL32 PE header.
2000-03-17  Alexandre JulliardInclude space for resources in the module header instea...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Alexandre JulliardAdded support for automatic ordinal allocation.
1999-12-11  Alexandre JulliardXiang Li
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-13  Eric PouechFix loading of modules: now search key is module's...
1999-09-22  Eric PouechAdded WINEOSS descriptor.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-07-24  Eric PouechAdded WINMM resources.
1999-06-22  Ulrich WeigandShare the HMODULE of built-in modules over all processes.
1999-05-13  Alexandre JulliardWin32 register functions can now have arguments.
1999-05-12  Alexandre JulliardFixed bug I introduced in relay debugging.
1999-05-12  Alexandre JulliardAdded import declaration for Win32 built-ins.
1999-05-10  Alexandre JulliardAdded support for forwarded ordinals in built-in dlls.
1999-05-08  Eric PouechFixed typo.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Eric Pouech- got rid of all the internal MM tweaks to load builtin MCI
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-22  Marcus MeissnerInclude debug.h last (ERR() macro problem on Solaris).
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Gavriel StateA few non-x86 Winelib fixes.
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-02-05  Marcus MeissnerUpdated msvideo / vfw.h, use builtin msvfw32.dll by...
1999-01-30  Marcus MeissnerEnable/disable relay32 debugging on the fly. Start...
1999-01-20  Robert RiggsUse external DirectPlay DLLs by default.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-11-14  Marcus MeissnerSpeed up relay32, snoop16 and snoop32 include/excludes...
1998-10-23  Ove KaavenAdded new dll avifil32.dll.
1998-10-11  Patrik StridvallStarted the implementation of MSACM.DLL, MSACM32.DLL...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221