Don't load user32 too early on for 16-bit apps, so that app-specific
[wine] / files / dos_fs.c
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-20  Rein KlazesCorrect error message in case DOSFS_OpenDevice() fails...
2001-02-16  Gerard PatelGives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
2001-01-17  Alexandre JulliardFixed typo in wine_get_unix_file_name().
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Lawson WhitneyAllow an application to open a dos device ending with...
2000-12-15  Huw D M DaviesSpelling fix.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-10-23  Marcus MeissnerIf we have a drive pointing to /, we must not remove...
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
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-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-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-01  Alexandre JulliardMoved MulDiv() and VGA routines out of GDI.
2000-06-25  Dave HawkesIf whitespace or dots are appended to the end of any...
2000-06-15  Uwe BonnesGetFullPathName: get "drive" value too for absolute...
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-05-19  Uwe BonnesDOSFS_DoGetFullPathName: terminate string weh called...
2000-05-12  Uwe BonnesGetFullPathname: add missing termination to the string.
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-28  Uwe BonnesDOSFS_DoGetFullPathName: rewrite to return results...
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-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-02-27  Uwe BonnesGetFullPathName fixes.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Petr TomasekGetLongPathName rewrite.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-09  Francois GougetDOSFS_DoGetFullPathName would underflow (p would get...
1999-12-12  Peter GantenFixed GetShortPathNameA.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-27  Peter GantenFix for VFAT_IOCTL_READDIR_BOTH.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-06  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Andreas MohrIgnore trailing dots on file names.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Robert W HallMake DOSFS_MatchLong match a search string ending in...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-14  Peter GantenBetter implementation of GetShortPathNameA/W.
1999-03-14  Michael McCormackBasic support for WIN32 serial communications API.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-03  Juergen SchmiedBugfix for trailing slashes, repetition of '/' or ...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-15  Juergen SchmiedBugfix: GetFullPathName sets lpFilePart only when the...
1998-12-07  Alexander LarssonReverted previous patch.
1998-12-02  Alexander LarssonOpening a file in a directory which doesn't exist returns
1998-11-22  Juergen SchmiedFixes error handling (SetLastError() and return value).
1998-10-21  Marcus MeissnerDefineDosDevice stub added.
1998-10-11  Andreas MohrSmall fix.
1998-10-11  Alexander LarssonGetLongPathName32A() returns dos format long filename...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-07-20  Alexandre JulliardRelease 970720 wine-970720
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
next