1999-07-31 |
Ulrich Weigand | Implemented KERNEL.447 (WIN32_OldYield16). |
tree | commitdiff |
1999-07-31 |
Andreas Mohr | Fixed the DSEG value in the SEGTABLEENTRY struct. |
tree | commitdiff |
1999-07-30 |
Huw D M Davies | Strip .drv extensions to MODULE_GetLoadOrder. |
tree | commitdiff |
1999-07-30 |
Ulrich Weigand | Bugfix: Install task-entry breakpoint *after* EXE modul... |
tree | commitdiff |
1999-07-30 |
Ulrich Weigand | GetModuleHandle16: treat Win32 modules correctly. |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Work around 'local extern declaration with attribute... |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Unify startup sequence for Wine and WineLib. |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Removed MODULE_GetWndProcEntry16(). |
tree | commitdiff |
1999-07-18 |
Eric Pouech | Work around gcc sig11 fault. |
tree | commitdiff |
1999-07-15 |
Uwe Bonnes | Add WINAPI for EntryAddrProc. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Added support for 32-bit NE code segments. |
tree | commitdiff |
1999-07-12 |
Eric Pouech | Compiler warnings fix. |
tree | commitdiff |
1999-07-12 |
Ulrich Weigand | Fixed bugs introduced by 'register' and 'return' functi... |
tree | commitdiff |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-11 |
Marcus Meissner | Removed the old, historical and no longer working IPC... |
tree | commitdiff |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Improved behaviour of GetModuleHandle16 w.r.t dummy... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Fix InitTask() to work if DGROUP was manually resized. |
tree | commitdiff |
1999-07-10 |
Marcus Meissner | Made string compare case insensitive in GetModuleHandle... |
tree | commitdiff |
1999-07-04 |
Joshua Thielen | Fixed DestroyAcceleratorTable and implemented CreateAcc... |
tree | commitdiff |
1999-07-04 |
Marcus Meissner | When enumerating resource, only use the lower 31 bit... |
tree | commitdiff |
1999-07-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | Bugfix: TASK_CallToStart didn't pass correct hInstance... |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-26 |
Dave Pickles | Ensure that the command-line passed to the various... |
tree | commitdiff |
1999-06-26 |
Uwe Bonnes | NE_LoadFileModule: Free module when NE_LoadDLLs fails. |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Use exceptions instead of ctx_debug_call. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Moved signal handling to exception.c, generate exceptio... |
tree | commitdiff |
1999-06-18 |
Ulrich Weigand | Fix compiler warning. |
tree | commitdiff |
1999-06-13 |
Marcus Meissner | Fixed ambigous else/brace problem, moved "name" computa... |
tree | commitdiff |
1999-06-13 |
Ulrich Weigand | Removed broken hack to support shared DLLs (e.g. USER32... |
tree | commitdiff |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Removed direct references to CLASS internals. |
tree | commitdiff |
1999-06-12 |
Guy Albertelli | Add new "walk" command options to list processes and... |
tree | commitdiff |
1999-06-12 |
Eric Pouech | Made the service thread instanciable in every process. |
tree | commitdiff |
1999-06-12 |
Ove Kaaven | Various DPMI fixes and preliminary DPMI raw mode switch... |
tree | commitdiff |
1999-06-12 |
Ulrich Weigand | Release Win16Lock during PROCESS_Create. |
tree | commitdiff |
1999-06-07 |
Marcus Meissner | Trying to fix sigaltstack() problem reported by Debian... |
tree | commitdiff |
1999-06-07 |
Ulrich Weigand | Consult ne.operating_system field for NE files in GetBi... |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | 16-bit scheduler reorganized: run all tasks in their... |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | Removed SERVICE_Exit(). |
tree | commitdiff |
1999-06-06 |
Guy Albertelli | Use SearchPath to test for existance of programs in... |
tree | commitdiff |
1999-05-29 |
Alexandre Julliard | Got rid of THREAD_InitDone. |
tree | commitdiff |
1999-05-29 |
Gerald Pfeifer | Fixed compilation erros on non-Linux systems. |
tree | commitdiff |
1999-05-24 |
Alexandre Julliard | Removed process argument to PROCESS_CallUserSignalProc. |
tree | commitdiff |
1999-05-24 |
Ulrich Weigand | Moved WINSOCK network IO event handling to special... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Added UserRepaintDisable16(). |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Adapted to event synchronization changes. |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Fixed silly EINTR bug with starting dosmod. |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
tree | commitdiff |
1999-05-22 |
Bertho Stultiens | Bugfix: Prevent null-pointer dereference in TRACE argum... |
tree | commitdiff |
1999-05-22 |
Bertho Stultiens | Fixed wrong NE module registration so that resources... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Fix swapped FreeLibary return values. Handle FreeLibrar... |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Added MZ_Current() (returns current LPDOSTASK) and... |
tree | commitdiff |
1999-05-17 |
Marcus Meissner | glide2x loadorder is "so,native". |
tree | commitdiff |
1999-05-17 |
Ulrich Weigand | Release Win16Lock when calling LoadLibrary32 from 16... |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
tree | commitdiff |
1999-05-12 |
Alexandre Julliard | Changed some error handling a bit. |
tree | commitdiff |
1999-05-09 |
Alexandre Julliard | Use OpenFile() to test for file existence, so that... |
tree | commitdiff |
1999-05-08 |
Uwe Bonnes | Fixed extension handling in LoadLibrary16. |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-08 |
Ulrich Czekalla | Bugfix: get_sobasename was off by one pointer increment. |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Removed TIMER_SwitchQueue. |
tree | commitdiff |
1999-05-08 |
Marcus Meissner | Stop winelib programs on fault instead of endless fault... |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Some initialization sequence bugfixes: |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Bugfix: all PE modules were marked 'internal'. |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Initialize WIN_CritSection earlier. |
tree | commitdiff |
1999-05-04 |
Ulrich Weigand | Fixed various stupid bugs in services thread routines. |
tree | commitdiff |
1999-05-03 |
Ulrich Weigand | Bugfix: release Win16Lock in WinExec16, CallProc[Ex... |
tree | commitdiff |
1999-05-03 |
Ulrich Weigand | Load system DLLs into WineLib applications. |
tree | commitdiff |
1999-05-03 |
Alexandre Julliard | Bug fixes. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Don't initialise the stacks for 32-bit processes. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Eric Pouech | - got rid of all the internal MM tweaks to load builtin MCI |
tree | commitdiff |
1999-05-02 |
Guy Albertelli | Fix CreateProcessA to implement correct actions on... |
tree | commitdiff |
1999-05-02 |
Bertho Stultiens | Only try to append ".dll" if a library is loaded implic... |
tree | commitdiff |
1999-04-26 |
Bertho Stultiens | The load order parser should not always complain about... |
tree | commitdiff |
1999-04-26 |
Eric Pouech | Fixed loading of native NE dlls. |
tree | commitdiff |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
tree | commitdiff |
1999-04-25 |
Eric Pouech | wine.conf should not overrule content of burned in... |
tree | commitdiff |
1999-04-25 |
Marcus Meissner | debug.h must be last in list of includes. |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Return 32-bit module in GetModuleHandle16() if appropriate. |
tree | commitdiff |
1999-04-25 |
Marcus Meissner | Use DllOverrides from wine.ini as defaults also in |
tree | commitdiff |
1999-04-24 |
Marcus Meissner | autoconf fixes and cleanups (check for dlopen() in... |
tree | commitdiff |
1999-04-22 |
Gerald Pfeifer | #else branch compile fix. |
tree | commitdiff |
1999-04-22 |
Bertho Stultiens | Change wine's dlopen search-patch strategy not using... |
tree | commitdiff |
1999-04-22 |
Bertho Stultiens | Do not increment module refCount if self is loaded... |
tree | commitdiff |
1999-04-21 |
Bertho Stultiens | Reimplementation of GetModuleHandle16 according to... |
tree | commitdiff |
1999-04-19 |
Bertho Stultiens | Removed non-portable hacks and replaced them with more... |
tree | commitdiff |
1999-04-19 |
Bertho Stultiens | Attach notifications must be send after all recursive... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Alexandre Julliard | Removed extra call to TASK_StartTask. |
tree | commitdiff |
next |