Fixed CDROM_Audio_Seek for non-linux systems.
[wine] / loader /
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-02-03  Ove KaavenCleanup VGA refresh when terminating.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMark initial process as 32-bit for WineLib apps.
2000-01-30  Ove Kaavendosmod protocol revision 3, featuring MPROTECT and...
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-23  Uwe BonnesCheck for MZ header before trying to decipher the PE...
2000-01-17  Ulrich WeigandFixed race between Win16 parent and child for first...
2000-01-15  Ulrich WeigandDon't access 'wm->modname' after the modref has been...
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-05  Marcus MeissnerMade virus warning a bit more drastic, since some peopl...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-27  Alexandre JulliardPE_FindExportedFunction: use a binary search for functi...
1999-12-12  Andreas MohrFixed cmd line length calculation.
1999-12-11  Alexandre JulliardXiang Li
1999-12-11  Ulrich WeigandBugfix: Added missing 'return' statement.
1999-12-10  Ulrich WeigandImplemented PE_UnloadLibrary().
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Eric PouechAdded typedef to insure compilation on all gcc&egcs...
1999-12-05  Ulrich WeigandBugfix: Call DllEntryPoint for *every* process that...
1999-12-05  Ulrich WeigandCall 16-bit instead of 32-bit UserSignalProc entry...
1999-12-05  Eric PouechFixed crash when map fails.
1999-12-04  Sergei TurchanovFix for GetBinaryType to return SCS_DOS_BINARY if exten...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Ulrich WeigandSimplified hInstance creation/handling.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Alexandre JulliardAdded support for CREATE_SUSPENDED flag in CreateProcess.
1999-11-10  Ulrich WeigandBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Marcus MeissnerFixed the relocation hack in PE_InitTls. Added some...
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-11-04  Alexandre JulliardFixed -debugmsg +server.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Uwe BonnesReturn the size of the needed resource when buffer...
1999-10-23  Uwe BonnesIgnore wrong hInstance.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-23  Ulrich WeigandBugfix: don't use GetModuleHandle16 in LoadModule16...
1999-10-23  Ulrich WeigandBugfix: don't call ExitProcess() before SYSLEVEL_Init().
1999-10-13  Eric PouechCorrect filename for kernel module is KRNL386.EXE.
1999-10-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-10-13  Marcus MeissnerWPROCS.ENTRYADDRPROC needs to return something in CX...
1999-10-13  Marcus MeissnerSmall hack to check if we need to relocate the TLS...
1999-10-13  Ulrich WeigandBugfix: *Don't* resolve PE imports if asked not to ...
1999-10-13  Ulrich WeigandBugfix: When loading an executable module fails, don...
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-28  Uwe BonnesRemember the allocated string to free it.
1999-09-27  Ulrich CzekallaFix integer based resource id assumption.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-22  Alexandre JulliardFixed memory allocation bug.
1999-09-20  Ulrich WeigandDon't create thunk for task signal proc, call it directly.
1999-09-20  Ulrich WeigandSet 'expected_version' of built-in and dummy modules...
1999-09-20  Ulrich WeigandMake CallTo16 return stub segment owned by KERNEL.
1999-09-20  Ulrich WeigandBugfix: Improved GetCodeHandle16 / GetCodeInfo16.
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-04  Huw D M Davieswinspool -> winspool.drv
1999-09-03  Eric PouechDo not remove .drv from filenames.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-18  Ulrich WeigandBugfix: restore STACK16FRAME fields in SwitchStackBack16.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-15  Michael KarcherMake sure we have a dgroup before patching prologs.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Andreas MohrFixed the DSEG value in the SEGTABLEENTRY struct.
1999-07-30  Huw D M DaviesStrip .drv extensions to MODULE_GetLoadOrder.
1999-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-30  Ulrich WeigandGetModuleHandle16: treat Win32 modules correctly.
1999-07-25  Ulrich WeigandWork around 'local extern declaration with attribute...
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-07-18  Eric PouechWork around gcc sig11 fault.
1999-07-15  Uwe BonnesAdd WINAPI for EntryAddrProc.
1999-07-15  Ulrich WeigandAdded support for 32-bit NE code segments.
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-12  Ulrich WeigandFixed bugs introduced by 'register' and 'return' functi...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandImproved behaviour of GetModuleHandle16 w.r.t dummy...
1999-07-10  Ulrich WeigandFix InitTask() to work if DGROUP was manually resized.
1999-07-10  Marcus MeissnerMade string compare case insensitive in GetModuleHandle...
1999-07-04  Joshua ThielenFixed DestroyAcceleratorTable and implemented CreateAcc...
1999-07-04  Marcus MeissnerWhen enumerating resource, only use the lower 31 bit...
next