Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
[wine] / files /
2000-10-03  Alexandre JulliardUse special environment variables to transmit the cwd...
2000-09-29  Andreas MohrFixed the default value handling (trailing spaces of...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Marcus MeissnerHave the UNIX cwd follow the current directory on the...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-10  Alexandre JulliardRemoved chdir("/") until we have proper Unix cwd manage...
2000-09-07  Andreas MohrDOSFS_MatchLong ignored several things about file mask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-21  Marcus Meissner(from IBM TopPage patch) return correct error for alrea...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-01  Alexandre JulliardOnly set COMSPEC if not defined already.
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-16  Andreas MohrSpelling fixes.
2000-07-16  Marcus MeissnerDrop UNIX cwd to / after calculating WINE current direc...
2000-06-25  Dave HawkesIf whitespace or dots are appended to the end of any...
2000-06-24  Andreas MohrAdded some stuff saying that this is NOT supported.
2000-06-20  Uwe BonnesMake WritePrivateProfileSectionA care for "" and NULL...
2000-06-15  Uwe BonnesGetFullPathName: get "drive" value too for absolute...
2000-06-13  Andreas MohrDRIVE_GetFreeSpace() is supposed to *always* return...
2000-06-13  Marcus MeissnerStrip whitespace from front of profile values.
2000-06-07  Stas Sergeevmmap() fails with ENODEV on NTFS under Linux.
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-23  James JuranSearchPathA needs to set the last error to ERROR_FILE_N...
2000-05-19  Uwe BonnesDOSFS_DoGetFullPathName: terminate string weh called...
2000-05-12  Uwe BonnesGetFullPathname: add missing termination to the string.
2000-05-07  Gerard PatelRevert the test for Virtual_HandleFault in ReadFile...
2000-05-01  Alexandre JulliardAdded ENOEXEC error code.
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-28  Uwe BonnesDOSFS_DoGetFullPathName: rewrite to return results...
2000-04-13  Alexandre JulliardMake sure HKLM\Software\Wine\Wine is a non-volatile...
2000-04-13  Andreas MohrFILE_CreateFile()'s read/write-check was broken due...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-06  Uwe BonnesGetShortPathName: always erase characters at the end...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardIgnore trailing spaces in DOSFS_ToDosFCBFormat.
2000-03-26  Stefan LeichterDOSFS_ToDosFCBFormat: fail if extension longer than...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-04  Uwe BonnesPROFILE_GetString: only accept NULL for keyname to...
2000-02-29  Alexandre JulliardMake profile key a global handle.
2000-02-27  Petr Tomasek- Write serial numbers to the device (FAT)
2000-02-27  Uwe BonnesGetFullPathName fixes.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Petr TomasekGetLongPathName rewrite.
2000-02-20  Eric PouechWhile creating the wine config key, make sure that...
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-18  Andreas MohrDRIVE_FindDriveRoot() always checked from drive A:...
2000-02-18  Matthew ClineAdded WARN messages on open errors.
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-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-01-30  Andreas Mohr- Windows skips the '\t' and ' ' at the beginning and...
2000-01-30  Juergen Schmied- fixes, loading of settings per user
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
2000-01-26  Andreas MohrAdd a newbie warning for slashes in the search Path...
2000-01-25  Alexandre JulliardAdded PROFILE_GetConfigDir function.
2000-01-23  Marcus MeissnerHandle \\.\<dosdevice> like <dosdevice> in CreateFile...
2000-01-15  Ove KaavenMade SetVolumeLabel report failure on CD-ROM drives.
2000-01-09  Francois GougetDOSFS_DoGetFullPathName would underflow (p would get...
2000-01-05  Rein KlazesImplement WritePrivateProfileSectionA().
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-12  Peter GantenFixed GetShortPathNameA.
1999-12-12  Huw D M DaviesFixed arg types of FIXMEs.
1999-12-11  Peter GantenReturn an error if lpOverlapped is provided to ReadFile...
1999-12-11  Alexandre JulliardAdded missing WINAPIs.
1999-12-10  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Peter GantenFix GetCurrentDirectoryA and W to return the needed...
1999-12-04  Marcus MeissnerStub for CloseProfileUserMapping.
1999-11-21  Alexandre JulliardFixed MoveFileExA behavior when target file does not...
1999-11-21  Andreas MohrFlush current profile before using a newly opened one.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-11-04  Peter SchlaileFixed a long standing (and annoying) typo, that prevented
1999-10-31  Eric PouechWhen reading a profile entry remove trailing quote...
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Gerard PatelRemove prefixing by a tilde for GetTempFileName 32bits.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-10-13  Uwe BonnesAccount for the trailing NULL in GetLogicalDriveStringsA.
1999-09-27  Peter GantenFix for VFAT_IOCTL_READDIR_BOTH.
1999-09-27  Abey GeorgeMade GetCurrentDirectory return long name of the curren...
next