summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-14 05:14:18 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-14 05:14:18 +0000
commitd83d9fad635ce0cb9feaec19dcfbcffcb0e60697 (patch)
tree549b4f2a5c70d54179503caa1fe51105e998a3e5
parentcf211f4e2167353820fb64cc00d0b664802d8b86 (diff)
downloadATCD-d83d9fad635ce0cb9feaec19dcfbcffcb0e60697.tar.gz
ChangeLogTag: Mon Oct 14 00:12:48 2002 Krishnakumar B <kitty@cs.wustl.edu>
-rw-r--r--ACEXML/docs/bugs.txt5
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-03a5
3 files changed, 10 insertions, 5 deletions
diff --git a/ACEXML/docs/bugs.txt b/ACEXML/docs/bugs.txt
index ab706be136a..2a989960880 100644
--- a/ACEXML/docs/bugs.txt
+++ b/ACEXML/docs/bugs.txt
@@ -5,11 +5,6 @@
<li>ACEXML currently do not validate an XML files. The validator
hooks have not fully integrated into the parser yet.
- <li>Exception handling is not implemented. Currently, we use a
- reference of ACEXML::Env, similar to CORBA::Environment, to return
- the status of the execution. ACEXML will reuse the ACE CORBA macros
- to support native exceptions on platforms that support them.
-
<li>Need to verify predefined entities are working correctly. Check
out the SAXPrint example.
diff --git a/ChangeLog b/ChangeLog
index 84bba0be890..93207cdb1ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 14 00:12:48 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ACEXML\docs\bugs.txt: Updated to match the current status of
+ ACEXML parser.
+
Sun Oct 13 19:38:35 2002 Krishnakumar B <kitty@cse.wustl.edu>
* ace/Exception_Macros.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 84bba0be890..93207cdb1ad 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Mon Oct 14 00:12:48 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ACEXML\docs\bugs.txt: Updated to match the current status of
+ ACEXML parser.
+
Sun Oct 13 19:38:35 2002 Krishnakumar B <kitty@cse.wustl.edu>
* ace/Exception_Macros.h: