summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 01:49:12 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 01:49:12 +0000
commit6691db2408b23cd4d5499f10fe99a850b9d70af4 (patch)
tree1dd53d22c2b365ad861e9e69aac3007792bb2c7b
parent3ec697393ecd299f6323d4730577028f37670836 (diff)
downloadATCD-6691db2408b23cd4d5499f10fe99a850b9d70af4.tar.gz
ChangeLogTag: Tue May 24 20:46:28 2005 Olli Savia <ops@iki.fi>
-rw-r--r--ACEXML/ChangeLog27
-rw-r--r--ChangeLog21
2 files changed, 28 insertions, 20 deletions
diff --git a/ACEXML/ChangeLog b/ACEXML/ChangeLog
index 68da2d7a1ba..fa1e1bb4aa5 100644
--- a/ACEXML/ChangeLog
+++ b/ACEXML/ChangeLog
@@ -8,6 +8,33 @@ Tue May 24 18:39:02 2005 J.T. Conklin <jtc@acorntoolworks.com>
Added XML_Util.h to Header_Files section.
+Tue May 24 09:18:34 2005 Justin Michel <michel_j@ociweb.com>
+
+ * tests/util/test.cpp:
+
+ Fixed for loop scoping problem for non-standard compilers.
+
+Mon May 23 14:52:19 2005 Justin Michel <michel_j@ociweb.com>
+
+ * tests/util/util.mpc:
+
+ Add missing $ Id tag.
+
+Mon May 23 13:02:25 2005 Justin Michel <michel_j@ociweb.com>
+
+ * common/XML_Util.h:
+ * common/XML_Util.cpp:
+
+ Added new ACEXML_escape_string() functions to allow replacement of
+ illegal characters, (', ", &, <, >, etc.) with the escaped versions.
+ (&quot;, &lt;, etc.)
+
+ * tests/util/test.cpp:
+ * tests/util/util.mpc:
+
+ This is a performance test used while making the above functions, and
+ testing performance with ACE_String_Base.
+
Fri Apr 22 21:34:19 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* parser/parser/Parser.cpp (parse_entity_decl):
diff --git a/ChangeLog b/ChangeLog
index a6310dd09fc..f8f4e4d4121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,15 +2,9 @@ Tue May 24 20:46:28 2005 Olli Savia <ops@iki.fi>
* ace/config-irix6.x-common.h:
* ace/config-linux-common.h:
- Changed incorrect define ACE_USES_NEW_TERMIOS to
+ Changed incorrect define ACE_USES_NEW_TERMIOS to
ACE_USES_NEW_TERMIOS_STRUCT.
-Tue May 24 09:18:34 2005 Justin Michel <michel_j@ociweb.com>
-
- * ACEXML/tests/util/test.cpp:
-
- Fixed for loop scoping problem for non-standard compilers.
-
Tue May 24 09:31:42 2005 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/acedefaults.mpb:
@@ -68,19 +62,6 @@ Mon May 23 14:52:19 2005 Justin Michel <michel_j@ociweb.com>
Mon May 23 13:02:25 2005 Justin Michel <michel_j@ociweb.com>
- * ACEXML/common/XML_Util.h:
- * ACEXML/common/XML_Util.cpp:
-
- Added new ACEXML_escape_string() functions to allow replacement of
- illegal characters, (', ", &, <, >, etc.) with the escaped versions.
- (&quot;, &lt;, etc.)
-
- * ACEXML/tests/util/test.cpp:
- * ACEXML/tests/util/util.mpc:
-
- This is a performance test used while making the above functions, and
- testing performance with ACE_String_Base.
-
* ace/String_Base.h:
* ace/String_Base.inl:
* ace/String_Base.cpp: