Changed repne to repnz for Solaris assembler.
[wine] / relay32 /
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...
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-23  Uwe BonnesExport GetLongPathName[A|W].
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-15  Peter Hunnisett- Added some missing EMR record types and updated and...
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
2000-01-04  Juergen SchmiedCorrected parameter count for DialogBoxIndirectParamAorW.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Alexandre JulliardAdded support for automatic ordinal allocation.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-11  Alexandre JulliardXiang Li
1999-12-11  Peter Hunnisett- Implemented GetEnhMetaFilePaletteEntries
1999-12-10  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-12-05  Andreas MohrAdded Thread32First/Next stubs.
1999-12-04  Erez VolkStubs for Get/SetProcessDefaultLayout.
1999-12-04  Marcus MeissnerStub for CloseProfileUserMapping.
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-23  Moses DeJongAdded implementation for WSARecvEx function. This is...
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
1999-11-14  Ulrich WeigandBugfix: relay/snoop debugging was broken by last patch ...
1999-11-14  Rein KlazesAdded missing WINAPI attribute to two forward declarations.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Ulrich WeigandAllow for buggy apps that call the wrong VxDCall routine.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Marcus MeissnerAdded ChangeDisplaySettingsExA stub and some flag defines.
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-13  Eric PouechFix loading of modules: now search key is module's...
1999-10-13  Marcus MeissnerReplaced double ChangeDisplaySettingsA by (Ex)[AW].
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-22  Eric PouechAdded WINEOSS descriptor.
1999-09-22  Eric PouechAdded missing DriverCallBack function.
1999-09-22  Ian SchmidtAdded partial implementation of GetICMProfileA, require...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-09-19  Peter GantenStubs for PolyTextOutA/W.
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
next