summaryrefslogtreecommitdiff
path: root/STL/ChangeLog
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-01 08:00:34 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-01 08:00:34 +0000
commit437eea6fa08e931864f89be91d14a816f69075c7 (patch)
treeb8c1fd723fdcd61c3855d3a3a21a9cd45a268219 /STL/ChangeLog
parentea0d28240863caf437a18071bfd03e7b146c5ade (diff)
downloadATCD-unlabeled-4.2.2.tar.gz
This commit was manufactured by cvs2svn to create branchunlabeled-4.2.2
'unlabeled-4.2.2'.
Diffstat (limited to 'STL/ChangeLog')
-rw-r--r--STL/ChangeLog23
1 files changed, 0 insertions, 23 deletions
diff --git a/STL/ChangeLog b/STL/ChangeLog
deleted file mode 100644
index 7d127b7a51f..00000000000
--- a/STL/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-Tue Dec 10 20:14:56 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
-
- * bstring.h: Fixed string_char_baggage::copy() so that the pointer
- are incremented correctly.
-
-Fri Dec 6 02:08:35 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
-
- * bool.h: Made the defines for bool, true, and false conditional.
-
-Wed Dec 4 00:17:11 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu>
-
- * vector.h: Modified to remove the default argument to the
- constructor. This avoids the VC++4.0 compiler from failing to
- deal correctly with nested classes.
-
- * bstring.h: Modified access to reserve and default_size to
- correctly use the std namespace.
-
- * This version of STL was obtained from
- http://www.rahul.net/terris/. This is a modified version of the
- implementation that comes with VC++4.0. Please see README
- for details.
-