2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Various cosmetic changes. |
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 |
2001-12-19 |
Alexandre Julliard | Fixed stack offset in relay debugging of cdecl register... |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
tree | commitdiff |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
tree | commitdiff |
2001-11-09 |
François Gouget | Recognize the FreeBSD dlopen equivalent of "cannot... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | Recognize the Solaris dlopen equivalent of "cannot... |
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-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-18 |
Uwe Bonnes | SNOOP_DoReturn: remove redundant printing of tid. |
tree | commitdiff |
2001-07-14 |
Uwe Bonnes | SNOOP_GetProcAddress: don't touch already initialized... |
tree | commitdiff |
2001-05-24 |
Andreas Mohr | Make snoop code take ordinal base into account. |
tree | commitdiff |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
tree | commitdiff |
2001-04-24 |
Marcus Meissner | Drop SYSLEVEL checks from relay debugging, since they... |
tree | commitdiff |
2001-04-16 |
Dmitry Timoshkov | Display thread id instead of %fs in snoop trace. |
tree | commitdiff |
2001-04-09 |
Dmitry Timoshkov | Display thread id instead of %fs in relay trace. |
tree | commitdiff |
2001-02-12 |
Lawson Whitney | Make snoop specific case insensitive. |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2000-12-27 |
Ulrich Weigand | Silence silly error messages. |
tree | commitdiff |
2000-12-22 |
Andreas Mohr | Print all problems as ERR() except for "could not open... |
tree | commitdiff |
2000-12-13 |
James Abbatiello | Work around glibc 2.1.x dlopen bug (again). |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Got rid of main.h. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use __ASM_GLOBAL_FUNC directly in i386-only code. |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-05 |
Alexandre Julliard | Always pass lower-case filenames to wine_dll_load(). |
tree | commitdiff |
2000-12-05 |
Andreas Mohr | Fixed dlerror() check to use strstr(). |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Removed "elfdll" load order option and updated document... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Set debugging option based on NO_TRACE_MSGS define... |
tree | commitdiff |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
tree | commitdiff |
2000-11-25 |
Marcus Meissner | Don't test !HIWORD values for pointerness. |
tree | commitdiff |
2000-11-10 |
Alexandre Julliard | Repaired relay debugging. |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Do builtin modules fixups in library/loader.c before... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-29 |
Dimitrie O. Paun | Fixed a few compilation warnings |
tree | commitdiff |
2000-10-26 |
Alexandre Julliard | Raise an exception when a stub entry point is called. |
tree | commitdiff |
2000-10-25 |
Alexandre Julliard | Removed no longer used structure definition. |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Build Win32 resources as .res files and dump them into... |
tree | commitdiff |
2000-10-12 |
Alexandre Julliard | Work-around for gcc bug. |
tree | commitdiff |
2000-10-01 |
Alexandre Julliard | Added stdcall64 entry point type to allow correct relay... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Changed the Win32 dll descriptor to be in IMAGE_NT_HEAD... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Generate Win32 dll descriptor structure in the .spec... |
tree | commitdiff |
2000-09-26 |
Andreas Mohr | Display an ERR() in case of undefined symbols. |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-22 |
Francois Gouget | Raised MAX_DLLS to 100. |
tree | commitdiff |
2000-09-19 |
Rein Klazes | Catch EXCEPTION_PRIV_INSTRUCTION exception too. |
tree | commitdiff |
2000-09-18 |
Alexandre Julliard | Moved FILE_dommap() to memory/virtual.c (and renamed... |
tree | commitdiff |
2000-09-01 |
Alexandre Julliard | Avoid buffer overflows in builtin dll loading (with... |
tree | commitdiff |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
tree | commitdiff |
2000-08-11 |
Peter Ganten | The user driver functions might be called with the... |
tree | commitdiff |
2000-08-08 |
Alexandre Julliard | Make sure builtin dlls are never freed since we don... |
tree | commitdiff |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Moved thunking functions off to kernel32.dll. |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Say that "No handler" messages as fatal. |
tree | commitdiff |
2000-06-24 |
Juergen Schmied | Avoid calling the exception handler in some cases. |
tree | commitdiff |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
tree | commitdiff |
2000-06-23 |
Andreas Mohr | Replaced the BUILTIN32_dlopen() ERR() by a WARN(). |
tree | commitdiff |
2000-06-11 |
James Abbatiello | Fix for compiler warning (due to setjmp/longjmp being... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Removed the .xcnlnk section hack, and replaced it by... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Pass the main exe name in the CREATE_PROCESS debug... |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | Use "CALL" and "RET" in capital letters for distinction. |
tree | commitdiff |
2000-06-03 |
Dimitrie O. Paun | Start to separate KERNEL out of libwine. |
tree | commitdiff |
2000-06-01 |
Juergen Schmied | Implemented FindFirstFileEx, cleaned old implementation up. |
tree | commitdiff |
2000-05-30 |
Turchanov Sergei | Implemented local atoms in the server. |
tree | commitdiff |
2000-05-30 |
Ulrich Czekalla | Add stub for SetConsoleOutputCP. |
tree | commitdiff |
2000-05-14 |
Gerald Pfeifer | #include <sys/types.h> before <sys/mman.h>. |
tree | commitdiff |
2000-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the... |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Fixed COORD structure definition. |
tree | commitdiff |
2000-04-30 |
Uwe Bonnes | Use Thread pseudo handle and not Thread Id as argument... |
tree | commitdiff |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
tree | commitdiff |
2000-04-23 |
Uwe Bonnes | SNOOP_PrintArg: replaced IsBad* functions by exception... |
tree | commitdiff |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
tree | commitdiff |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
tree | commitdiff |
2000-04-15 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-13 |
Eric Pouech | Added a .xcnlnk section to builtin KERNEL32 PE header. |
tree | commitdiff |
2000-04-08 |
Andreas Mohr | Added PeekNamedPipe stub. |
tree | commitdiff |
2000-04-06 |
Owen Wang | Implemented API EnumTimeFormatsA(). It supports now... |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Made ddraw and dinput separate dlls. |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Include space for resources in the module header instea... |
tree | commitdiff |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-25 |
James Abbatiello | Misc. fixes for compiler warnings. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-03 |
Ulrich Weigand | Added .spec keyword 'mode' to allow creating built... |
tree | commitdiff |
next |