- 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
- 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
- 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
- 6da4366 Remove .dll extension from module name, added wildcard support in by Alexandre Julliard · 23 years ago
- 7f6ecdc Return ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we by Alexandre Julliard · 23 years ago
- 9c6ba05 Make builtins pretend to be loaded from the system directory. by Alexandre Julliard · 23 years ago
- 1cf0261 Check if relay debugging is still on before printing something. by Alexandre Julliard · 23 years ago
- a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
- c43b5c8 Some fixes for compiling on Sparc. by Warren Baird · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
- 23d4aab Fixed handling of a dll being loaded at the same address as a previous one. by Dmitry Timoshkov · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- f16b401 Various cosmetic changes. by Andreas Mohr · 23 years ago
- 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
- 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
- 6a9325d Fixed stack offset in relay debugging of cdecl register functions. by Alexandre Julliard · 23 years ago
- 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
- eb9a863 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs by Alexandre Julliard · 23 years ago
- 85a663f Recognize the FreeBSD dlopen equivalent of "cannot open". by François Gouget · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- 2905e0f Recognize the Solaris dlopen equivalent of "cannot open". by Francois Gouget · 23 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- 0249fcd SNOOP_DoReturn: remove redundant printing of tid. by Uwe Bonnes · 24 years ago
- 574a10e SNOOP_GetProcAddress: don't touch already initialized fun-entries. by Uwe Bonnes · 24 years ago
- 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
- e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
- 391fdec Drop SYSLEVEL checks from relay debugging, since they break debugging by Marcus Meissner · 24 years ago
- 6d257f5 Display thread id instead of %fs in snoop trace. by Dmitry Timoshkov · 24 years ago
- 4ea3c26 Display thread id instead of %fs in relay trace. by Dmitry Timoshkov · 24 years ago
- bae8af2 Make snoop specific case insensitive. by Lawson Whitney · 24 years ago
- 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
- 9a07b16 Silence silly error messages. by Ulrich Weigand · 24 years ago
- 4022ae0 Print all problems as ERR() except for "could not open" library, which by Andreas Mohr · 24 years ago
- e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
- 85d666a Use __ASM_GLOBAL_FUNC directly in i386-only code. by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
- 5f48ff3 Fixed dlerror() check to use strstr(). by Andreas Mohr · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 32fcfc2 Removed "elfdll" load order option and updated documentation. by Alexandre Julliard · 24 years ago
- 1a5e22f Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit by Alexandre Julliard · 24 years ago
- 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
- f649dd6 Don't test !HIWORD values for pointerness. by Marcus Meissner · 24 years ago
- 99b25c5 Repaired relay debugging. by Alexandre Julliard · 24 years ago
- db4c456 Do builtin modules fixups in library/loader.c before calling the by Alexandre Julliard · 24 years ago
- e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
- 94613ab New debug channel mechanism allowing decentralized channel declarations. by Alexandre Julliard · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
- 634824b Raise an exception when a stub entry point is called. by Alexandre Julliard · 24 years ago
- cae289c Removed no longer used structure definition. by Alexandre Julliard · 24 years ago
- 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
- 3f2b2d5 Work-around for gcc bug. by Alexandre Julliard · 24 years ago
- a837849 Added stdcall64 entry point type to allow correct relay debugging by Alexandre Julliard · 24 years ago
- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
- c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 24 years ago
- a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 24 years ago
- c23bf43 Display an ERR() in case of undefined symbols. by Andreas Mohr · 24 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 24 years ago
- a99ce7e Raised MAX_DLLS to 100. by Francois Gouget · 25 years ago
- 2826f57 Catch EXCEPTION_PRIV_INSTRUCTION exception too. by Rein Klazes · 25 years ago
- 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
- 07f3844 Avoid buffer overflows in builtin dll loading (with the help of Dmitry by Alexandre Julliard · 25 years ago
- c7c4246 - Always store the full path name of 32bit modules in WINE_MODREF by Peter Ganten · 25 years ago
- 331f80e The user driver functions might be called with the window lock held. by Peter Ganten · 25 years ago
- 5acb979 Make sure builtin dlls are never freed since we don't support dlclose by Alexandre Julliard · 25 years ago
- 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
- 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
- cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
- 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
- d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
- 70668d1 Say that "No handler" messages as fatal. by Ove Kaaven · 25 years ago
- 2352cf7 Avoid calling the exception handler in some cases. by Juergen Schmied · 25 years ago
- e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
- c007a00 Replaced the BUILTIN32_dlopen() ERR() by a WARN(). by Andreas Mohr · 25 years ago
- d1297c4 Fix for compiler warning (due to setjmp/longjmp being used for by James Abbatiello · 25 years ago
- 291fa66 Removed the .xcnlnk section hack, and replaced it by another hack in by Alexandre Julliard · 25 years ago
- a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
- e82e7d9 Use "CALL" and "RET" in capital letters for distinction. by Uwe Bonnes · 25 years ago
- 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
- 2250f12 Implemented FindFirstFileEx, cleaned old implementation up. by Juergen Schmied · 25 years ago
- 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
- 637e200 Add stub for SetConsoleOutputCP. by Ulrich Czekalla · 25 years ago
- 76b772e #include <sys/types.h> before <sys/mman.h>. by Gerald Pfeifer · 25 years ago
- 246c360 Reserve space for the PE header at the start of the .so file. by Alexandre Julliard · 25 years ago
- 680919c Moved Load/FreeLibrary16 definition to winbase16.h. by Alexandre Julliard · 25 years ago
- f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
- 99f3a92 Use Thread pseudo handle and not Thread Id as argument for the call to by Uwe Bonnes · 25 years ago
- e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
- 69277bb SNOOP_PrintArg: replaced IsBad* functions by exception handler. by Uwe Bonnes · 25 years ago