Cast time_t to long for printing.
[wine] / files / dos_fs.c
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Stefan LeichterMoved implementation of QueryDosDevice from ascii to...
2003-08-20  Eric PouechRemoved the DOSFS_ specific time related conversion...
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-05-19  Mike McCormackRemoved unnecessary casts.
2003-04-19  Michal Janusz MiroslawOn Linux: avoid blocking in DOSFS_OpenDir_VFAT if speci...
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-04  Mike HearnCorrect the error code returned when a file does not...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-10-28  György 'Nog' JeneyCopy the necessary data from the unicode struct to...
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-09-27  György 'Nog' JeneyCheck for an empty string in DOSFS_FindNextEx to avoid...
2002-09-16  Marcus Meissnerinfo->u.smb_dir is a pointer, errors are signaled by...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-20  Rein KlazesRepair SetLastError in FindNextFileA.
2002-07-19  Mike McCormackFirst go at reading directories on public SMB shares.
2002-06-21  Alexandre JulliardFixed regression caused by previous change.
2002-06-20  Alexandre JulliardMake sure that DRIVE_FindDriveRoot always returns an...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-19  Steven EdwardsAdd check for <sys/ioctl.h>.
2002-05-08  Michael WetherellFix handling of unix absolute paths in DOSFS_GetFullNam...
2002-05-05  Jason EdmeadesEnsure correct full path returned when GetFullPathName...
2002-05-04  Marcus MeissnerFindClose: protect the GlobalLock for pagefaults too.
2002-04-02  Alexandre JulliardMake GetFullPathName fail if input path name is empty.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-21  Andreas MohrCosmetics.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-09-19  Andreas MohrUpdates and error message improvements.
2001-09-14  Francois GougetFix the error returned by GetLongPathNameA.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-25  Marcus MeissnerDon't just assume everything is a Dos Device, or mirc...
2001-04-20  Dominik StrasserAllow illegal handles in FindClose.
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.
next