2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-08-11 |
Josh Thielen | Wrong handle was being closed. |
tree | commitdiff |
2001-08-10 |
Jörg Mayer | Fixed a few signed/unsigned and "unsigned < 0 always... |
tree | commitdiff |
2001-07-30 |
Alexandre Julliard | Fixed HTASK/HTASK16 handle mismatch. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
tree | commitdiff |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
tree | commitdiff |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-01-21 |
Gerard Patel | Fix the cmdline argument passed to NE_CreateThread... |
tree | commitdiff |
2001-01-15 |
Ulrich Weigand | Don't call a NE DLL's DllEntryPoint twice during one... |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
tree | commitdiff |
2001-01-10 |
Gerard Patel | Added a specific debug channel for dll loading (builtin... |
tree | commitdiff |
2001-01-06 |
Alexandre Julliard | Use the exe name and file handle we got from the server... |
tree | commitdiff |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2000-12-29 |
Ulrich Weigand | Prevent unaligned access to NE in-memory module data. |
tree | commitdiff |
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 |
next |