2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw |
2002-08-16 |
Dmitry Timoshkov | Set up exception handler around WEP call. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Alexandre Julliard | Don't free the stack selector, it's freed in ExitThread... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Alexandre Julliard | Fixed HTASK/HTASK16 handle mismatch. |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-01-21 |
Gerard Patel | Fix the cmdline argument passed to NE_CreateThread... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Gerard Patel | Added a specific debug channel for dll loading (builtin... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Alexandre Julliard | Use the exe name and file handle we got from the server... |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Ulrich Weigand | Prevent unaligned access to NE in-memory module data. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Fixed Win16 documentation not fixed because of a bug... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Moved the few remaining functions in wprocs.dll to... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Removed "elfdll" load order option and updated document... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Andreas Mohr | Fixed NE_LoadExeHeader error handling. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Alexandre Julliard | Return the proper error code when a 16-bit task failed... |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Alexandre Julliard | Perform NE_InitProcess in the context of the new task. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Andreas Mohr | Doc and trace updates. |
blob | commitdiff | raw | diff to current |
2000-06-10 |
Alexandre Julliard | Make sure GetModuleFileName16 does not return garbage... |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Bernd Herd | Make sure hInstance is a proper global handle and not... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
blob | commitdiff | raw | diff to current |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Andreas Mohr | Fixed second instance DGROUP loading. |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Andreas Mohr | It seems to be GetModuleFileName16 that checks exe... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Andreas Mohr | - add some documentation items |
blob | commitdiff | raw | diff to current |
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 |
next |