- 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 · 25 years ago
- c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
- a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 25 years ago
- c23bf43 Display an ERR() in case of undefined symbols. by Andreas Mohr · 25 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 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
- 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
- b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
- f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 87031a4 Added a .xcnlnk section to builtin KERNEL32 PE header. by Eric Pouech · 25 years ago
- 920d9c6 Added PeekNamedPipe stub. by Andreas Mohr · 25 years ago
- 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
- 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
- ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago
- aabef02 Include space for resources in the module header instead of doing a by Alexandre Julliard · 25 years ago
- 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- 1758f2d Misc. fixes for compiler warnings. by James Abbatiello · 25 years ago
- 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 9ffd403 Added .spec keyword 'mode' to allow creating built-in EXE modules. by Ulrich Weigand · 25 years ago
- 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
- de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
- 9c55e6d Export GetLongPathName[A|W]. by Uwe Bonnes · 25 years ago
- 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
- f2b8492 - Added some missing EMR record types and updated and fixed others by Peter Hunnisett · 25 years ago
- 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
- 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- a4d7ca0 Corrected parameter count for DialogBoxIndirectParamAorW. by Juergen Schmied · 25 years ago
- 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
- baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago