Move resize memory block to winedos and make it resize in place and
[wine] / include / module.h
2002-08-16  Alexandre JulliardForce loadorder of 16-bit dlls to builtin if their...
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-24  Alexandre JulliardRemoved GetResDirEntryA/W.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-11  Dmitry TimoshkovMake FindResource and FindResourceEx fully windows...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-31  Ove KaavenRemoved DOS task fields from the NE_MODULE structure.
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-05  Ulrich WeigandBugfix: Call DllEntryPoint for *every* process that...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-21  Ulrich WeigandSimplified hInstance creation/handling.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-07-15  Uwe BonnesAdd WINAPI for EntryAddrProc.
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-16  Andreas Mohr- Implemented proper ("real", compressed) Win16 entry...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-10  Ulrich WeigandDeleted NE_FreePEResource().
1999-03-09  Juergen SchmiedFix use of wrong prototype from ntdll.h.
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Ulrich WeigandModify NE_FindTypeSection and NE_FindResourceFromType...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-11-25  Ulrich WeigandMoved ...Resource16 routines to loader/resource.c.
1998-10-17  Patrik StridvallCompile fix for Solaris.
1998-10-11  Ulrich WeigandImplemented new PE DLL initalization code, trying to...
1998-10-11  Andreas MohrYet another small self-loader fix.
1998-10-11  Marcus MeissnerGeneric dynamic dll loader using dl*() API.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
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
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-04  Alexandre JulliardRelease 970804 wine-970804
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1996-10-13  Alexandre JulliardRelease 961013 wine-961013
1996-09-28  Alexandre JulliardRelease 960928 wine-960928
1996-07-12  Alexandre JulliardRelease 960712 wine-960712
1996-07-05  Alexandre JulliardRelease 960705 wine-960705
1996-06-06  Alexandre JulliardRelease 960606 wine-960606
1996-05-16  Alexandre JulliardRelease 960516 wine-960516
1996-04-28  Alexandre JulliardRelease 960428 wine-960428
1996-04-14  Alexandre JulliardRelease 960414 wine-960414
1996-04-05  Alexandre JulliardRelease 960405 wine-960405
1996-03-31  Alexandre JulliardRelease 960331 wine-960331
1996-03-02  Alexandre JulliardRelease 960302 wine-960302
1996-01-14  Alexandre JulliardRelease 960114 wine-960114
next