wine
2001-01-02  François GougetReordered the definitions according to their value.
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2001-01-02  Andreas MohrCode was checking for 0 or HFILE_ERROR instead of negat...
2000-12-29  Dmitry Timoshkov"Implement" GetKBCodePage and GetKBCodePage16.
2000-12-29  Mike McCormackImplemented GetOverlappedResult.
2000-12-29  Marcus MeissnerCreateFontIndirect() can get NULL pointers.
2000-12-29  Mike McCormackImprove async i/o compatability. lpOverlapped->Internal...
2000-12-29  Ulrich WeigandFixed builtin imports broken by latest change.
2000-12-29  Eric PouechMade unaligned access test effective.
2000-12-29  Eric PouechFixed evilish cut and paste.
2000-12-29  François GougetCompile the debugger with STRICT on.
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-12-29  François GougetAdded an ICOM_FN that generates either fn##xfn or sfn...
2000-12-29  Andreas Mohr- implemented passive FTP transfers (PASV, needed for...
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-29  Alexandre JulliardAdded support for composite Unicode characters in Multi...
2000-12-29  François GougetAdded a prototype for GetLogColorSpace.
2000-12-29  François GougetConvert HCOLORSPACE to STRICT mode.
2000-12-29  Wilbur N. DaleUpdated first example using latest winebuild dll/so...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-12-29  Jon GriffithsAllow stubs for exports that are not legal C identifiers.
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-27  Ulrich WeigandCompile fix if HAVE_OSS is not defined.
2000-12-27  Ulrich WeigandFixed broken prototypes.
2000-12-27  Ulrich WeigandSilence silly error messages.
2000-12-27  Ulrich WeigandImport kernel32 (for SetLastError()).
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-27  Ove KaavenUse the X state instead of the VK key state to check...
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-27  Ove KaavenRelease the Win16 lock before starting the DOS process...
2000-12-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Joerg MayerFix the trivial compiler warnings in debugger/ when...
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-26  Alexandre JulliardFixed error recovery during thread creation.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-25  Lawson WhitneyRemoved --config from man wine.
2000-12-25  Lawson WhitneyRemoved trailing garbage after [serialports] device...
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-24  Francois GougetUpdated the look of dots and dashes to match the Win32...
2000-12-24  Dmitry TimoshkovDefine environment variable TMP as an alias for TEMP.
2000-12-24  Gerald Pfeifer<malloc.h> is not ISO C, <stdlib.h> is.
2000-12-24  Guy L. AlbertelliFixed loop test for negative value.
2000-12-23  Alexandre JulliardRelease 20001222. wine-20001222
2000-12-22  Gerard PatelCancel a few changes to get back basic text clipboard...
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardFixed copy/paste bug (thanks to Gerard Patel).
2000-12-22  Ove KaavenMore intelligent DirectSound prebuffering. By tracking the
2000-12-22  Joerg MayerWarn when FindWindow needs to check other processes...
2000-12-22  Joerg MayerDon't suppress error messages.
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-12-22  Dmitry TimoshkovRemove redundant ';' at the end of line.
2000-12-22  Dmitry TimoshkovFix remaining signed/unsigned mismatches.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Hidenori TakeshimaNative IMM32.DLL crashes wine - use builtin DLL.
2000-12-22  Andreas MohrPrint all problems as ERR() except for "could not open...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-22  Alexandre JulliardRemoved the dummy mouse event in SetWindowPos.
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-21  Patrik StridvallFixed some issues found by winapi_check.
2000-12-21  Patrik Stridvall- Minor API file update.
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-21  Ove KaavenEnable the DirectSound HAL for sound drivers that do...
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-21  Dmitry TimoshkovDon't write to buffer with zero length.
2000-12-21  Dmitry TimoshkovDo not free the not owned error string.
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-21  Eric KohlUse handle to palette instead of index for EMR_SELECTPA...
2000-12-20  Alexandre JulliardFixed debug routines to work before the process heap...
2000-12-20  Alexandre JulliardDo not call thread attach/detach routines during proces...
2000-12-20  Gerard PatelSet the color mask with BI_BITFIELD dibs, don't use the
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-20  Guy L. Albertelli- print out WM_NOTIFY message code if we know it.
2000-12-19  Alexandre JulliardSet last error in GlobalUnlock.
2000-12-19  Andrew JohnstonDocumentation update.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Stefan LeichterAdded description of printerports section of the win...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-19  Jon Griffiths- Add several mbcs and CP 932 functions, fix some exist...
2000-12-19  Alexandre JulliardInclude stdlib.h instead of wchar.h.
2000-12-19  Marcus Meissnershlwapi forwarders for SetWindowLongW and CallWindowProcW.
2000-12-19  Dmitry TimoshkovProtect against NULL buffer in the profile functions.
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
next