Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
[wine] / loader /
1999-05-04  Ulrich WeigandFixed various stupid bugs in services thread routines.
1999-05-03  Ulrich WeigandBugfix: release Win16Lock in WinExec16, CallProc[Ex...
1999-05-03  Ulrich WeigandLoad system DLLs into WineLib applications.
1999-05-03  Alexandre JulliardBug fixes.
1999-05-02  Alexandre JulliardDon't initialise the stacks for 32-bit processes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
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-05-02  Guy AlbertelliFix CreateProcessA to implement correct actions on...
1999-05-02  Bertho StultiensOnly try to append ".dll" if a library is loaded implic...
1999-04-26  Bertho StultiensThe load order parser should not always complain about...
1999-04-26  Eric PouechFixed loading of native NE dlls.
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-25  Eric Pouechwine.conf should not overrule content of burned in...
1999-04-25  Marcus Meissnerdebug.h must be last in list of includes.
1999-04-25  Ulrich WeigandReturn 32-bit module in GetModuleHandle16() if appropriate.
1999-04-25  Marcus MeissnerUse DllOverrides from wine.ini as defaults also in
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-22  Gerald Pfeifer#else branch compile fix.
1999-04-22  Bertho StultiensChange wine's dlopen search-patch strategy not using...
1999-04-22  Bertho StultiensDo not increment module refCount if self is loaded...
1999-04-21  Bertho StultiensReimplementation of GetModuleHandle16 according to...
1999-04-19  Bertho StultiensRemoved non-portable hacks and replaced them with more...
1999-04-19  Bertho StultiensAttach notifications must be send after all recursive...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Alexandre JulliardRemoved extra call to TASK_StartTask.
1999-04-18  Eric PouechFixed memory freeing.
1999-04-18  Alexandre JulliardFixed toolhelp routines usage in GetModuleFromPath...
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Bertho StultiensNew files to support load order and partial stubs for...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-18  Marcus MeissnerDisable AC bit on receiving alignment exceptions.
1999-04-16  Andreas Mohr- Implemented proper ("real", compressed) Win16 entry...
1999-04-15  Marcus MeissnerFreeBSD 3 multithreading final fix. Do not use libc_r...
1999-04-15  Ulrich WeigandBugfix: Always release the Win16Lock in TASK_Reschedule.
1999-04-11  Marcus Meissner- Started multithreading for FreeBSD (incomplete, but...
1999-04-11  Ulrich WeigandImplemented 'kernel services thread'.
1999-04-11  Bertho StultiensFreeLibrary partial implementation.
1999-04-11  Ulrich WeigandSend USIG_PROCESS_CREATE signal.
1999-04-10  Bertho StultiensGetModuleFromPath now checks for loaded modules via...
1999-04-03  Marcus MeissnerAdded some SetLastError()s in GetProcAddress() and...
1999-04-01  Ove KaavenMade DOSVM_GetTimer survive EAGAIN errors...
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-04-01  Ulrich WeigandImplemented PROCESS_CallUserSignalProc().
1999-04-01  Marcus Meissner"foo" was not translated to "foo.so" in elf loader.
1999-04-01  Ulrich WeigandAllow NULL NE resource handler; call the default handle...
1999-03-28  Jess HaasFixed CreateProcessA so it can handle commandlines...
1999-03-28  Jess HaasFixed GetModuleHandle16.
1999-03-28  Marcus MeissnerEmpty DOSVM_QueueEvent for !MZ_SUPPORTED.
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-27  Ulrich WeigandAllow UserYield16 to be called from 32-bit thread.
1999-03-25  Stephane LussierMade the timer code thread safe.
1999-03-25  Ove KaavenAdded infrastructure and definitions for general-purpos...
1999-03-25  Ove KaavenAdded handling of SIGUSR2 for the new event interruptio...
1999-03-22  Ulrich WeigandBugfix: cope with quoted arguments for CreateProcess().
1999-03-22  Ulrich WeigandFixed typo in SizeofResource().
1999-03-22  Andreas MohrCosmetics.
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-22  Ulrich WeigandRun Win32 processes in their own threads.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-21  Andreas MohrFixed typo.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-16  Ulrich WeigandFix compiler warnings.
1999-03-15  Marcus MeissnerUse MESSAGE_RESOURCE_* defines from SDK headers, update...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Theodore S. HetkeAdded tracing for delayed imports and removed the fixme.
1999-03-14  Uwe BonnesMake GetModuleHandle16 only look for module names,...
1999-03-13  Peter GantenFix CreateProcess to handle lpCommandline better.
1999-03-13  Marcus MeissnerMask out the upper 12 bits from the resourceid, just...
1999-03-10  Ulrich WeigandDeleted NE_FreePEResource().
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandAllow accessing both NE and PE resources with both...
1999-03-10  Ulrich WeigandBugfix: Allow lpCommandLine == NULL in CreateProcess().
1999-03-09  Juergen SchmiedFix use of wrong prototype from ntdll.h.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Andreas MohrAdded support for quoted file names in CreateProcess().
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-28  Ulrich WeigandNE modules adapted to CreateProcess changes.
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Pavel RoskinMade message "Resource not found" WARN.
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-21  Marcus MeissnerChange "g" (general regs) into "r" (hardregs) in clone...
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-19  Uwe BonnesOnly append .dll if no extension yet.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-31  Ulrich WeigandModify NE_FindTypeSection and NE_FindResourceFromType...
1999-01-31  Ulrich WeigandAdded GetResDirEntryA for use by the VERSION code.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
next