Release 1.5.29.
[wine] / dlls / msvcrt / file.c
2013-03-28  Piotr Cabanmsvcrt: Move fread_s function to msvcrt.
2013-03-25  Piotr Cabanmsvcrt: Fixed fgetwc behavior on multibyte characters...
2013-03-25  Piotr Cabanmsvcrt: Remove incorrect cast in fgetws function.
2013-03-14  Piotr Cabanmsvcrt: Limit access to out buffer in fread function.
2013-03-05  Piotr Cabanmsvcrt: Rename msvcrt_alloc_fd_from to msvcrt_set_fd.
2013-03-04  Piotr Cabanmsvcrt: Reuse standard file descriptors after closing...
2013-03-04  Piotr Cabanmsvcrt: Don't duplicate standard handles during initial...
2013-02-20  Andrew Talbotmsvcrt: Avoid signed-unsigned integer comparisons.
2013-01-30  Piotr Cabanmsvcrt: Use temporary buffers to speed up operations...
2013-01-30  Piotr Cabanmsvcrt: Don't make stdout and stderr bufferred when...
2013-01-29  Francois GougetAssorted spelling fixes.
2013-01-25  Piotr Cabanmsvcrt: Added N flag support to fopen.
2013-01-25  Piotr Cabanmsvcrt: Ignore S and R flags in fopen.
2013-01-21  Marcus Meissnermsvcrt: read_utf8: free readbuf on return (Coverity).
2013-01-18  Piotr Cabanmsvcrt: Added support for commit flag in fopen.
2013-01-14  Alexandre Julliardmsvcrt: Fix incorrect use of the system wctomb function.
2013-01-14  Piotr Cabanmsvcrt: Be less strict while parsing file open mode...
2013-01-11  Piotr Cabanmsvcrt: Fixed ftell behaviour when file is opened for...
2013-01-11  Piotr Cabanmsvcrt: Don't add '\r' character in fputws function.
2013-01-11  Piotr Cabanmsvcrt: Use fputwc to output characters to file in...
2013-01-11  Piotr Cabanmsvcrt: Make fputwc encoding aware.
2013-01-10  Piotr Cabanmsvcrt: Added UTF8 support to read function.
2013-01-10  Piotr Cabanmsvcrt: Added UTF16 support to read function.
2013-01-10  Piotr Cabanmsvcrt: Added unicode modes support _setmode function.
2013-01-10  Piotr Cabanmsvcrt: Improved ftell implementation.
2013-01-10  Piotr Cabanmsvcrt: Simplify fseek implementation.
2013-01-10  Piotr Cabanmsvcrt: Call ftell function in fgetpos.
2013-01-10  Piotr Cabanmsvcrt: Fixed handling of '\r' when it's the last chara...
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode mode in write function.
2013-01-10  Piotr Cabanmsvcrt: Call _wsopen_s function in _sopen_s.
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode text mode in open...
2013-01-10  Piotr Cabanmsvcrt: Added support for unicode open mode in msvcrt_g...
2013-01-10  Piotr Cabanmsvcrt: Don't duplicate wfsopen functionality in wfrepopen.
2012-12-27  Piotr Cabanmsvcrt: Return error in stat function when path is...
2012-12-13  Piotr Cabanmsvcrt: Don't flush stream in fputs function.
2012-12-12  Piotr Cabanmsvcrt: Added _fwprintf_l implementation.
2012-12-12  Piotr Cabanmsvcrt: Added _vfwprintf_l implementation.
2012-12-10  Piotr Cabanmsvcrt: Fixed _localtime64 implementation.
2012-11-02  Piotr Cabanmsvcrt: Allocate buffer in fwrite function.
2012-10-24  Piotr Cabanmsvcrt: Fixed _ungetwc implementation.
2012-10-16  Piotr Cabanmsvcrt: Fixed tmpfile implementation.
2012-08-13  Michael Stefaniucmsvcrt: Aoid TRUE:FALSE conditional expressions.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-03-28  Robert van Herkmsvcrt: Fix file mode T (temporary file).
2012-03-14  Akihiro Sagawamsvcrt: Add support for _flushall to clear all input...
2012-03-14  Akihiro Sagawamsvcrt: Add a helper function to flush all buffers.
2012-03-14  Akihiro Sagawamsvcrt: Add support for fflush to clear an input buffer.
2012-02-07  Piotr Cabanmsvcrt: Handle negative file->_cnt value in _flsbuf...
2012-02-06  Eric Pouechmsvcrt: Fix TRACE format modifier for wfreopen.
2012-01-09  Daniel Lehmanmsvcrt: Sync _wtempnam with _tempnam.
2011-11-24  Piotr Cabanmsvcrt: Fix FILE critical section initialization.
2011-11-23  Piotr Cabanmsvcrt: Keep FILE critical section initialized after...
2011-11-16  Francois Gougetmsvcrt: Statically initialize and name the MSVCRT_file_...
2011-11-16  Piotr Cabanmsvcrt: Don't use fputc in flsbuf implementation.
2011-11-15  Piotr Cabanmsvcrt: Don't hold FILE critical section in some functions.
2011-11-15  André Hentschelmsvcrt: Implement _wfreopen_s.
2011-11-15  André Hentschelmsvcrt: Implement freopen_s.
2011-11-14  Francois Gougetmsvcrt: Give a name to the critical sections.
2011-10-06  Piotr Cabanmsvcrt: Free fd entries with incorrect HANDLE value.
2011-10-06  Piotr Cabanmsvcrt: Fix __pioinfo block size.
2011-07-26  Piotr Cabanmsvcrt: Fixed tmpnam and _wtmpname implementation.
2011-06-20  Damjan Jovanovicmsvcrt: The time passed to utime functions can be NULL.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-25  Piotr Cabanmsvcrt: Improved tmpnam/wtmpnam implementation.
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-23  Francois Gougetmsvcrt: Add a trailing '\n' to an ERR() call.
2011-05-20  Piotr Cabanmsvcrt: Make FILE writing functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make FILE reading functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make FILE position related functions thread...
2011-05-20  Piotr Cabanmsvcrt: Make FILE->_flag reading functions thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make ungetc and ungetwc thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make setvbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make _flsbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make _filbuf thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make fclose thread safe.
2011-05-20  Piotr Cabanmsvcrt: Make fflush function thread safe.
2011-05-19  Piotr Cabanmsvcrt: Make printf functions thread safe.
2011-05-19  Piotr Cabanmsvcrt: Added _lock_file/_unlock_file implementation.
2011-05-19  Piotr Cabanmsvcrt: Improved _getmaxstdio and _setmaxstdio implemen...
2011-05-19  Piotr Cabanmsvcrt: Allocate FILE tables dynamically.
2011-05-19  Piotr Cabanmsvcrt: Allocate ioinfo tables dynamically.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-05-03  Piotr Cabanmsvcrt: Added _wtmpnam implementation.
2011-04-28  Francois Gougetmsvcrt: Fix compilation on systems that don't support...
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in fprintf functions...
2011-04-25  Eric Pouechmsvcrt: ungetc must create a buffer, even if _IONBF...
2011-04-20  Andrew Nguyenmsvcrt: Avoid the use of SetFilePointerEx in _lseeki64.
2011-01-27  Nikolay Sivovmsvcrt: Implement _wsopen_s.
2011-01-26  Nikolay Sivovmsvcrt: Implemented _sopen_s.
2010-12-03  Austin Englishmsvcrt: Fix a compiler warning on PowerPC.
2010-11-25  Eryk Wieliczkomsvcrt: Implement fprintf_s and fwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement printf_s and wprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vprintf_s and vwprintf_s.
2010-11-25  Eryk Wieliczkomsvcrt: Implement vfprintf_s and vfwprintf_s.
2010-11-11  Eryk Wieliczkomsvcrt: Fixed (_w)fopen_s with test.
2010-11-08  Eric Pouechmsvcrt: Correctly manage va_list:s in vf(w)printf ny...
2010-11-03  Eryk Wieliczkomsvcrt: Implement _ftelli64.
2010-11-03  Eric Pouechmsvcrt: Implemented _(w)access_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _putwch.
next