wine
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-04  Alexandre JulliardWarning fixes.
2003-04-04  Andreas MohrStructure README file in a better way, some doc fixes.
2003-04-04  Mike HearnCorrect the error code returned when a file does not...
2003-04-04  Mike Hearn- Map winsock sockopts to the POSIX equivalents for...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-04  Adam GundyAdded an implementation of the MSVCRTD.DLL debugging...
2003-04-04  Alexandre JulliardRemoved the commented out winsock support, it can't...
2003-04-04  Alexandre JulliardYet another hack to try to make this file compile in all
2003-04-04  Dimitrie O... Add a few missing BN_* constants.
2003-04-03  Alexandre JulliardAvoid warning on redefinition of KEY_EVENT.
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-04-03  Rok MandeljcUpdate version info to 8.1.
2003-04-03  Rok MandeljcAdded version info.
2003-04-03  Alexandre JulliardDon't output register function code if it's a forwarded...
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-04-03  Vitaliy MargolenRemove bogus initialization in SetKeyboardState.
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-04-03  Robert ReifAdded a few missing DX8 definitions.
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
2003-04-03  Alexandre JulliardAdded hack to patch the glibc errno_location to jump...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardDon't bother checking for the errno function, simply...
2003-04-02  Vitaliy MargolenFix buffer overflow in datetime.
2003-04-02  Adam GundyZero initialize the reserved bytes in the toolbar detai...
2003-04-02  Uwe BonnesAdded some stubs.
2003-04-02  Vitaliy MargolenFix ImageList_Read - the root cause of ugly toolbar...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-04-02  Dimitrie O... Make use of the new spawnvp function in wine{gcc,wrap}.
2003-04-02  Robert ReifAdded entry for DirectSoundFullDuplexCreate.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-04-02  Dimitrie O... Add spawnvp to the portability lib.
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-04-02  Alexandre JulliardMake sure we don't use libwine_port functions when...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-02  Alexandre JulliardHandle htonl() and friends like select(), this will...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-02  Eric PouechAdded support for R types in stabs parsing.
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-04-01  Andreas Mohr- new, much more detailed and easier "step-by-step...
2003-04-01  Alexandre JulliardPortability fixes.
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-31  Alexandre JulliardTry to make winsock.h more portable (based on a patch...
2003-03-31  Dimitrie O... New winecfg skeleton app, based heavily on original...
2003-03-31  Sylvain PetreolleUse regedit instead of regapi.
2003-03-31  Andreas MohrTrace format fix.
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-31  Francois Gouget- s/cvs -PAd update/cvs update -PAd/.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-31  Vitaliy MargolenFix random segfaults in X11DRV_SetImageBits_1.
2003-03-30  Alexandre JulliardUse the right buffer size in SYSPARAMS_Load instead...
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2003-03-30  Alexandre JulliardFixed regression in VERSION_GetLinkedDllVersion() intro...
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-30  Maxime BellengéFix a regression when loading a real windows registry.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-30  Adam GundyDon't read uninitialized data when a '$' is found.
2003-03-30  Adam GundyMake sure all the bits of the LDT are initialized.
2003-03-30  Adam GundyInitialize lpLogFont->lfQuality to the default.
2003-03-28  Mike HearnAdd info on how to use the Wine uninstaller.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-28  Dimitrie O... Remove the no longer needed -m option, ignore -r for...
2003-03-28  Dimitrie O... Fix errno linkage when compiling in C++.
2003-03-28  Alberto MassariAdded InternetSetStatusCallbackA and a stub for
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-28  Yorick Hardystdint.h should be included for compiling on NetBSD.
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-28  Yorick HardyAdded the sysctl calls for NetBSD to determine the...
2003-03-28  Steven EdwardsFixed the .def files for the Mingw build.
2003-03-27  Dimitrie O... Allow wpp users to undefine previously defined symbols.
2003-03-27  Dimitrie O... Remove unused options -a and -C.
2003-03-27  Dimitrie O... Do not pass unnecessary flags to wrc in generated makef...
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
2003-03-27  Rolf KalbermatterImplemented SHLWAPI_266 and SHLWAPI_271.
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-03-27  P. ChristeasImplemented MakeSureDirectoryPathExists.
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-03-26  Rolf KalbermatterImplemented CheckEscapesA/W.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
next