From 4d24acba412193e077bfd170ca610b75d4e4016e Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 9 May 2002 13:06:54 +0000 Subject: [PATCH] Add I/O state saver library [SVN r13772] --- index.htm | 24 +++++++++--------------- libs/libraries.htm | 19 ++++++++++++++----- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/index.htm b/index.htm index c55de97760..c81e56dee4 100644 --- a/index.htm +++ b/index.htm @@ -109,13 +109,18 @@ formal reviews of proposed libraries. There is also a users mailing list.

May 15, 2002 - Version 1.28.0

February 5, 2002 - Version 1.27.0

-

August 19, 2001 - Version 1.24.0 -

@@ -237,7 +231,7 @@ Formal Review Schedule added. Shows current, future, and recent past review

Revised -06 May, 2002

+09 May, 2002

diff --git a/libs/libraries.htm b/libs/libraries.htm index 5cc29ccea0..7802e5f266 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -46,11 +46,12 @@ Metaprogramming
     Preprocessor Metaprogramming
     Concurrent Programming
     Math and numerics
-
     Inter-language support
-     Correctness and testing
+
     Correctness and testing
     Data structures
-
     Memory
-
     Miscellaneous
+     Input/Output
+
     Inter-language support
+     Memory
+     Miscellaneous
     Broken compiler workarounds
Obsolete Libraries
Beta Libraries

@@ -106,6 +107,8 @@ out how to build object libraries, when needed.

and a University of Notre Dame team.
  • integer - Headers to ease dealing with integral types.
  • +
  • io state savers - Save I/O state to + prevent jumbled data, from Daryle Walker.
  • iterator adaptors - Adapt a base type into a standard conforming iterator, and more, from Dave Abrahams, Jeremy Siek, and John @@ -350,6 +353,12 @@ out how to build object libraries, when needed.

    from Jaakko Järvi.
  • +

    Input/Output

    + +

    Inter-language support