Home | History | Annotate | Download | only in etc

Lines Matching full:fstream

205 	* stlport/stl/char_traits.h, src/fstream.cpp: use 64-bits
220 * src/fstream.cpp: force use lseek64/mmap64 for HP-UX, if _LARGEFILE64_SOURCE
440 * stlport/stl/_fstream.h, src/fstream.cpp, iostream.cpp: Restore
801 * src/fstream.cpp: Fixed MMAP_CHUNK definition, an offset type is signed.
1984 * src/fstream.cpp: ditto
2570 * stlport/stl/_fstream.c, _istream.c, src/fstream.cpp, strstream.cpp:
3796 * src/fstream.cpp: Final fix of basic_filebuf::open method. Now when open
3802 * src/fstream.cpp: Fix annoying 64 warning and basic_filebuf::open method
3828 * src/fstream.cpp: Removed static assertion for windows file handle to be 32
4307 * src/fstream.cpp: Use of Wlodek Szafran implementation for the _Filebuf_base::_M_read
4317 * src/fstream.cpp: Fix buffer overflow in _Filebuf_base::_M_read method
4553 * src/fstream.cpp: Fix Win32-64 file stream implementation. _M_read and
5040 * src/fstream.cpp: Add INVALID_SET_FILE_POINTER definition when missing for
5082 * test/unit/fstream.cpp: New test for big files ( > 2Go) unactivated by
5111 * src/fstream.cpp: Creation of the INVALID_STLP_FD constant to represent
6832 * stlport/stl/_fstream.h, src/fstream.cpp: extension of the fstream interface to accept Win32
7378 * fstream.cpp : text file stream position bug correction (thanks Christopher Kohlert)
7630 * fstream.cpp : mmap_chunk made to be 1M instead of 16M as was originally intended (thanks Alexey Starikovskiy)
7770 * fstream.cpp : LARGE_INTEGER used to work around Intel shift instruction bug (thanks Thomas Meischner)
7771 * fstream.cpp : ULL macro fixed for Win32
7772 * fstream.cpp : Added test for for INVALID_HANDLE_VALUE and NULL base and _M_view_id,
7774 * fstream.cpp : Fixed corner case with mmap() on EOF (Thanks Jens Maurer)
7918 * fstream.cpp : added write-sharing for fstream file handle (Thanks to Leland Best)
7947 * fstream.cpp : seek() allowed to seek past the end of the stream (Thanks to Phillip Toland for the input)
7968 * fstream.cpp: __pioinfo definition for mingw32 fixed (Thanks to Danny Smith)
8126 * fstream.cpp : __pioinfo used for MinGW32 (thanks to Danny Smith)
8176 * <fstream>, <fstream.h> : added initialization code for locale , same as in <locale>
8179 * fstream.cpp : fixed resource leak in case memory map fails on Win32 (thanks to Mark Laffoon)