Also trace implicitly loaded dlls for +loaddll.
[wine] / loader / ne / resource.c
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-08-27  Mike McCormackDon't cache file handles for NE executable modules...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-03  Alexandre JulliardRemoved resource.h.
1999-12-11  Ulrich WeigandBugfix: Added missing 'return' statement.
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Ulrich WeigandAllow NULL NE resource handler; call the default handle...
1999-03-10  Ulrich WeigandAllow accessing both NE and PE resources with both...
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-01-31  Ulrich WeigandModify NE_FindTypeSection and NE_FindResourceFromType...
1999-01-01  Alexandre JulliardUse Win32 file handles instead of Unix ones.
1998-11-25  Ulrich WeigandMoved ...Resource16 routines to loader/resource.c.
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503