aboutsummaryrefslogtreecommitdiff
path: root/libio/iostream.cc
AgeCommit message (Expand)AuthorFilesLines
2001-02-05Remove libioMark Mitchell1-1062/+0
2000-10-18iostream.cc (ends): Release the acquired lock.Jakub Jelinek1-2/+12
2000-10-16iostream.cc (ostream::operator<<(double n)): Initialize new fields wide and i...Jakub Jelinek1-1/+9
2000-05-24(endl): Fix bug in last change.Ulrich Drepper1-2/+3
2000-05-23iostream.cc (endl): Verify stream can accept characters before writing its eol.Jeff Law1-1/+3
1999-08-07iostream.cc: Add missing calls to isfx and setup a cleanup region for the loc...Andreas Schwab1-7/+58
1998-02-24Changes for _G_IO_IO_FILE_VERSION == 0x20001:Andreas Schwab1-0/+6
1998-02-10iostream.cc (ostream::operator<<(long double)): Don't use labeled initializers.Mark Mitchell1-26/+26
1998-02-01iostream.cc (istream::operator>>(long double&)): Scan value into separate var...Andreas Schwab1-5/+9
1997-10-03iostream.cc, libio.h: Convert other uses of #ifdef _G_HAVE_PRINTF_FP to #if.Jason Merrill1-1/+1
1997-10-02iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.Brendan Kehoe1-1/+1
1997-09-26libio changes from Ulrich to help "old linux" systems.Ulrich Drepper1-13/+19
1997-09-17Fix all problems reported by the test suite.Ulrich Drepper1-0/+4
1997-09-16Uli's libio/libstdc++ patches.Ulrich Drepper1-44/+193
1997-08-21Initial revisionJason Merrill1-0/+821