2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-19 |
Alexandre Julliard | Get/SetFastQueue16 should use HQUEUE16 handles. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added wine_memcpy_unaligned function to avoid gcc memcpy |
tree | commitdiff |
2002-10-15 |
Alexandre Julliard | Fixed reference count handling to support LoadLibrary... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-09-25 |
Dimitrie O. Paun | By default, we should use our own dlls. |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-16 |
Michael Stefaniuc | Convert HRSRC to a void*. |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Mike McCormack | Don't cache file handles for NE executable modules... |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Relax a bit PE consistency checks. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Force loadorder of 16-bit dlls to builtin if their... |
tree | commitdiff |
2002-08-16 |
Dmitry Timoshkov | Set up exception handler around WEP call. |
tree | commitdiff |
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 |
next |