diff options
author | sbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 23:11:49 +0000 |
---|---|---|
committer | sbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 23:11:49 +0000 |
commit | 818af808e427e2fc95a00a5ad91abd0e41e61752 (patch) | |
tree | 9bc71e89ac1cd18cd658eb33dced035dd2cce46c /ChangeLog-99b | |
parent | 2fde3c48a3e4df5c0a4ac2c1b402cdd1dde9449c (diff) | |
download | ATCD-818af808e427e2fc95a00a5ad91abd0e41e61752.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 798a1dc185f..8d341cf8c62 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,10 @@ +1999-05-04 Seth Widoff <swidoff@cs.cmu.edu> + + * ace/Containers_T.cpp (ACE_Array_Base<T>::max_size): + When resizing the array to be larger, the max_size method was + copying in the contents of the older, smaller array, but not + initializing the new elements. + Tue May 4 17:37:30 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> * examples/Web_Crawler/Options.cpp (parse_args): |