aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-12-07 05:33:36 -0500
committerJason Merrill <jason@gcc.gnu.org>1997-12-07 05:33:36 -0500
commit179b008f3e37dc8d713e78509fda6461dc203921 (patch)
tree239c153be4763236f69cadc0980e0105e1b9523c /libstdc++/ChangeLog
parent79a7c7faab2f5378851ae26eeda8c15b80457d84 (diff)
downloadgcc-179b008f3e37dc8d713e78509fda6461dc203921.zip
gcc-179b008f3e37dc8d713e78509fda6461dc203921.tar.gz
gcc-179b008f3e37dc8d713e78509fda6461dc203921.tar.bz2
iosfwd: New header.
* iosfwd: New header. * Makefile.in (HEADERS): Add it. Sun Dec 7 02:32:20 1997 Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu) * Makefile.in (HEADERS): Modified list of headers to install to include all of SGI STL headers especially hash_set and hash_map, and added ANSI C++ style wrappers for fstream, iomanip, iostream, and strstream. * fstream, iomanip, iostream, strstream: New forwarding headers added. From-SVN: r16991
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r--libstdc++/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index baf9aaa..6c82906 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,18 @@
+Sun Dec 7 02:32:20 1997 Jason Merrill <jason@yorick.cygnus.com>
+
+ * iosfwd: New header.
+ * Makefile.in (HEADERS): Add it.
+
+Sun Dec 7 02:32:20 1997 Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
+
+ * Makefile.in (HEADERS): Modified list of headers to
+ install to include all of SGI STL headers especially hash_set and
+ hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
+ iostream, and strstream.
+
+ * fstream, iomanip, iostream, strstream: New forwarding headers
+ added.
+
Thu Nov 27 01:33:55 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (install): Change gxx_includedir to gxx_include_dir.