You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/06/17 03:30:03 UTC

svn commit: r191045 [4/8] - in /xerces/c/trunk: samples/src/DOMCount/ samples/src/DOMPrint/ samples/src/MemParse/ samples/src/PParse/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SEnumVal/ samples/src/StdInParse/ src/xercesc/dom/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/MsgLoaders/Win32/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/AIX/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OS2/ src/xercesc/util/Platforms/OS390/ src/xercesc/util/Platforms/OS400/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/QNX/ src/xercesc/util/Platforms/Solaris/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Platforms/Win32/ src/xercesc/util/Transcoders/ICU/ src/xercesc/util/Transcoders/Iconv/ src/xercesc/util/Transcoders/Iconv390/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/Transcoders/Win32/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/sax/InputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/InputSource.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/InputSource.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax/InputSource.hpp Thu Jun 16 18:29:55 2005
@@ -15,79 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.9  2003/11/17 10:52:15  amassari
- * Fixed documentation bug#24746
- *
- * Revision 1.8  2003/05/30 16:11:45  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.7  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.6  2003/05/15 18:27:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/30 18:26:18  tng
- * Since the derived class Wrapper4DOMInputSource has overwritten the set/getEncoding, SystemId, PublicId ... etc., these functions has to be virtual for them to work.
- *
- * Revision 1.2  2002/02/20 18:17:01  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.10  2001/11/21 16:14:32  tng
- * Schema: New method InputSource::get/setIssueFatalErrorIfNotFound to tell the parser whether to issue fatal error or not if cannot find it (the InputSource).  This is required for schema processing as it shouldn't be a fatal error if the schema is not found.
- *
- * Revision 1.9  2000/03/02 19:54:35  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.8  2000/02/24 20:12:55  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.7  2000/02/12 03:42:21  rahulj
- * Fixed DOC++ documentation formatting errors.
- *
- * Revision 1.6  2000/02/12 03:31:55  rahulj
- * Removed duplicate CVS Log entries.
- *
- * Revision 1.5  2000/02/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.4  2000/02/09 02:15:28  abagchi
- * Documented destructor
- *
- * Revision 1.3  2000/02/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/12 00:15:39  roddey
- * Changes to deal with multiply nested, relative pathed, entities and to deal
- * with the new URL class changes.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:46  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:01  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/Locator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/Locator.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/Locator.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax/Locator.hpp Thu Jun 16 18:29:55 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/27 18:33:07  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/03/02 19:54:35  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/24 20:12:55  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/12 03:31:55  rahulj
- * Removed duplicate CVS Log entries.
- *
- * Revision 1.3  2000/02/09 01:55:06  abagchi
- * Removed private function docs
- *
- * Revision 1.2  2000/02/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:46  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:01  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/Parser.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/Parser.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/Parser.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax/Parser.hpp Thu Jun 16 18:29:55 2005
@@ -15,51 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/11 18:29:09  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/05/11 13:26:24  tng
- * Copyright update.
- *
- * Revision 1.7  2001/03/21 21:56:10  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.6  2000/03/02 19:54:35  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/24 20:12:55  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/12 03:31:55  rahulj
- * Removed duplicate CVS Log entries.
- *
- * Revision 1.3  2000/02/09 01:59:12  abagchi
- * Removed private function docs, added parse docs
- *
- * Revision 1.2  2000/02/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:46  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:02  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef PARSER_HPP

