aboutsummaryrefslogtreecommitdiff
path: root/libio/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r--libio/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index 7fd5beb..f2a95d3 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,16 @@
+1998-01-20 Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
+
+ * iostream.cc (istream::operator>>(long double&))
+ [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
+ case long double is bigger than double.
+ (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
+ initializers of struct printf_info to match declaration order,
+ to work around g++ bug.
+ (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
+
+ * gen-params: Add missing quotes. Avoid useless use of command
+ substitution.
+
Sun Feb 1 13:29:47 1998 H.J. Lu (hjl@gnu.org)
* filebuf.cc (filebuf::open): Call _IO_file_open if