summaryrefslogtreecommitdiff
path: root/ACEXML/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/ChangeLog')
-rw-r--r--ACEXML/ChangeLog152
1 files changed, 39 insertions, 113 deletions
diff --git a/ACEXML/ChangeLog b/ACEXML/ChangeLog
index 94716b20ace..db0eb62bdc0 100644
--- a/ACEXML/ChangeLog
+++ b/ACEXML/ChangeLog
@@ -1,75 +1,3 @@
-Thu Mar 30 13:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * common/NamespaceSupport.cpp:
- Fixed value might be unitialized warnings
-
-Tue Mar 14 20:58:12 UTC 2006 jiang,shanshan <shanshan.jiang@vanderbilt.edu>
-
- * ACEXML/common/FileCharStream.cpp
- * ACEXML/common/HttpCharStream.cpp
- * ACEXML/common/Transcode.cpp
- * ACEXML/common/XML_Macros.h
- * ACEXML/parser/parser/Parser.cpp
- * ACEXML/parser/parser/Parser.i
- Updated these files to solve the warnings when setting up "VC level 4 warnings"
- on Windows. These warnings include "unreachable code", "assignment within
- conditional expression", "conversion from some type to another type, possible
- loss of data", "local variable may be used without having been initialized" and
- so on.
- Thanks to Lukas Gruetzmacher <gruetzmacher at ais-dresden dot de> for
- motivating the fix to these "VC level 4 warnings".
-
-Fri Feb 10 23:45:14 UTC 2006 Steve Huston <shuston@riverace.com>
-
- * common/NamespaceSupport.cpp: Add missing template instantiations to
- match change below.
-
-Fri Feb 10 12:22:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * common/NamespaceSupport.cpp:
- Fixed compile error in unicode build
-
-Thu Feb 9 22:49:18 UTC 2006 Krishnakumar B <kitty@nospam.invalid.domain>
-
- * common/NamespaceSupport.h:
- * common/NamespaceSupport.cpp: Use a normal ACE_Unbounded_Stack
- instead of yet another custom stack.
-
- * parser/parser/Parser.h:
- * parser/parser/Parser.cpp:
-
- Fixed a mismatched push/pop of the namespace context due to
- popping namespace contexts without matching the end of the
- element that caused a push. This resulted in more pops that
- push and corrupting the memory. Also fixed an indirection into
- a pointer that might have been corrupt when calling
- startNamespacePrefix().
-
-Tue Jan 24 23:09:08 UTC 2006 Krishnakumar B <kitty@nospam.invalid.domain>
-
- * apps/svcconf/Svcconf.cpp:
- * apps/svcconf/Svcconf.h:
-
- Removed the overridden operator new/delete. I don't think that
- they serve any purpose, and end up hiding the default variations.
-
-Mon Jan 23 14:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * common/ZipCharStream.h:
- Updated include of zziplib.h to zzip/zzip.h to get rid of deprecated
- warnings
-
-Wed Jan 4 22:44:38 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * ChangeLog:
-
- Untabify.
- Delete-trailing-whitespace.
-
- Changed "add-log-time-format" to a really ugly lambda expression
- that formats changelog timestamps in UTC and works with both GNU
- Emacs and XEmacs.
-
Thu May 26 07:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* common/XML_Util.h:
@@ -77,13 +5,13 @@ Thu May 26 07:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Tue May 24 18:39:02 2005 J.T. Conklin <jtc@acorntoolworks.com>
- * common/Makefile.am:
+ * common/Makefile.am:
- Regenerate.
+ Regenerate.
- * common/common.mpc:
+ * common/common.mpc:
- Added XML_Util.h to Header_Files section.
+ Added XML_Util.h to Header_Files section.
Tue May 24 09:18:34 2005 Justin Michel <michel_j@ociweb.com>
@@ -114,47 +42,47 @@ Mon May 23 13:02:25 2005 Justin Michel <michel_j@ociweb.com>
Fri Apr 22 21:34:19 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
- * parser/parser/Parser.cpp (parse_entity_decl):
+ * parser/parser/Parser.cpp (parse_entity_decl):
- Fixed "variable may be used uninitialized" warning.
+ Fixed "variable may be used uninitialized" warning.
Fri Apr 22 11:09:59 2005 J.T. Conklin <jtc@acorntoolworks.com>
- * parser/parser/Makefile.am:
- * common/Makefile.am:
+ * parser/parser/Makefile.am:
+ * common/Makefile.am:
- Regenerated.
+ Regenerated.
- * parser/parser/parser.mpc:
- * common/common.mpc:
+ * parser/parser/parser.mpc:
+ * common/common.mpc:
- Add Pkgconfig_Files section.
+ Add Pkgconfig_Files section.
Wed Apr 20 12:20:26 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
- * common/Attributes.h:
- * common/ContentHandler.h:
- * common/DTDHandler.h:
- * common/EntityResolver.h:
- * common/ErrorHandler.h:
- * common/Locator.h:
- * common/XMLReader.h:
+ * common/Attributes.h:
+ * common/ContentHandler.h:
+ * common/DTDHandler.h:
+ * common/EntityResolver.h:
+ * common/ErrorHandler.h:
+ * common/Locator.h:
+ * common/XMLReader.h:
- Added virtual destructors to address g++ 4.0 warnings.
+ Added virtual destructors to address g++ 4.0 warnings.
- * common/Attributes.cpp:
- * common/ContentHandler.cpp:
- * common/DTDHandler.cpp:
- * common/EntityResolver.cpp:
- * common/ErrorHandler.cpp:
- * common/Locator.cpp:
- * common/XMLReader.cpp:
+ * common/Attributes.cpp:
+ * common/ContentHandler.cpp:
+ * common/DTDHandler.cpp:
+ * common/EntityResolver.cpp:
+ * common/ErrorHandler.cpp:
+ * common/Locator.cpp:
+ * common/XMLReader.cpp:
- New files containing destructors.
+ New files containing destructors.
- * common/NamespaceSupport.cpp (getURI):
+ * common/NamespaceSupport.cpp (getURI):
- Fixed "variable may be used uninitialized" warning.
+ Fixed "variable may be used uninitialized" warning.
Mon Apr 18 14:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -166,10 +94,10 @@ Mon Apr 18 14:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Sun Feb 13 23:54:25 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
- From Lothar Werzinger <lothar at xcerla dot com>
- * apps/svcconf/Svcconf_Handler.cpp:
+ From Lothar Werzinger <lothar at xcerla dot com>
+ * apps/svcconf/Svcconf_Handler.cpp:
- Enhanced error messages.
+ Enhanced error messages.
Wed Jan 5 14:08:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -184,12 +112,12 @@ Wed Jan 5 14:08:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Tue Aug 17 19:07:11 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * common/NamespaceSupport.cpp:
+ * common/NamespaceSupport.cpp:
- Changed ACE_NEW_RETURN to use "NS_Node_T" instead of "struct
- NS_Node_T" --- the latter triggers a gcc 3.3 parser bug when
- used with the "new (std::nothrow)" version of ACE_NEW_RETURN.
- Fortunately, the "struct" is unnecessary.
+ Changed ACE_NEW_RETURN to use "NS_Node_T" instead of "struct
+ NS_Node_T" --- the latter triggers a gcc 3.3 parser bug when
+ used with the "new (std::nothrow)" version of ACE_NEW_RETURN.
+ Fortunately, the "struct" is unnecessary.
Sat Feb 21 23:51:25 2004 . <.@isis.vanderbilt.edu>
@@ -969,7 +897,5 @@ Wed Oct 23 17:27:14 2002 Krishnakumar B <kitty@cs.wustl.edu>
references().
Local Variables:
-mode: change-log
-add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
-indent-tabs-mode: nil
+add-log-time-format: current-time-string
End: