Removed obsolete text mode color and attribute code.
[wine] / relay32 /
2002-04-02  Dmitry TimoshkovFixed handling of a dll being loaded at the same addres...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-19  Alexandre JulliardFixed stack offset in relay debugging of cdecl register...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-11-09  François GougetRecognize the FreeBSD dlopen equivalent of "cannot...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetRecognize the Solaris dlopen equivalent of "cannot...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Uwe BonnesSNOOP_DoReturn: remove redundant printing of tid.
2001-07-14  Uwe BonnesSNOOP_GetProcAddress: don't touch already initialized...
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-04-24  Marcus MeissnerDrop SYSLEVEL checks from relay debugging, since they...
2001-04-16  Dmitry TimoshkovDisplay thread id instead of %fs in snoop trace.
2001-04-09  Dmitry TimoshkovDisplay thread id instead of %fs in relay trace.
2001-02-12  Lawson WhitneyMake snoop specific case insensitive.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Ulrich WeigandSilence silly error messages.
2000-12-22  Andreas MohrPrint all problems as ERR() except for "could not open...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardUse __ASM_GLOBAL_FUNC directly in i386-only code.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-05  Andreas MohrFixed dlerror() check to use strstr().
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-27  Alexandre JulliardSet debugging option based on NO_TRACE_MSGS define...
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-25  Marcus MeissnerDon't test !HIWORD values for pointerness.
2000-11-10  Alexandre JulliardRepaired relay debugging.
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Alexandre JulliardRemoved no longer used structure definition.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-12  Alexandre JulliardWork-around for gcc bug.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-27  Alexandre JulliardGenerate Win32 dll descriptor structure in the .spec...
2000-09-26  Andreas MohrDisplay an ERR() in case of undefined symbols.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-22  Francois GougetRaised MAX_DLLS to 100.
2000-09-19  Rein KlazesCatch EXCEPTION_PRIV_INSTRUCTION exception too.
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-01  Alexandre JulliardAvoid buffer overflows in builtin dll loading (with...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-11  Peter GantenThe user driver functions might be called with the...
2000-08-08  Alexandre JulliardMake sure builtin dlls are never freed since we don...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-23  Ove KaavenSay that "No handler" messages as fatal.
2000-06-24  Juergen SchmiedAvoid calling the exception handler in some cases.
2000-06-23  Alexandre JulliardSplit the build program in several files.
2000-06-23  Andreas MohrReplaced the BUILTIN32_dlopen() ERR() by a WARN().
2000-06-11  James AbbatielloFix for compiler warning (due to setjmp/longjmp being...
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-07  Uwe BonnesUse "CALL" and "RET" in capital letters for distinction.
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-14  Gerald Pfeifer#include <sys/types.h> before <sys/mman.h>.
2000-05-10  Alexandre JulliardReserve space for the PE header at the start of the...
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-30  Uwe BonnesUse Thread pseudo handle and not Thread Id as argument...
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Uwe BonnesSNOOP_PrintArg: replaced IsBad* functions by exception...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-13  Eric PouechAdded a .xcnlnk section to builtin KERNEL32 PE header.
2000-04-08  Andreas MohrAdded PeekNamedPipe stub.
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-17  Alexandre JulliardInclude space for resources in the module header instea...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
next