summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-27 04:34:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-27 04:34:22 +0000
commite8ed11fcf02d5e2217cf6e276674179000796186 (patch)
tree97f588b4605c87590dad2521c5b3527af584dae9
parent34fe66084dd12c2a6435e8e7bb0cbd79f5a35d3b (diff)
downloadATCD-e8ed11fcf02d5e2217cf6e276674179000796186.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog10
-rw-r--r--ChangeLogs/ChangeLog-02a10
-rw-r--r--ChangeLogs/ChangeLog-03a10
3 files changed, 15 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 952d7df009f..0e03eb82e6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,11 @@ Sat Feb 26 19:52:01 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.cpp:
The grow() function was re-allocating the buffer even when there
- was just enough memory, i.e. this was an off-by-one error, in
- the form of a < instead of <= comparison.
- When it finally decided to grow the buffer it was using the
- global heap instead of the allocators in the message block, that
- have to potential of beign more efficient.
+ was just enough memory, i.e. this was an off-by-one error, in
+ the form of a < instead of <= comparison. When it finally
+ decided to grow the buffer it was using the global heap instead
+ of the allocators in the message block, which may be more
+ efficient.
Sat Feb 26 19:47:05 2000 Ossama Othman <ossama@uci.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 952d7df009f..0e03eb82e6c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -2,11 +2,11 @@ Sat Feb 26 19:52:01 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.cpp:
The grow() function was re-allocating the buffer even when there
- was just enough memory, i.e. this was an off-by-one error, in
- the form of a < instead of <= comparison.
- When it finally decided to grow the buffer it was using the
- global heap instead of the allocators in the message block, that
- have to potential of beign more efficient.
+ was just enough memory, i.e. this was an off-by-one error, in
+ the form of a < instead of <= comparison. When it finally
+ decided to grow the buffer it was using the global heap instead
+ of the allocators in the message block, which may be more
+ efficient.
Sat Feb 26 19:47:05 2000 Ossama Othman <ossama@uci.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 952d7df009f..0e03eb82e6c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -2,11 +2,11 @@ Sat Feb 26 19:52:01 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.cpp:
The grow() function was re-allocating the buffer even when there
- was just enough memory, i.e. this was an off-by-one error, in
- the form of a < instead of <= comparison.
- When it finally decided to grow the buffer it was using the
- global heap instead of the allocators in the message block, that
- have to potential of beign more efficient.
+ was just enough memory, i.e. this was an off-by-one error, in
+ the form of a < instead of <= comparison. When it finally
+ decided to grow the buffer it was using the global heap instead
+ of the allocators in the message block, which may be more
+ efficient.
Sat Feb 26 19:47:05 2000 Ossama Othman <ossama@uci.edu>