Avoid unnecessary error messages.
[wine] / loader /
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.
1999-01-24  Ove KaavenMoved DOS handle allocation slightly, to fix potential...
1999-01-24  Andreas MohrImplemented Int 0x15/0xc0: BIOS - GET CONFIG and some...
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-23  Marcus MeissnerDOS programs use handles 0-4 without opening/closing...
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1999-01-20  Ulrich WeigandAllow passing task handles to GetThreadQueue() and...
1999-01-20  Ulrich WeigandCheck module name length in ModuleNext().
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Joseph PranevichSet console video mode when loading DOS app. (Eventuall...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardUse Win32 file handles instead of Unix ones.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-25  Joseph PranevichAdd support for selection of console mode drivers to...
1998-12-24  Ove KaavenAdded some new dosmod communication possibilities,...
1998-12-24  Ulrich WeigandDesktop window queue handling adapted.
1998-12-24  Ulrich WeigandUse Callout table instead of direct GetProcAddress.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-14  Ove KaavenMoved DPMI wrapper allocation code to dosmem.c to REALL...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-12-10  Marcus MeissnerWarn if two .exes conflict with each other and the...
1998-12-10  Ulrich WeigandLoadModule32/WinExec32 should return 16-bit hInstance...
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-08  Marcus MeissnerWarn about invalid entrypoints (created by viruses...
1998-12-08  Marcus MeissnerMove TWEAK_Init from USER to GDIInit.
1998-12-07  Ove KaavenFixed DPMI_CallRMProc (I think).
1998-12-07  Andreas MohrNE_MODULE.stack_size was set to a ridiculously small...
1998-12-07  Andreas Mohr- Several kernel.spec return type mismatch fixes
1998-12-02  Joseph PranevichAdded console support.
1998-12-02  Huw D M DaviesMove OEM resources to the x11drv.
1998-11-26  Marcus MeissnerRemove unnecessary check for entrypoint address (test...
1998-11-26  Ulrich WeigandImplemented KERNEL.602 and stub for KERNEL.490.
1998-11-25  Ulrich WeigandMoved ...Resource16 routines to loader/resource.c.
1998-11-25  Ulrich WeigandImplementation of PE->NE resource conversion routines...
1998-11-24  Ulrich WeigandBugfix: Call InitThreadInput in GetFastQueue with corre...
1998-11-24  Marcus MeissnerAdjust broken entrypoint addresses. (win98 notepad...
1998-11-22  Juergen SchmiedImplementation of CreateProcess32W.
1998-11-22  Marcus MeissnerDo not relocate the pointers in the IMAGE_THREAD_LOCAL_...
1998-11-22  Huw D M DaviesTakes print spooler functions out of win16drv.
1998-11-15  Alexandre JulliardSmall atom fixes.
1998-11-15  Juergen SchmiedLoadLibraryEx: show a warning when called with unimplem...
1998-11-14  Ulrich WeigandSome fixes to Wine startup/termination sequence with...
1998-11-08  Ulrich WeigandBugfix: really *do* switch to the initial task's stack.
1998-11-07  Andreas MohrUnified "No implementation for..." warnings.
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-11-01  Ulrich WeigandImplemented new Wine startup sequence, separating start...
1998-11-01  Marcus MeissnerDetection of the end of imports with Characteristics...
1998-11-01  Ove KaavenIgnores a couple of signals.
1998-11-01  Ove KaavenIndirection for INSTR_EmulateInstruction for use by...
1998-10-31  Stephen LangasekBugfix for fixup_imports: Enable checking for terminati...
1998-10-27  Ulrich WeigandBugfix: memory overwrite bug.
1998-10-25  Alexandre JulliardFixed bug in SwitchStackTo.
1998-10-23  Ove KaavenFixed DOS environment passing.
1998-10-23  Ove KaavenFirst shot at DPMI realmode calls.
1998-10-23  Ulrich WeigandFixed several bugs with DLL initialization.
1998-10-22  Marcus MeissnerTake virtual sizes in account for the total vma size.
1998-10-21  Ove KaavenAdded indirection for ctx_debug to the DOS loader,...
1998-10-18  Alex KorobkaAdded debugging output.
next