2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Changed LoadImage16 to take an LPCSTR instead of a... |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Fixed Win16 documentation not fixed because of a bug... |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Moved the few remaining functions in wprocs.dll to... |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Removed "elfdll" load order option and updated document... |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Implemented DosFileHandleToWin32Handle, Win32HandleToDo... |
tree | commitdiff |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
tree | commitdiff |
2000-09-10 |
Andreas Mohr | Fixed NE_LoadExeHeader error handling. |
tree | commitdiff |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
tree | commitdiff |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
tree | commitdiff |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | Fixed resource functions to work with 32-bit modules... |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-07-26 |
Alexandre Julliard | Return the proper error code when a 16-bit task failed... |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Perform NE_InitProcess in the context of the new task. |
tree | commitdiff |
2000-07-16 |
Andreas Mohr | Doc and trace updates. |
tree | commitdiff |
2000-06-10 |
Alexandre Julliard | Make sure GetModuleFileName16 does not return garbage... |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-11 |
Bernd Herd | Make sure hInstance is a proper global handle and not... |
tree | commitdiff |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
tree | commitdiff |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-07 |
Andreas Mohr | Fixed second instance DGROUP loading. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-20 |
Andreas Mohr | It seems to be GetModuleFileName16 that checks exe... |
tree | commitdiff |
2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-03 |
Alexandre Julliard | Removed resource.h. |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-11 |
Ulrich Weigand | Bugfix: Added missing 'return' statement. |
tree | commitdiff |
1999-12-06 |
Andreas Mohr | Added .rc file support for Win16 NE modules. |
tree | commitdiff |
1999-12-05 |
Eric Pouech | Added typedef to insure compilation on all gcc&egcs... |
tree | commitdiff |
1999-12-05 |
Ulrich Weigand | Bugfix: Call DllEntryPoint for *every* process that... |
tree | commitdiff |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
tree | commitdiff |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
tree | commitdiff |
1999-11-21 |
Ulrich Weigand | Simplified hInstance creation/handling. |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
tree | commitdiff |
1999-10-23 |
Ulrich Weigand | Bugfix: don't use GetModuleHandle16 in LoadModule16... |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | WPROCS.ENTRYADDRPROC needs to return something in CX... |
tree | commitdiff |
1999-10-13 |
Ulrich Weigand | Bugfix: When loading an executable module fails, don... |
tree | commitdiff |
1999-09-29 |
Ulrich Weigand | Bugfix: Don't call GetVersionExA too early, to avoid... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Don't create thunk for task signal proc, call it directly. |
tree | commitdiff |
1999-08-15 |
Michael Karcher | Make sure we have a dgroup before patching prologs. |
tree | commitdiff |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed IP_reg, SP_reg and FL_reg definitions to avoid... |
tree | commitdiff |
1999-07-31 |
Andreas Mohr | Fixed the DSEG value in the SEGTABLEENTRY struct. |
tree | commitdiff |
1999-07-30 |
Ulrich Weigand | GetModuleHandle16: treat Win32 modules correctly. |
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-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Improved behaviour of GetModuleHandle16 w.r.t dummy... |
tree | commitdiff |
1999-07-10 |
Marcus Meissner | Made string compare case insensitive in GetModuleHandle... |
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 |
Uwe Bonnes | NE_LoadFileModule: Free module when NE_LoadDLLs fails. |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
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 |
Ulrich Weigand | Release Win16Lock during PROCESS_Create. |
tree | commitdiff |
1999-05-24 |
Alexandre Julliard | Removed process argument to PROCESS_CallUserSignalProc. |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
tree | commitdiff |
1999-05-08 |
Uwe Bonnes | Fixed extension handling in LoadLibrary16. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Bertho Stultiens | Only try to append ".dll" if a library is loaded implic... |
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 |
Ulrich Weigand | Return 32-bit module in GetModuleHandle16() if appropriate. |
tree | commitdiff |
1999-04-21 |
Bertho Stultiens | Reimplementation of GetModuleHandle16 according to... |
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 |
1999-04-18 |
Alexandre Julliard | Fixed toolhelp routines usage in GetModuleFromPath... |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal. |
tree | commitdiff |
1999-04-10 |
Bertho Stultiens | GetModuleFromPath now checks for loaded modules via... |
tree | commitdiff |
next |