summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a58
1 files changed, 38 insertions, 20 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 18db2ed14c8..9b6f180caf1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,21 @@
+Thu Jul 26 16:50:54 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/Makefile:
+ * ace/Makefile.am:
+ * ace/Makefile.bor:
+ * ace/Intrusive_List.h:
+ * ace/Intrusive_List.inl:
+ * ace/Intrusive_List.cpp:
+ Add new template to implement intrusive lists, i.e. lists that
+ assume their elements implement the next() and prev() methods.
+
+ * ace/Intrusive_List_Node.h:
+ * ace/Intrusive_List_Node.inl:
+ * ace/Intrusive_List_Node.cpp:
+ Helper class to add the requirements of ACE_Intrusive_List to
+ any other class, simply do:
+ class Foo : public ACE_Intrusive_List_Node<Foo>
+
Wed Jul 25 23:49:43 2001 Krishnakumar B <kitty@cs.wustl.edu>
* include/makeinclude/platform_tru64_g++.GNU:
@@ -16,35 +34,35 @@ Wed Jul 25 23:49:00 2001 Craig Rodrigues <crodrigu@bbn.com>
Wed Jul 25 18:53:18 2001 Ossama Othman <ossama@uci.edu>
- * html/index.html:
+ * html/index.html:
- Added CORBA Security Service main page link to the list of
- documentation.
+ Added CORBA Security Service main page link to the list of
+ documentation.
Wed Jul 25 17:41:43 2001 Ossama Othman <ossama@uci.edu>
- * ltcf-c.sh:
- * ltcf-cxx.sh:
- * ltconfig:
+ * ltcf-c.sh:
+ * ltcf-cxx.sh:
+ * ltconfig:
- Removed these libtool related files. New versions of libtool
- (GNU libtool >= 1.4b) no longer use them.
+ Removed these libtool related files. New versions of libtool
+ (GNU libtool >= 1.4b) no longer use them.
- * config.guess:
- * config.sub:
- * ltmain.sh:
+ * config.guess:
+ * config.sub:
+ * ltmain.sh:
- Removed these files. We no longer need to keep custom copies
- lieing around since libtool 1.4b includes all of our local
- changes (i.e. our changes have been folded into the upstream
- libtool sources).
+ Removed these files. We no longer need to keep custom copies
+ lieing around since libtool 1.4b includes all of our local
+ changes (i.e. our changes have been folded into the upstream
+ libtool sources).
- * install-sh:
- * missing:
- * mkinstalldirs:
+ * install-sh:
+ * missing:
+ * mkinstalldirs:
- Removed these files. Automake will automatically add these when
- necessary.
+ Removed these files. Automake will automatically add these when
+ necessary.
Wed Jul 25 16:29:48 2001 Steve Huston <shuston@riverace.com>