2000-01-29 |
Andreas Mohr | - add some documentation items |
blob | commitdiff | raw |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Ulrich Weigand | Bugfix: Call DllEntryPoint for *every* process that... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Ulrich Weigand | Simplified hInstance creation/handling. |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ulrich Weigand | Bugfix: don't use GetModuleHandle16 in LoadModule16... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Marcus Meissner | WPROCS.ENTRYADDRPROC needs to return something in CX... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Ulrich Weigand | Bugfix: When loading an executable module fails, don... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Ulrich Weigand | Bugfix: Don't call GetVersionExA too early, to avoid... |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | Don't create thunk for task signal proc, call it directly. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Ulrich Weigand | GetModuleHandle16: treat Win32 modules correctly. |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Uwe Bonnes | Add WINAPI for EntryAddrProc. |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Ulrich Weigand | Improved behaviour of GetModuleHandle16 w.r.t dummy... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Marcus Meissner | Made string compare case insensitive in GetModuleHandle... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Uwe Bonnes | NE_LoadFileModule: Free module when NE_LoadDLLs fails. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Ulrich Weigand | Release Win16Lock during PROCESS_Create. |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Alexandre Julliard | Removed process argument to PROCESS_CallUserSignalProc. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Uwe Bonnes | Fixed extension handling in LoadLibrary16. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Bertho Stultiens | Only try to append ".dll" if a library is loaded implic... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Eric Pouech | Fixed loading of native NE dlls. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Ulrich Weigand | Return 32-bit module in GetModuleHandle16() if appropriate. |
blob | commitdiff | raw | diff to current |
1999-04-21 |
Bertho Stultiens | Reimplementation of GetModuleHandle16 according to... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Alexandre Julliard | Removed extra call to TASK_StartTask. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Alexandre Julliard | Fixed toolhelp routines usage in GetModuleFromPath... |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry... |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal. |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Bertho Stultiens | GetModuleFromPath now checks for loaded modules via... |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Ulrich Weigand | Implemented PROCESS_CallUserSignalProc(). |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Jess Haas | Fixed GetModuleHandle16. |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Andreas Mohr | Fixed typo. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Pass CreateProcess() SECURITY_ATTRIBUTES through to... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Uwe Bonnes | Make GetModuleHandle16 only look for module names,... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ulrich Weigand | NE modules adapted to CreateProcess changes. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Uwe Bonnes | Only append .dll if no extension yet. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Alexandre Julliard | Added input queue to server-side console object, |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Ulrich Weigand | Check module name length in ModuleNext(). |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Alexandre Julliard | Use Win32 file handles instead of Unix ones. |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Andreas Mohr | NE_MODULE.stack_size was set to a ridiculously small... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Ulrich Weigand | Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_B... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
|