summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-17 22:19:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-17 22:19:35 +0000
commit4f6213ecb2e03408d0730642eb82735214bca18a (patch)
tree20b8aad6f91db8d9a4da6edd11252c0bc2964727
parent4c66062512a2fe8a6c81285bd73e09f8a1c70047 (diff)
downloadATCD-4f6213ecb2e03408d0730642eb82735214bca18a.tar.gz
* ace/CDR_Stream.h:
* ace/CDR_Stream.i: * ace/CDR_Stream.cpp: Added wr_ptr() accessor method to ACE_InputCDR, and added its use to adjust(), align_read_ptr(), read_1(), skip_string() and skip_bytes() instead of end(). Also added reset of good_bit_ to 0 upon failure in read_string() and read_wstring(). Thanks to pphillip@opentext.com for reporting this bug, which was causing excessive memory allocation is some cases.
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLogs/ChangeLog-02a13
-rw-r--r--ChangeLogs/ChangeLog-03a13
3 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc7607e58a..90332eb1cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.h:
+ * ace/CDR_Stream.i:
+ * ace/CDR_Stream.cpp:
+
+ Added wr_ptr() accessor method to ACE_InputCDR, and added its
+ use to adjust(), align_read_ptr(), read_1(), skip_string() and
+ skip_bytes() instead of end(). Also added reset of good_bit_
+ to 0 upon failure in read_string() and read_wstring(). Thanks to
+ pphillip@opentext.com for reporting this bug, which was causing
+ excessive memory allocation is some cases.
+
Fri Aug 17 13:31:45 2001 Chad Elliott <elliott_c@ociweb.com>
* tests/run_test.pl:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index efc7607e58a..90332eb1cc4 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.h:
+ * ace/CDR_Stream.i:
+ * ace/CDR_Stream.cpp:
+
+ Added wr_ptr() accessor method to ACE_InputCDR, and added its
+ use to adjust(), align_read_ptr(), read_1(), skip_string() and
+ skip_bytes() instead of end(). Also added reset of good_bit_
+ to 0 upon failure in read_string() and read_wstring(). Thanks to
+ pphillip@opentext.com for reporting this bug, which was causing
+ excessive memory allocation is some cases.
+
Fri Aug 17 13:31:45 2001 Chad Elliott <elliott_c@ociweb.com>
* tests/run_test.pl:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index efc7607e58a..90332eb1cc4 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,16 @@
+Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.h:
+ * ace/CDR_Stream.i:
+ * ace/CDR_Stream.cpp:
+
+ Added wr_ptr() accessor method to ACE_InputCDR, and added its
+ use to adjust(), align_read_ptr(), read_1(), skip_string() and
+ skip_bytes() instead of end(). Also added reset of good_bit_
+ to 0 upon failure in read_string() and read_wstring(). Thanks to
+ pphillip@opentext.com for reporting this bug, which was causing
+ excessive memory allocation is some cases.
+
Fri Aug 17 13:31:45 2001 Chad Elliott <elliott_c@ociweb.com>
* tests/run_test.pl: