summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 10:18:11 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 10:18:11 +0000
commita2df00e7c843fc9e93be7320ebdd9fa77566f0f8 (patch)
treebfebd9d25ab0ca564e3b4bb37597f770a08a74ac /ChangeLog-98b
parent6410a05fa64b88137897b057525d0cb0635b6f05 (diff)
downloadATCD-a2df00e7c843fc9e93be7320ebdd9fa77566f0f8.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 30ecbcf8adc..7eb783dce0a 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,5 +1,9 @@
Thu Jan 07 04:01:08 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+ * ace/Containers_T.cpp (max_size): No need to reallocate if the
+ new size is the same. Thanks to Mike Goldman <whig@by.net> for
+ pointing this out.
+
* ace/Strategies_T.cpp (check_hint_i and cleanup_hint_i):
purge_i() should be called after the entry is closed.