xmllite: Fix reported node type for attributes.
[wine] / dlls / msvcrt / file.c
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.
2010-11-02  Eryk Wieliczkomsvcrt: Implement _fseeki64.
2010-11-02  Eryk Wieliczkomsvcrt: Add stub functions _lock_file and _unlock_file.
2010-11-01  Eric Pouechmsvcrt: Use the new parameter checking macros for f...
2010-04-21  Piotr Cabanmsvcrt: Added _wfopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added fopen_s implementation.
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-01-28  Uwe Bonnesmsvcrt: read_i should pull in LF after CR only in unbuf...
2010-01-28  Uwe Bonnesmsvcrt: Check for EOF before correcting CR/LF.
2010-01-18  Uwe Bonnesmsvcrt: Handle CR at buffer boundary and test case.
2010-01-18  Uwe Bonnesmsvcrt: xxopen() accepts spaces in the mode string.
2010-01-14  Jeff Zaroykomsvcrt: Check if argument passed to _dup2 is positive.
2009-09-10  Alexandre Julliardmsvcrt: Add validity checks on the size of the handle...
2009-05-27  Michael Stefaniucmsvcrt: Replace size_t with MSVCRT_size_t.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-02-18  Alexandre Julliardmsvcrt: Don't try to duplicate invalid handles. Don...
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-19  Hans Leidekkermsvcrt: Forward ANSI open functions to their Unicode...
2009-01-19  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode.
2009-01-03  Alexandre Julliardmsvcrt: Convert the open functions to use MS ABI varargs.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2008-12-16  Dan Kegelmsvcrt: fread: Exhaust buffered data before using unbuf...
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-10  Francois Gougetmsvcrt: Fix the permissions returned by fstat*() (with...
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-08-19  Michael Karchermsvcrt/file: stdio should clamp characters to 8 bits.
2008-07-21  Alexandre JulliardAvoid exporting common symbols since that's broken...
2008-04-29  Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-07  Andrew Talbotmsvcrt: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
next