Modified: xerces/c/trunk/src/xercesc/sax/SAXException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/SAXException.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/SAXException.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax/SAXException.hpp Thu Jun 16 18:29:55 2005
@@ -15,62 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2005/01/07 15:24:57  amassari
- * Removed warnings
- *
- * Revision 1.7  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.4  2003/05/15 18:27:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/06 13:17:29  tng
- * [Bug 9083] Make SAXNotSupportedException and SAXNotRecognizedException to be exportable
- *
- * Revision 1.2  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.8  2000/09/07 23:55:02  andyh
- * Fix SAXException assignment operator.  Now non-virtual, and
- * SAXParseException invokes base class operator.
- *
- * Revision 1.7  2000/08/09 22:06:04  jpolast
- * more functionality to SAXException and its children.
- * msgs are now functional for SAXNotSupportedEx and
- * SAXNotRecognizedEx
- *
- * Revision 1.6  2000/08/02 18:04:02  jpolast
- * include SAXNotSupportedException and
- * SAXNotRecognizedException needed for sax2
- *
- * Revision 1.5  2000/02/24 20:12:55  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/09 19:15:17  abagchi
- * Inserted documentation for new APIs
- *
- * Revision 1.3  2000/02/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/18 00:21:23  roddey
- * Fixed a small reported memory leak
- *
- * Revision 1.1.1.1  1999/11/09 01:07:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:02  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax/SAXParseException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax/SAXParseException.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax/SAXParseException.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax/SAXParseException.hpp Thu Jun 16 18:29:55 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.5  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.4  2003/05/15 18:27:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:56:26  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/27 18:33:07  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/02/24 20:12:55  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.3  2000/02/09 19:24:49  abagchi
- * Inserted documentation for constructors and destructors
- *
- * Revision 1.2  2000/02/06 07:47:58  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:02  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/Attributes.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/Attributes.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/Attributes.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/Attributes.hpp Thu Jun 16 18:29:55 2005
@@ -15,53 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/26 01:06:31  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.5  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/03/07 18:10:30  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:26:25  tng
- * Copyright update.
- *
- * Revision 1.4  2001/02/26 19:44:19  tng
- * Schema: add utility class QName, by Pei Yong Zhang.
- *
- * Revision 1.3  2000/08/09 22:19:28  jpolast
- * many conformance & stability changes:
- *   - ContentHandler::resetDocument() removed
- *   - attrs param of ContentHandler::startDocument() made const
- *   - SAXExceptions thrown now have msgs
- *   - removed duplicate function signatures that had 'const'
- *       [ eg: getContentHander() ]
- *   - changed getFeature and getProperty to apply to const objs
- *   - setProperty now takes a void* instead of const void*
- *   - SAX2XMLReaderImpl does not inherit from SAXParser anymore
- *   - Reuse Validator (http://apache.org/xml/features/reuse-validator) implemented
- *   - Features & Properties now read-only during parse
- *
- * Revision 1.2  2000/08/07 18:21:26  jpolast
- * change SAX_EXPORT module to SAX2_EXPORT
- *
- * Revision 1.1  2000/08/02 18:02:34  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 #ifndef ATTRIBUTES_HPP

Modified: xerces/c/trunk/src/xercesc/sax2/ContentHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/ContentHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/ContentHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/ContentHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:10:30  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/12/14 18:50:05  tng
- * Fix API document generation warning: "Warning: end of member group without matching begin"
- *
- * Revision 1.3  2000/08/09 22:19:29  jpolast
- * many conformance & stability changes:
- *   - ContentHandler::resetDocument() removed
- *   - attrs param of ContentHandler::startDocument() made const
- *   - SAXExceptions thrown now have msgs
- *   - removed duplicate function signatures that had 'const'
- *       [ eg: getContentHander() ]
- *   - changed getFeature and getProperty to apply to const objs
- *   - setProperty now takes a void* instead of const void*
- *   - SAX2XMLReaderImpl does not inherit from SAXParser anymore
- *   - Reuse Validator (http://apache.org/xml/features/reuse-validator) implemented
- *   - Features & Properties now read-only during parse
- *
- * Revision 1.2  2000/08/07 18:21:27  jpolast
- * change SAX_EXPORT module to SAX2_EXPORT
- *
- * Revision 1.1  2000/08/02 18:02:34  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/DeclHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/DeclHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/DeclHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/DeclHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:10:30  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.1  2002/01/28 17:08:33  knoaman
- * SAX2-ext's DeclHandler support.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/DefaultHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:46:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/12/02 14:33:13  amassari
- * Don't use the word "exception" as a variable name, as VC 7.1 complains about it
- *
- * Revision 1.5  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/08/20 16:53:56  tng
- * [Bug 6251] Info during compilation.
- *
- * Revision 1.3  2002/06/06 20:38:45  tng
- * Document Fix: document that the returned object from resolveEntity is owned by the parser
- *
- * Revision 1.2  2002/02/20 18:17:02  tng
- * [Bug 5977] Warnings on generating apiDocs.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.6  2002/01/28 17:08:33  knoaman
- * SAX2-ext's DeclHandler support.
- *
- * Revision 1.5  2001/11/13 13:24:05  tng
- * Fix documentation for DefaultHandler.
- *
- * Revision 1.4  2000/12/22 15:17:01  tng
- * SAX2-ext's LexicalHandler support added by David Bertoni.
- *
- * Revision 1.3  2000/08/14 18:56:14  aruna1
- * Virtual parameter inconsistency fixed
- *
- * Revision 1.2  2000/08/07 18:21:27  jpolast
- * change SAX_EXPORT module to SAX2_EXPORT
- *
- * Revision 1.1  2000/08/02 18:02:34  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/LexicalHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/LexicalHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/LexicalHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/LexicalHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,23 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:10:30  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/12/22 15:17:04  tng
- * SAX2-ext's LexicalHandler support added by David Bertoni.
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/sax2/SAX2XMLFilter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/SAX2XMLFilter.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/SAX2XMLFilter.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/SAX2XMLFilter.hpp Thu Jun 16 18:29:55 2005
@@ -15,10 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.1  2004/12/24 19:21:46  amassari
- * Add support for SAX2 filters (jira# 1133)
- *
+ * $Id$
  */
 
 #ifndef SAX2XMLFilter_HPP

Modified: xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/SAX2XMLReader.hpp Thu Jun 16 18:29:55 2005
@@ -15,125 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2005/03/09 16:07:11  amassari
- * Protected getSrcOffset to avoid crashing when parsing has finished; updated documentation
- *
- * Revision 1.14  2005/01/06 21:39:44  amassari
- * Removed warnings
- *
- * Revision 1.13  2004/12/10 10:52:16  cargilld
- * Make setInputBufferSize virtual.  Fix from Christian Will.
- *
- * Revision 1.12  2004/09/30 14:07:43  peiyongz
- * setInputBufferSize
- *
- * Revision 1.11  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/03/07 18:10:30  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.9  2003/01/09 19:07:27  tng
- * [Bug 15802] Add "const" qualifier to getURIText.
- *
- * Revision 1.8  2002/12/23 15:23:18  knoaman
- * Added a public api to various parsers to return the src offset within the input
- * source.
- *
- * Revision 1.7  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.6  2002/07/11 18:29:09  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.5  2002/07/04 15:35:44  tng
- * API Documentation typo fix.
- *
- * Revision 1.4  2002/06/27 18:46:53  tng
- * API Documentation Update.
- *
- * Revision 1.3  2002/06/17 15:39:49  tng
- * To be consistent, SAX2 is updated with:
- * 1. the progressive parse methods should use the fReuseGrammar flag set from setFeature instead of using parameter
- * 2. add feature "http://apache.org/xml/features/continue-after-fatal-error", and users should use setFeature instead of setExitOnFirstFatalError
- * 3. add feature "http://apache.org/xml/features/validation-error-as-fatal", and users should use setFeature instead of setValidationConstraintFatal
- *
- * Revision 1.2  2002/05/30 16:22:53  tng
- * Add feature to optionally ignore external DTD.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.18  2002/01/28 18:45:40  knoaman
- * Update documentation for SAX2 feature 'namespace-prefixes'.
- *
- * Revision 1.17  2002/01/28 17:08:33  knoaman
- * SAX2-ext's DeclHandler support.
- *
- * Revision 1.16  2002/01/18 16:31:26  tng
- * Break program.xml which takes too long to load, into program-sax.xml, program-sax2.xml, program-dom.xml, program-idom.xml.
- *
- * Revision 1.15  2002/01/02 15:36:54  tng
- * Some documentation update.
- *
- * Revision 1.14  2001/11/20 18:51:44  tng
- * Schema: schemaLocation and noNamespaceSchemaLocation to be specified outside the instance document.  New methods setExternalSchemaLocation and setExternalNoNamespaceSchemaLocation are added (for SAX2, two new properties are added).
- *
- * Revision 1.13  2001/11/14 14:15:59  tng
- * Update SAX2 feature documentation.
- *
- * Revision 1.12  2001/09/12 13:03:43  tng
- * [Bug 3155] SAX2 does not offer progressive parse.
- *
- * Revision 1.11  2001/08/01 19:11:02  tng
- * Add full schema constraint checking flag to the samples and the parser.
- *
- * Revision 1.10  2001/06/27 17:40:16  knoaman
- * Fix for bug #2353.
- *
- * Revision 1.9  2001/06/19 16:44:31  tng
- * Add installAdvDocHandler to SAX2XMLReader as the code is there already.
- *
- * Revision 1.8  2001/06/04 21:03:07  jberry
- * Add pure virtual getErrorCount to SAX2XMLReader interface.
- *
- * Revision 1.7  2001/05/11 13:26:25  tng
- * Copyright update.
- *
- * Revision 1.6  2001/02/15 15:56:31  tng
- * Schema: Add setSchemaValidation and getSchemaValidation for DOMParser and SAXParser.
- * Add feature "http://apache.org/xml/features/validation/schema" for SAX2XMLReader.
- * New data field  fSchemaValidation in XMLScanner as the flag.
- *
- * Revision 1.5  2001/01/12 21:22:00  tng
- * Documentation Enhancement: Add list of SAX2 feature strings that are supported.
- *
- * Revision 1.4  2000/12/22 15:17:04  tng
- * SAX2-ext's LexicalHandler support added by David Bertoni.
- *
- * Revision 1.3  2000/08/09 22:19:29  jpolast
- * many conformance & stability changes:
- *   - ContentHandler::resetDocument() removed
- *   - attrs param of ContentHandler::startDocument() made const
- *   - SAXExceptions thrown now have msgs
- *   - removed duplicate function signatures that had 'const'
- *       [ eg: getContentHander() ]
- *   - changed getFeature and getProperty to apply to const objs
- *   - setProperty now takes a void* instead of const void*
- *   - SAX2XMLReaderImpl does not inherit from SAXParser anymore
- *   - Reuse Validator (http://apache.org/xml/features/reuse-validator) implemented
- *   - Features & Properties now read-only during parse
- *
- * Revision 1.2  2000/08/07 18:21:27  jpolast
- * change SAX_EXPORT module to SAX2_EXPORT
- *
- * Revision 1.1  2000/08/02 18:02:35  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 #ifndef SAX2XMLReader_HPP

Modified: xerces/c/trunk/src/xercesc/sax2/XMLReaderFactory.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/sax2/XMLReaderFactory.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/sax2/XMLReaderFactory.hpp (original)
+++ xerces/c/trunk/src/xercesc/sax2/XMLReaderFactory.hpp Thu Jun 16 18:29:55 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:46:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/06/20 18:56:45  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.4  2003/05/15 18:27:11  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 14:55:45  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/07 17:45:52  knoaman
- * SAX2 documentation update.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/08/30 22:21:37  andyh
- * Unix Build script fixes.  Clean up some UNIX compiler warnings.
- *
- * Revision 1.2  2000/08/07 18:21:27  jpolast
- * change SAX_EXPORT module to SAX2_EXPORT
- *
- * Revision 1.1  2000/08/02 18:02:35  jpolast
- * initial checkin of sax2 implementation
- * submitted by Simon Fell (simon@fell.com)
- * and Joe Polastre (jpolast@apache.org)
- *
- *
+ * $Id$
  */
 
 #ifndef XMLREADERFACTORY_HPP

Modified: xerces/c/trunk/src/xercesc/util/AutoSense.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/AutoSense.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/AutoSense.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/AutoSense.hpp Thu Jun 16 18:29:55 2005
@@ -15,146 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2005/01/13 12:36:01  amassari
- * Support for UnixWare 7.1.1 (jira# 1148)
- *
- * Revision 1.17  2004/12/16 03:21:39  cargilld
- * Fix 390 build.
- *
- * Revision 1.16  2004/11/18 16:20:04  cargilld
- * Changes for linker problems with linux build using xlc.
- *
- * Revision 1.15  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/02/17 15:56:50  neilg
- * fix for bug 25035; much thanks to Abe Backus
- *
- * Revision 1.13  2004/02/04 13:26:44  amassari
- * Added support for the Interix platform (Windows Services for Unix 3.5)
- *
- * Revision 1.12  2003/05/21 21:08:04  knoaman
- * gcc 2.95.x is generating an internal error for some template definitions, so
- * we use the default memory manger in such cases.
- *
- * Revision 1.11  2003/05/12 09:44:19  gareth
- * Port to NetBSD. Patch by Hiramatsu Yoshifumi.
- *
- * Revision 1.10  2003/03/27 16:16:43  tng
- * use __IBMCPP__ instead of __xlC__ to determine xlC compiler
- *
- * Revision 1.9  2003/03/13 22:11:46  tng
- * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
- *
- * Revision 1.8  2002/12/02 20:40:49  tng
- * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
- *
- * Revision 1.7  2002/10/29 18:58:33  tng
- * Support for Linux/390
- *
- * Revision 1.6  2002/08/23 20:56:00  tng
- * [Bug 11981] inproper "AND" operator in AutoSense.hpp.
- *
- * Revision 1.5  2002/08/19 18:35:56  tng
- * [Bug 6467] Installing Xerces C++ on cygwin environment.
- *
- * Revision 1.4  2002/07/12 16:48:49  jberry
- * Remove reliance on XML_MACOSX. XML_MACOS is used solely. Where qualification
- * by compiler is required, look for the compiler explicitly such as with
- * XML_METROWERKS or __APPLE__ (for the Apple GCC compiler).
- *
- * Add a few tweaks for compatibility with GCC3.1.
- *
- * This change may address Bug 10649.
- *
- * Revision 1.3  2002/03/04 20:31:14  tng
- * [Bug 2868] AIX 4.3.3 mutex/atomic-operation changes for build.
- *
- * Revision 1.2  2002/02/27 22:38:34  peiyongz
- * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.21  2001/11/29 18:25:18  tng
- * FreeBSD support by Michael Huedepohl.
- *
- * Revision 1.20  2001/05/11 13:26:26  tng
- * Copyright update.
- *
- * Revision 1.19  2001/03/23 19:01:25  tng
- * [Bug 1018]  AutoSense looks for "IRIX" when it should look for "sgi" or "__sgi".  By Jeff Harrell.
- *
- * Revision 1.18  2001/02/09 14:40:01  tng
- * Update support for SCO UnixWare 7 (gcc).  Tested under UnixWare 7.1.1 with gcc version 2.95.2 19991024 (release) with gmake 3.79.1.  Updated by Martin Kalen.
- *
- * Revision 1.17  2001/01/26 21:59:25  tng
- * Change bug-todo list to xml format.  Other documentation fixes.
- *
- * Revision 1.16  2000/10/09 18:15:43  jberry
- * Modify sensing of Mac OS X.
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- *
- * Revision 1.15  2000/09/21 00:54:18  aruna1
- * OS2 related changes given by Bill Schindler
- *
- * Revision 1.14  2000/08/01 18:26:02  aruna1
- * Tru64 support added
- *
- * Revision 1.13  2000/07/18 18:25:58  andyh
- * Mac OS update.
- * Contributed by James Berry <jb...@criticalpath.com>
- *
- * Revision 1.12  2000/04/04 20:11:29  abagchi
- * Added PTX support
- *
- * Revision 1.11  2000/03/02 19:54:37  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.10  2000/03/02 01:51:00  aruna1
- * Sun CC 5.0 related changes
- *
- * Revision 1.9  2000/02/24 20:05:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.8  2000/02/22 01:00:10  aruna1
- * GNUGDefs references removed. Now only GCCDefs is used instead
- *
- * Revision 1.7  2000/02/06 07:48:00  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.6  2000/02/01 23:43:22  abagchi
- * AS/400 related change
- *
- * Revision 1.5  2000/01/21 22:12:29  abagchi
- * OS390 Change: changed OE390 to OS390
- *
- * Revision 1.4  1999/12/18 00:47:01  rahulj
- * Merged in some changes for OS390.
- *
- * Revision 1.3  1999/12/17 01:28:53  rahulj
- * Merged in changes submitted for UnixWare 7 port. Platform
- * specific files are still missing.
- *
- * Revision 1.2  1999/12/01 17:16:16  rahulj
- * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel
- *
- * Revision 1.1.1.1  1999/11/09 01:03:55  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:03  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef AUTOSENSE_HPP

Modified: xerces/c/trunk/src/xercesc/util/BinFileInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BinFileInputStream.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BinFileInputStream.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/BinFileInputStream.hpp Thu Jun 16 18:29:55 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2005/04/27 18:21:51  cargilld
- * Fix for problem on Solaris where open may return 0 as a valid FileHandle.  Check for -1 instead.
- *
- * Revision 1.7  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.4  2003/06/03 18:12:29  knoaman
- * Add default value for memory manager argument.
- *
- * Revision 1.3  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/02/24 20:05:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:00  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:03  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(BINFILEINPUTSTREAM_HPP)

Modified: xerces/c/trunk/src/xercesc/util/BinInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BinInputStream.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BinInputStream.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/BinInputStream.hpp Thu Jun 16 18:29:55 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:38  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:23  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:03  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(BININPUTSTREAM_HPP)

Modified: xerces/c/trunk/src/xercesc/util/BitOps.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BitOps.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BitOps.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/BitOps.hpp Thu Jun 16 18:29:55 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.7  2000/09/06 00:24:15  andyh
- * Clean up misc compiler warnings
- *
- * Revision 1.6  2000/03/02 19:54:38  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.4  2000/02/17 22:49:17  aruna1
- * Added comment on mask
- *
- * Revision 1.3  2000/02/17 22:32:45  aruna1
- * Masking changes made due to swap of 16bit to 32 bit
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:08  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(BITOPS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/BitSet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/BitSet.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/BitSet.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/BitSet.hpp Thu Jun 16 18:29:55 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:38  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:11  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(BITSET_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/CSetDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,67 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.6  2002/11/05 21:43:55  tng
- * Turn on C++ Namespace support only if using AIX xlC version 4 or higher.
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/03/02 20:52:54  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.10  2001/02/05 20:01:39  tng
- * define NO_NATIVE_BOOL macro only if not pre-defined/reserved
- *
- * Revision 1.9  2000/10/17 00:52:00  andyh
- * Change XMLCh back to unsigned short on all platforms.
- *
- * Revision 1.8  2000/03/09 18:54:44  abagchi
- * Added header-guards to include inlines only once
- *
- * Revision 1.7  2000/03/02 19:55:07  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.6  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/14 02:28:16  aruna1
- * Added L"string" support for cset compiler
- *
- * Revision 1.4  2000/01/12 19:11:49  aruna1
- * XMLCh now defined to wchar_t
- *
- * Revision 1.3  1999/11/12 20:36:51  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:31  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:22  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(CSETDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,79 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/03/15 17:06:06  amassari
- * - Added support for MinGW (bug#23176)
- *
- * Revision 1.7  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.6  2002/11/18 20:38:11  tng
- * [Bug 14612] GCCDefs clashes with cygwin's string.h for stricmp and strnicmp.
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/07/06 17:11:58  tng
- * Automatic build of single-threaded library.  By Martin Kalen.
- *
- * Revision 1.13  2001/03/02 20:52:58  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.12  2001/02/08 14:15:33  tng
- * enable COMPAQ Tru64 UNIX machines to build xerces-c with gcc (tested using COMPAQ gcc version2.95.2 19991024 (release) and Tru64 V5.0 1094).  Added by Martin Kalen.
- *
- * Revision 1.11  2000/10/17 00:52:00  andyh
- * Change XMLCh back to unsigned short on all platforms.
- *
- * Revision 1.10  2000/03/09 01:22:29  abagchi
- * Added header guards to include inlines only once
- *
- * Revision 1.9  2000/03/02 19:55:08  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.8  2000/02/22 01:00:48  aruna1
- * GNUGDefs references removed. Now only GCCDefs is used instead
- *
- * Revision 1.7  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.6  2000/01/14 02:08:29  abagchi
- * Sorry GCC does not support long strings
- *
- * Revision 1.5  2000/01/14 01:55:09  abagchi
- * Added XML_LSTRSUPPORT
- *
- * Revision 1.4  2000/01/13 01:39:11  abagchi
- * Changed unsigned short to wchar_t for XMLCh
- *
- * Revision 1.3  1999/11/12 20:36:54  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:23  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(GCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/HPCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/HPCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/HPCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/HPCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,68 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/03/02 20:52:59  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.10  2000/03/29 00:41:07  aruna1
- * Modified bool warnings for HP CC
- *
- * Revision 1.9  2000/03/02 19:55:08  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.8  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.7  2000/01/18 22:37:20  aruna1
- * Modified XMLCh to unsigned short
- *
- * Revision 1.6  2000/01/18 21:32:21  aruna1
- * XMLCh assigned to wchar_t
- *
- * Revision 1.5  1999/12/14 23:53:25  rahulj
- * Removed the offending Ctrl-M's from the commit message
- * logs which was giving packaging problems.
- *
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- *
- * Revision 1.4  1999/11/23 02:00:12  rahulj
- * Code now works under HPUX 11. Tested inmemory message loader.
- * Revamped makefiles. Builds with both DCE threads as well as pthread libraries.
- *
- * Revision 1.3  1999/11/12 20:36:57  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:34  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:23  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(HPCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/IBMVAW32Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/IBMVAW32Defs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/IBMVAW32Defs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/IBMVAW32Defs.hpp Thu Jun 16 18:29:55 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/02 19:55:08  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.4  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  1999/11/12 20:36:59  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:36  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:24  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(IBMVAW32DEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/03/02 20:53:01  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.4  2000/03/02 19:55:08  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/14 23:53:25  rahulj
- * Removed the offending Ctrl-M's from the commit message
- * logs which was giving packaging problems.
- *
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- *
- * Revision 1.1  1999/12/01 17:16:17  rahulj
- * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel
- *
+ * $Id$
  */
 
 #if !defined(MIPSPRODEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,76 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/01/30 19:09:50  tng
- * [Bug 3041] wrong PLATFORM_IMPORT in MVSCPPDefs.hpp
- *
- * Revision 1.7  2003/01/20 19:28:52  tng
- * 390: turn on C++ namespace.  Patch from Stephen Dulin.
- *
- * Revision 1.6  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/08/08 16:40:16  tng
- * 390 Changes from Stephen Dulin.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/03/02 20:53:03  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.7  2000/10/17 00:52:00  andyh
- * Change XMLCh back to unsigned short on all platforms.
- *
- * Revision 1.6  2000/03/09 18:54:44  abagchi
- * Added header-guards to include inlines only once
- *
- * Revision 1.5  2000/03/02 19:55:08  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.4  2000/02/16 22:51:04  abagchi
- * defined PLATFORM_EXPORT to _Export
- *
- * Revision 1.3  2000/02/08 02:32:59  abagchi
- * Changed characters from ASCII to Hex
- *
- * Revision 1.2  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/21 22:15:55  abagchi
- * Initial check-in for OS390: added MVSCPPDefs.hpp and MVSCPPDefs.cpp
- *
- * Revision 1.5  2000/01/14 02:28:16  aruna1
- * Added L"string" support for cset compiler
- *
- * Revision 1.4  2000/01/12 19:11:49  aruna1
- * XMLCh now defined to wchar_t
- *
- * Revision 1.3  1999/11/12 20:36:51  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:31  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:22  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(MVSCPPDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,32 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/03/02 20:53:05  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.2  2000/04/04 21:07:39  abagchi
- * Fixed copyrights with initial checkin
- *
+ * $Id$
  */
 
 #if !defined(PTXCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/03/13 22:11:39  tng
- * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
- *
+ * $Id$
  */
 
 #if !defined(QCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,41 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/01/13 12:36:02  amassari
- * Support for UnixWare 7.1.1 (jira# 1148)
- *
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:09  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:18  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  1999/12/17 22:24:03  rahulj
- * Added missing UnixWare files to the repository.
- *
- * Created by Ron Record (rr@sco.com) and based on SunCCDefs.hpp
- * 14-Nov-1999
+ * $Id$
  */
 
 #if !defined(SCOCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/SunCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/SunCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/SunCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/SunCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,72 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.12  2001/03/02 20:53:07  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.11  2000/10/17 00:52:00  andyh
- * Change XMLCh back to unsigned short on all platforms.
- *
- * Revision 1.10  2000/10/13 23:38:37  andyh
- * Solaris:  change detection for native support for type bool to defined(_BOOL)
- * Contributed by Edward Bortner.
- *
- * Revision 1.9  2000/03/09 18:54:44  abagchi
- * Added header-guards to include inlines only once
- *
- * Revision 1.8  2000/03/02 19:55:09  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.7  2000/03/02 01:50:30  aruna1
- * Sun CC 5.0 related changes
- *
- * Revision 1.6  2000/02/06 07:48:18  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/14 02:52:14  aruna1
- * XMLCh now mapped to wchar_t
- *
- * Revision 1.4  1999/11/17 21:49:42  abagchi
- * Added the definitions of XMLUInt16 and XMLUInt32
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- *
- * Revision 1.3  1999/11/12 20:37:00  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:39  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(SUNCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/SunKaiDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/SunKaiDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/SunKaiDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/SunKaiDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/02 19:55:09  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.4  2000/02/06 07:48:18  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  1999/11/12 20:37:01  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:40  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(SUNKAIDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/TandemCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/TandemCCDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/TandemCCDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/TandemCCDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.3  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.2  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/03/09 18:54:45  abagchi
- * Added header-guards to include inlines only once
- *
- * Revision 1.5  2000/03/02 19:55:09  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.4  2000/02/06 07:48:18  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  1999/11/12 20:37:03  rahulj
- * Changed library name to xerces-c.lib.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:40  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(TANDEMCCDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Compilers/VCPPDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/VCPPDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/VCPPDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/VCPPDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,92 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2005/01/26 14:48:14  amassari
- * If the option /Zc:wchar_t is specified, map XMLCh to wchar_t, or trying to use wide-char Windows API will generate compiler errors (jira# 413)
- *
- * Revision 1.11  2004/11/15 13:30:40  amassari
- * Add build target for VC7.1 to create a static library
- *
- * Revision 1.10  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/05/29 13:52:36  gareth
- * fixed typo for version number
- *
- * Revision 1.8  2003/05/29 11:18:37  gareth
- * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not.
- *
- * Revision 1.7  2002/11/04 14:45:20  tng
- * C++ Namespace Support.
- *
- * Revision 1.6  2002/06/25 16:05:24  tng
- * DOM L3: move the operator delete to DOMDocumentImpl.hpp
- *
- * Revision 1.5  2002/05/28 12:57:17  tng
- * Fix typo.
- *
- * Revision 1.4  2002/05/27 18:02:40  tng
- * define XMLSize_t, XMLSSize_t and their associate MAX
- *
- * Revision 1.3  2002/05/21 19:45:53  tng
- * Define DOMSize_t and XMLSize_t
- *
- * Revision 1.2  2002/04/17 20:30:01  tng
- * [Bug 7583] Build warnings with MS Visual Studio .NET.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/06/04 20:11:54  tng
- * IDOM: Complete IDNodeIterator, IDTreeWalker, IDNodeFilter.
- *
- * Revision 1.12  2001/06/04 13:45:06  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.11  2001/05/29 18:50:24  tng
- * IDOM: call allocate directly for array allocation to avoid overloading operator new[] which leads to compilation error on SUN CC 4.2
- *
- * Revision 1.10  2001/05/28 20:59:21  tng
- * IDOM: move operator new[] to VCPPDefs as only Windows VCPP requires its presense
- *
- * Revision 1.9  2001/05/23 20:35:03  tng
- * IDOM: Move operator delete to VCPPDefs.hpp as only VCPP needs a matching delete operator.
- *
- * Revision 1.8  2001/03/02 20:53:08  knoaman
- * Schema: Regular expression - misc. updates for error messages,
- * and additions of new functions to XMLString class.
- *
- * Revision 1.7  2000/06/16 21:13:23  rahulj
- * Add 'D' suffix to the library name for the 'DEBUG' build
- * configuration.
- *
- * Revision 1.6  2000/03/02 19:55:09  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.5  2000/02/06 07:48:18  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.4  2000/01/14 01:19:22  roddey
- * Added a define of XML_LSTRSUPPORT to indicate supoprt of L"" type
- * prefixes on this compiler.
- *
- * Revision 1.3  2000/01/14 00:51:30  roddey
- * Added the requested XMLStrL() macro to support some portable
- * optimization of DOM code. This still needs to be added to the other
- * per-compiler files.
- *
- * Revision 1.2  1999/11/10 21:26:14  abagchi
- * Changed the DLL name
- *
- * Revision 1.1.1.1  1999/11/09 01:07:41  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:25  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(VCPPDEFS_HPP)

Modified: xerces/c/trunk/src/xercesc/util/CountedPointer.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/CountedPointer.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/CountedPointer.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/CountedPointer.hpp Thu Jun 16 18:29:55 2005
@@ -15,36 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:39  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:13  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/12/24 17:12:21  cargilld
- * Memory management update.
- *
- * Revision 1.2  2003/03/10 16:05:11  peiyongz
- * assignment operator
- *
- * Revision 1.1  2003/03/09 17:06:16  peiyongz
- * PanicHandler
- *
  * $Id$
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/FlagJanitor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/FlagJanitor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/FlagJanitor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/FlagJanitor.hpp Thu Jun 16 18:29:55 2005
@@ -15,36 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:39  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:17  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:06  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/HashCMStateSet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/HashCMStateSet.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/HashCMStateSet.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/HashCMStateSet.hpp Thu Jun 16 18:29:55 2005
@@ -16,28 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.1  2001/08/16 21:54:01  peiyongz
- * new class creation
- *
  */
 
 #if !defined(HASH_CMSTATESET_HPP)

Modified: xerces/c/trunk/src/xercesc/util/Janitor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Janitor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Janitor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Janitor.hpp Thu Jun 16 18:29:55 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/04/26 17:58:12  cargilld
- * Fix for xercesc-1413: invalid operator equal template signature
- *
- * Revision 1.6  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.7  2000/10/13 22:45:12  andyh
- * Complete removal of ArrayJanitory::operator->().  Was just commented out earlier.
- *
- * Revision 1.6  2000/10/10 23:52:11  andyh
- * From Janitor, remove the addition that is having compile problems in MSVC.
- *
- * Revision 1.5  2000/10/09 18:32:31  jberry
- * Add some auto_ptr functionality to allow modification of monitored
- * pointer value. This eases use of Janitor in some situations.
- *
- * Revision 1.4  2000/03/02 19:54:40  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:27  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:08  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/KVStringPair.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/KVStringPair.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/KVStringPair.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/KVStringPair.hpp Thu Jun 16 18:29:55 2005
@@ -15,86 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2005/02/21 18:19:45  cargilld
- * Performance fixes from Christian Will.
- *
- * Revision 1.9  2004/10/28 20:14:41  peiyongz
- * Data member reshuffle
- *
- * Revision 1.8  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.6  2003/09/25 22:23:25  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.5  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/05/11 13:26:27  tng
- * Copyright update.
- *
- * Revision 1.5  2001/01/15 21:26:34  tng
- * Performance Patches by David Bertoni.
- *
- * Details: (see xerces-c-dev mailing Jan 14)
- * XMLRecognizer.cpp: the internal encoding string XMLUni::fgXMLChEncodingString
- * was going through this function numerous times.  As a result, the top hot-spot
- * for the parse was _wcsicmp().  The real problem is that the Microsofts wide string
- * functions are unbelievably slow.  For things like encodings, it might be
- * better to use a special comparison function that only considers a-z and
- * A-Z as characters with case.  This works since the character set for
- * encodings is limit to printable ASCII characters.
- *
- *  XMLScanner2.cpp: This also has some case-sensitive vs. insensitive compares.
- * They are also much faster.  The other tweak is to only make a copy of an attribute
- * string if it needs to be split.  And then, the strategy is to try to use a
- * stack-based buffer, rather than a dynamically-allocated one.
- *
- * SAX2XMLReaderImpl.cpp: Again, more case-sensitive vs. insensitive comparisons.
- *
- * KVStringPair.cpp & hpp: By storing the size of the allocation, the storage can
- * likely be re-used many times, cutting down on dynamic memory allocations.
- *
- * XMLString.hpp: a more efficient implementation of stringLen().
- *
- * DTDValidator.cpp: another case of using a stack-based buffer when possible
- *
- * These patches made a big difference in parse time in some of our test
- * files, especially the ones are very attribute-heavy.
- *
- * Revision 1.4  2000/03/02 19:54:40  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:37  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:08  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(KVSTRINGPAIR_HPP)

Modified: xerces/c/trunk/src/xercesc/util/KeyValuePair.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/KeyValuePair.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/KeyValuePair.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/KeyValuePair.hpp Thu Jun 16 18:29:55 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:41  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:31  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:09  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(KEYVALUEPAIR_HPP)

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp Thu Jun 16 18:29:55 2005
@@ -15,58 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:33  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.7  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.6  2003/05/15 18:29:48  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:15:44  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2002/11/04 15:10:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/10/10 21:07:55  peiyongz
- * load resource files using environement vars and base name
- *
- * Revision 1.2  2002/09/30 22:20:40  peiyongz
- * Build with ICU MsgLoader
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.5  2002/01/21 14:52:25  tng
- * [Bug 5847] ICUMsgLoader can't be compiled with gcc 3.0.3 and ICU2.  And also fix the memory leak introduced by Bug 2730 fix.
- *
- * Revision 1.4  2001/11/01 23:39:18  jasons
- * 2001-11-01  Jason E. Stewart  <ja...@openinformatics.com>
- *
- * 	* src/util/MsgLoaders/ICU/ICUMsgLoader.hpp (Repository):
- * 	* src/util/MsgLoaders/ICU/ICUMsgLoader.cpp (Repository):
- * 	Updated to compile with ICU-1.8.1
- *
- * Revision 1.3  2000/03/02 19:55:14  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:21  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:24  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:45:26  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp Thu Jun 16 18:29:55 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:33  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.4  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.3  2003/03/07 18:15:44  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:10:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/28 19:43:21  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.3  2000/03/02 19:55:15  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:22  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:20  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:27  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.hpp Thu Jun 16 18:29:55 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:34  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.6  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.5  2003/03/07 18:15:44  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2002/11/05 16:54:46  peiyongz
- * Using XERCESC_NLS_HOME
- *
- * Revision 1.3  2002/11/04 15:10:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/23 21:03:06  peiyongz
- * Build MsgCatalog on Solaris
- *
- * Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:16  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:22  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:17  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:28  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(ICONVMSGLOADER_HPP)

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/Win32/Win32MsgLoader.hpp Thu Jun 16 18:29:55 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:34  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.4  2003/12/17 00:18:37  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.3  2003/03/07 18:15:44  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:10:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:22  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/28 19:43:23  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.3  2000/03/02 19:55:19  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:24  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:15  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:28  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Mutexes.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Mutexes.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Mutexes.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Mutexes.hpp Thu Jun 16 18:29:55 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:42  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:46  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:10  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/NameIdPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NameIdPool.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NameIdPool.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NameIdPool.hpp Thu Jun 16 18:29:55 2005
@@ -15,66 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.11  2004/09/23 07:10:13  amassari
- * Removed const from variable declaration (jira#1259)
- *
- * Revision 1.10  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/10/29 16:17:48  peiyongz
- * size() added
- *
- * Revision 1.6  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/09/09 00:11:48  andyh
- * Virtual Destructor Patch, submitted by Kirk Wylie
- *
- * Revision 1.5  2000/07/19 18:47:26  andyh
- * More Macintosh port tweaks, submitted by James Berry.
- *
- * Revision 1.4  2000/03/02 19:54:42  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/24 20:05:24  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:48  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:10  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org