2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be... |
tree | commitdiff |
2002-07-29 |
Alexandre Julliard | Set the correct permissions on the PE image sections. |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
tree | commitdiff |
2002-07-24 |
Alexandre Julliard | Added support for ordinal hint in PE_FindExportedFunction. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Fixed GetModuleFileNameW return value. |
tree | commitdiff |
2002-07-05 |
Joshua Thielen | Changed GetModuleFileNameA to use GetCurrentTask instead of |
tree | commitdiff |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Avoid loading programs into the DOS memory area. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Don't go through the export table if we are not tracing... |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Don't free the stack selector, it's freed in ExitThread... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-19 |
Francois Gouget | Fixed the WinExec prototype. |
tree | commitdiff |
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-04-02 |
Andreas Mohr | Spelling/error messages fixes. |
tree | commitdiff |
2002-04-01 |
Eric Pouech | Removed a couple of now obsolete FIXMEs. |
tree | commitdiff |
2002-03-28 |
Alexandre Julliard | Don't strip out .exe extension. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Removed service thread support. |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Properly handle loadorder specifications containing... |
tree | commitdiff |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
tree | commitdiff |
2002-01-31 |
Alexandre Julliard | LOAD_LIBRARY_AS_DATAFILE modules must be mapped like... |
tree | commitdiff |
2002-01-18 |
Bill Medland | Prevent trying to handle uninitialised memory as a... |
tree | commitdiff |
2002-01-06 |
Alexandre Julliard | Removed obsolete dosmod. |
tree | commitdiff |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
tree | commitdiff |
2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Export DestroyIcon32 from user32 and use GetProcAddress... |
tree | commitdiff |
2001-11-30 |
Andrew Lewycky | do_relocations: process relocation blocks with a Virtua... |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | Don't print NULL strings (crashes on Solaris). |
tree | commitdiff |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
tree | commitdiff |
2001-08-28 |
Francois Gouget | Only use winsock2.h in Wine. |
tree | commitdiff |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
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-08-10 |
Eric Pouech | Fixes for Solaris X86. |
tree | commitdiff |
2001-08-09 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-07-30 |
Alexandre Julliard | Fixed HTASK/HTASK16 handle mismatch. |
tree | commitdiff |
2001-07-26 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2001-07-26 |
Alexandre Julliard | Removed a few unnecessary Callouts. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-12 |
Alexandre Julliard | Don't call SNOOP_RegisterDLL on builtins. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-27 |
Alexandre Julliard | Put AC_DEFINE symbols definitions directly in the confi... |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-13 |
Patrik Stridvall | Documentation ordinal fixes (using winapi_fixup). |
tree | commitdiff |
2001-06-07 |
Alexandre Julliard | Removed unneeded inclusion of queue.h. |
tree | commitdiff |
2001-06-06 |
Alexandre Julliard | Set low-order bit of module handle for LOAD_LIBRARY_AS_... |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | Make snoop code take ordinal base into account. |
tree | commitdiff |
2001-05-18 |
Alexandre Julliard | Removed THREAD_IsWin16. |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-10 |
Alexandre Julliard | Really free the memory on dll unload. |
tree | commitdiff |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
tree | commitdiff |
2001-05-02 |
Alexandre Julliard | Uncommented the VirtualFree call on dll unload. |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if... |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Unified 16-bit and 32-bit scheduling a bit more. |
tree | commitdiff |
2001-03-28 |
Alexandre Julliard | Don't load user32 too early on for 16-bit apps, so... |
tree | commitdiff |
2001-03-21 |
Alexandre Julliard | Added "*" wildcard entry to DllOverrides to replace... |
tree | commitdiff |
2001-03-21 |
Alexandre Julliard | Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls. |
tree | commitdiff |
2001-03-21 |
Dmitry Timoshkov | Allow loading of built-in dlls with LOAD_LIBRARY_AS_DAT... |
tree | commitdiff |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
tree | commitdiff |
2001-03-10 |
Francois Gouget | Fixed spelling/typos in comments. |
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-02-20 |
Alexandre Julliard | Removed a few Callout functions by doing a GetProcAddre... |
tree | commitdiff |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
tree | commitdiff |
2001-01-21 |
Gerard Patel | Fix the cmdline argument passed to NE_CreateThread... |
tree | commitdiff |
2001-01-20 |
Alexandre Julliard | Display the importing dll in the 0xdeadbeef message. |
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 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
tree | commitdiff |
next |