summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-10 19:22:01 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-10 19:22:01 +0000
commitf86e906e0318417084f392ce6f36c45c04677693 (patch)
treeaa83e69e6098f37d0a9f7ab6d134c06836f7de81
parent1d0b22e7c8b89f152310c08e0b74b909ab8aa383 (diff)
downloadATCD-f86e906e0318417084f392ce6f36c45c04677693.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 0a8b67e9817..ba7038cadbc 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,14 +1,19 @@
+Sat Jan 10 13:20:08 1998 Nanbor Wang <nw1@cs.wustl.edu>
+
+ * tests/Conn_Test.cpp: Moved template instantiation codes around
+ to avoid warnings.
+
Sat Jan 10 01:36:08 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/SString: Made the following changes to make the ACE string
class look more like the STL string class:
-
+
- Added npos to all classes.
-
+
- Added non-const reference operator[].
- Changed operator= and operator+= to return *this.
-
+
- Added STL like find and rfind routines
- Made the three classes be a similar as possible.
@@ -19,7 +24,7 @@ Sat Jan 10 01:36:08 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- Added constructors from single characters.
- Made substring a const method.
-
+
Fri Jan 9 19:11:39 1998 Nanbor Wang <nw1@cs.wustl.edu>
* tests/Map_Manager_Test.cpp (test_hash_map_manager): Added