Cast time_t to long for printing.
[wine] / dlls / msvcrt / file.c
2003-09-27  Alexandre Julliard_tempnam and _wtempnam should not create the temp file...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-08  Adam Gundy_open_osfhandle is expected to take the absence of...
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-02-19  Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
2003-01-11  Dimitrie O. PaunCreate stubs for chsize, dup, and dup2.
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-11-25  Stefan LeichterConverted implementation of _lseek to _lseeki64, implem...
2002-11-25  Stefan LeichterConverted implementation of _stat and _fstat to _stati6...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-16  Martin WilckFix MoveFileEx() flags in MSVCRT rename()/_wrename().
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-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardAdd MSVCRT prefix to _stat and _fstat (based on a patch...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-09  Uwe Bonnes_open_osfhandle: set at least the _IOREAD flag.
2002-07-08  Uwe BonnesMSVCRT_fread: expose feof flag.
2002-07-08  Uwe BonnesMSVCRT_fseek: should return 0 on success.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Francois GougetImplemented _getws.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-27  Andriy Palamarchukfwrite: fixed handling of already buffered data.
2002-03-21  Andriy PalamarchukAdded check to fwrite for size == 0.
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-02-08  C. Scott AnanianFilled out the implementation of fscanf and _cscanf.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2002-01-14  Uwe Bonnes_stat: Better test for drive letter.
2001-12-26  Dmitry TimoshkovFix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-07-23  Marcus MeissnerPass handle to GetFileType, not MSVCRT fd.
2001-07-10  Peter HunnisettCreateFile should be called with security attributes...
2001-05-31  Francois Gougetfclose should return EOF (-1) if an error condition...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-03-19  Eric KohlAdded stub for _setjmp3().
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.