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 04:56:50 UTC

svn commit: r191054 [6/15] - in /xerces/c/branches/xerces-2.7: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ scripts/ src/xercesc/com/ 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/Cygwin/ 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/util/regx/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAXParser.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAXParser.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAXParser.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAXParser.hpp Thu Jun 16 19:56:35 2005
@@ -15,224 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.39  2005/03/30 00:55:14  cargilld
- * Begin work on adding some new features by checking in the feature handling support.
- *
- * Revision 1.38  2005/03/09 16:07:10  amassari
- * Protected getSrcOffset to avoid crashing when parsing has finished; updated documentation
- *
- * Revision 1.37  2004/12/07 19:45:43  knoaman
- * An option to ignore a cached DTD grammar when a document contains an
- * internal and external subset.
- *
- * Revision 1.36  2004/09/29 19:28:12  cargilld
- * Mark SAXParser as deprecated.
- *
- * Revision 1.35  2004/09/29 19:00:29  peiyongz
- * [jira1207] --patch from Dan Rosen
- *
- * Revision 1.34  2004/09/28 02:14:14  cargilld
- * Add support for validating annotations.
- *
- * Revision 1.33  2004/09/23 01:09:55  cargilld
- * Add support for generating synthetic XSAnnotations.  When a schema component has non-schema attributes and no child attributes create a synthetic XSAnnotation (under feature control) so the non-schema attributes can be recovered under PSVI.
- *
- * Revision 1.32  2004/09/08 13:56:18  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.31  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.30  2004/04/13 18:58:36  peiyongz
- * correct comment
- *
- * Revision 1.29  2004/04/13 16:53:26  peiyongz
- * get/setIdentityConstraintChecking
- *
- * Revision 1.28  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.27  2003/11/06 15:30:07  neilg
- * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
- *
- * Revision 1.26  2003/10/30 21:37:31  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- * Revision 1.25  2003/10/20 13:41:10  amassari
- * Added getGrammarResolver API
- *
- * Revision 1.24  2003/06/20 18:55:54  peiyongz
- * Stateless Grammar Pool :: Part I
- *
- * Revision 1.23  2003/05/15 18:26:50  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.22  2003/04/17 21:58:50  neilg
- * Adding a new property,
- * http://apache.org/xml/properties/security-manager, with
- * appropriate getSecurityManager/setSecurityManager methods on DOM
- * and SAX parsers.  Also adding a new SecurityManager class.
- *
- * The purpose of these modifications is to permit applications a
- * means to have the parser reject documents whose processing would
- * otherwise consume large amounts of system resources.  Malicious
- * use of such documents could be used to launch a denial-of-service
- * attack against a system running the parser.  Initially, the
- * SecurityManager only knows about attacks that can result from
- * exponential entity expansion; this is the only known attack that
- * involves processing a single XML document.  Other, simlar attacks
- * can be launched if arbitrary schemas may be parsed; there already
- * exist means (via use of the EntityResolver interface) by which
- * applications can deny processing of untrusted schemas.  In future,
- * the SecurityManager will be expanded to take these other exploits
- * into account.
- *
- * Add support for the SecurityManager
- * 
- * Revision 1.21  2003/03/07 18:09:17  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.20  2003/02/04 19:27:43  knoaman
- * Performance: use global buffer to eliminate repetitive memory creation/deletion.
- *
- * Revision 1.19  2003/01/09 19:07:08  tng
- * [Bug 15802] Add "const" qualifier to getURIText.
- *
- * Revision 1.18  2003/01/03 20:09:36  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.17  2002/12/30 20:15:51  knoaman
- * Make calculate src offset option false by default.
- *
- * Revision 1.16  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.15  2002/12/04 01:57:09  knoaman
- * Scanner re-organization.
- *
- * Revision 1.14  2002/11/04 14:57:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.13  2002/08/14 15:20:38  knoaman
- * [Bug 3111] Problem with LexicalHandler::startDTD() and LexicalHandler::endDTD().
- *
- * Revision 1.12  2002/07/11 18:27:03  knoaman
- * Grammar caching/preparsing - initial implementation.
- *
- * Revision 1.11  2002/06/27 18:48:04  tng
- * API Documentation Update and move getScanner as protected
- *
- * Revision 1.10  2002/06/17 15:41:44  tng
- * Update API Documentation
- *
- * Revision 1.9  2002/06/06 20:38:18  tng
- * Document Fix: document that the returned object from resolveEntity is owned by the parser
- *
- * Revision 1.8  2002/05/31 15:13:53  tng
- * Fix doxygen documentation.
- *
- * Revision 1.7  2002/05/30 16:39:06  knoaman
- * DOM L3 LS.
- *
- * Revision 1.6  2002/05/30 16:20:09  tng
- * Add feature to optionally ignore external DTD.
- *
- * Revision 1.5  2002/05/29 21:37:47  knoaman
- * Add baseURI to resolveEntity to support DOMInputSource.
- *
- * Revision 1.4  2002/05/28 20:44:14  tng
- * [Bug 9104] prefixes dissapearing when schema validation turned on.
- *
- * Revision 1.3  2002/05/27 18:39:21  tng
- * To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
- *
- * 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:07  peiyongz
- * sane_include
- *
- * Revision 1.22  2001/12/05 22:09:02  tng
- * Update documentation for setExternalSchemaLocation and setExternalNoNamespaceSchemaLocation.
- *
- * Revision 1.21  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.20  2001/08/01 19:11:02  tng
- * Add full schema constraint checking flag to the samples and the parser.
- *
- * Revision 1.19  2001/07/27 20:24:21  tng
- * put getScanner() back as they were there before, not to break existing apps.
- *
- * Revision 1.18  2001/07/16 12:52:09  tng
- * APIDocs fix: default for schema processing in DOMParser, IDOMParser, and SAXParser should be false.
- *
- * Revision 1.17  2001/06/23 14:13:16  tng
- * Remove getScanner from the Parser headers as this is not needed and Scanner is not internal class.
- *
- * Revision 1.16  2001/06/03 19:26:20  jberry
- * Add support for querying error count following parse; enables simple parse without requiring error handler.
- *
- * Revision 1.15  2001/05/11 13:26:22  tng
- * Copyright update.
- *
- * Revision 1.14  2001/05/03 19:09:25  knoaman
- * Support Warning/Error/FatalError messaging.
- * Validity constraints errors are treated as errors, with the ability by user to set
- * validity constraints as fatal errors.
- *
- * Revision 1.13  2001/03/30 16:46:57  tng
- * Schema: Use setDoSchema instead of setSchemaValidation which makes more sense.
- *
- * Revision 1.12  2001/03/21 21:56:09  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.11  2001/02/15 15:56:29  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.10  2001/01/12 21:23:41  tng
- * Documentation Enhancement: explain values of Val_Scheme
- *
- * Revision 1.9  2000/08/02 18:05:15  jpolast
- * changes required for sax2
- * (changed private members to protected)
- *
- * Revision 1.8  2000/04/12 22:58:30  roddey
- * Added support for 'auto validate' mode.
- *
- * Revision 1.7  2000/03/03 01:29:34  roddey
- * Added a scanReset()/parseReset() method to the scanner and
- * parsers, to allow for reset after early exit from a progressive parse.
- * Added calls to new Terminate() call to all of the samples. Improved
- * documentation in SAX and DOM parsers.
- *
- * Revision 1.6  2000/02/17 03:54:27  rahulj
- * Added some new getters to query the parser state and
- * clarified the documentation.
- *
- * Revision 1.5  2000/02/16 03:42:58  rahulj
- * Finished documenting the SAX Driver implementation.
- *
- * Revision 1.4  2000/02/15 04:47:37  rahulj
- * Documenting the SAXParser framework. Not done yet.
- *
- * Revision 1.3  2000/02/06 07:47:56  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:57:48  roddey
- * Got rid of redundant 'const' on boolean return value. Some compilers choke
- * on this and its useless.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:51  twl
- * Initial checkin
- *
- * Revision 1.6  1999/11/08 20:44:54  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(SAXPARSER_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/AttributeList.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/AttributeList.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/AttributeList.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/AttributeList.hpp Thu Jun 16 19:56:35 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/26 01:06:30  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.4  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:07  peiyongz
- * sane_include
- *
- * Revision 1.8  2000/03/02 19:54:34  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/02/24 20:12:54  abagchi
- * Swat for removing Log from API docs
- *
- * 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:12:21  abagchi
- * Added getValue docs
- *
- * Revision 1.3  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:58:31  roddey
- * Added new convenience version of getValue() that takes a short character
- * string for the attribute name.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:43  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:54  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef ATTRIBUTELIST_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/DTDHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/DTDHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/DTDHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/DTDHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,40 +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:25  tng
- * C++ Namespace Support.
- *
- * 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.5  2000/02/24 20:12:54  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/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.2  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:44  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:54  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/DocumentHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/DocumentHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/DocumentHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/DocumentHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/03/02 19:54:34  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/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.2  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:43  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:54  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/Dummy.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/Dummy.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/Dummy.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/Dummy.cpp Thu Jun 16 19:56:35 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:34  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:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:44  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:44:55  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/EntityResolver.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/EntityResolver.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/EntityResolver.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/EntityResolver.hpp Thu Jun 16 19:56:35 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/26 01:06:30  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * 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:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/06/06 20:39:16  tng
- * Document Fix: document that the returned object from resolveEntity is owned by the parser
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/03/02 19:54:34  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/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.2  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:44  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:44:56  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/ErrorHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/ErrorHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/ErrorHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/ErrorHandler.hpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.4  2003/05/30 16:11:44  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.3  2003/03/07 18:10:06  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:08  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/04/27 19:33:15  rahulj
- * Included <util/XercesDefs.hpp> as suggested by David N Bertoni.
- *
- * 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/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.2  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:45  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:00  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/HandlerBase.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/HandlerBase.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/HandlerBase.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/HandlerBase.hpp Thu Jun 16 19:56:35 2005
@@ -15,57 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:46:32  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/12/01 23:23:26  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/05/30 16:11:44  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.5  2002/11/04 14:56:25  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/07/16 18:15:00  tng
- * [Bug 6070] warning unused variable in HandlerBase.hpp
- *
- * Revision 1.3  2002/06/06 20:39:16  tng
- * Document Fix: document that the returned object from resolveEntity is owned by the parser
- *
- * 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.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/12 01:27:19  aruna1
- * Documentation updated
- *
- * Revision 1.2  2000/02/06 07:47:57  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:45  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:00  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.cpp Thu Jun 16 19:56:35 2005
@@ -15,46 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.4  2003/05/15 18:27:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/04/21 21:07:38  knoaman
- * Use XMLString::release to prepare for configurable memory manager.
- *
- * 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.5  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.4  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.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:45  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/branches/xerces-2.7/src/xercesc/sax/InputSource.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/InputSource.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax/Locator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/Locator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/Locator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/Locator.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax/Parser.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/Parser.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/Parser.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/Parser.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax/SAXException.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * 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.1  2000/08/09 22:06:04  jpolast
- * more functionality to SAXException and its children.
- * msgs are now functional for SAXNotSupportedEx and
- * SAXNotRecognizedEx
- *
- *
+ * $Id$
  */
 
 #include "SAXException.hpp"

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXException.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax/SAXParseException.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/09/08 13:56:19  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/08/13 15:43:24  knoaman
- * Use memory manager when creating SAX exceptions.
- *
- * Revision 1.4  2003/04/21 21:07:38  knoaman
- * Use XMLString::release to prepare for 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.4  2000/09/07 23:55:02  andyh
- * Fix SAXException assignment operator.  Now non-virtual, and
- * SAXParseException invokes base class operator.
- *
- * Revision 1.3  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.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/branches/xerces-2.7/src/xercesc/sax/SAXParseException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax/SAXParseException.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/Attributes.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/Attributes.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/Attributes.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/Attributes.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/ContentHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/ContentHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/ContentHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/ContentHandler.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/DeclHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/DeclHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/DeclHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/DeclHandler.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/DefaultHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/DefaultHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/DefaultHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/DefaultHandler.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/LexicalHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/LexicalHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/LexicalHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/LexicalHandler.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLFilter.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLFilter.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLFilter.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLFilter.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/XMLReaderFactory.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/XMLReaderFactory.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/XMLReaderFactory.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/XMLReaderFactory.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/sax2/sax2Dummy.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/sax2/sax2Dummy.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/sax2Dummy.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/sax2Dummy.cpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:20  peiyongz
- * Apache License Version 2.0
- *
- * 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/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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/AutoSense.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/AutoSense.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/AutoSense.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/AutoSense.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Base64.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Base64.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Base64.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Base64.cpp Thu Jun 16 19:56:35 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/12 07:31:19  amassari
- * Fix compiler errors on IRIX (jira# 1405)
- *
- * Revision 1.16  2004/12/10 10:37:56  cargilld
- * Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output of decoding.
- *
- * Revision 1.15  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/08/17 21:10:33  peiyongz
- * fix bug in getting CanRep from decode()
- *
- * Revision 1.13  2004/08/11 16:47:32  peiyongz
- * Decoding and getCanRep
- *
- * Revision 1.12  2004/06/24 15:00:37  peiyongz
- * Schema-Errata: E2-54 new specs for base64
- *
- * 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/05/20 22:10:02  peiyongz
- * To differentiate external/internal memory
- *
- * Revision 1.8  2003/01/27 21:15:56  peiyongz
- * only zero or one space allowed in between B64 character.
- *
- * Revision 1.7  2002/12/20 22:10:20  tng
- * XML 1.1
- *
- * Revision 1.6  2002/11/25 18:14:35  peiyongz
- * Schema Errata: E2-9 Base64
- *
- * Revision 1.5  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/03/19 17:01:20  peiyongz
- * Fix to Bug#7243 Base64 encoding is not working.
- *
- * Revision 1.3  2002/02/18 16:07:38  peiyongz
- * fix: "i" redefined on line 428 reported by compilers on some UNIX platforms
- *
- * Revision 1.2  2002/02/15 21:36:56  peiyongz
- * Interface redefined for conversion in XMLByte
- *
- * Revision 1.1.1.1  2002/02/01 22:22:09  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/15 19:42:16  knoaman
- * Null-terminate base64Alphabet.
- *
- * Revision 1.5  2001/10/10 19:14:08  peiyongz
- * Patch from Petr Gotthard : encode() provided and some other changes
- *
- * Revision 1.4  2001/06/07 20:55:20  tng
- * Fix no newline at the end warning.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/28 21:11:16  tng
- * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
- *
- * Revision 1.2  2001/05/16 19:01:04  tng
- * Schema: Typo fix in Base64
- *
- * Revision 1.1  2001/05/16 15:25:36  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------
@@ -526,7 +460,7 @@
  *     The above definition of the lexical space is more restrictive than that given 
  *     in [RFC 2045] as regards whitespace -- this is not an issue in practice. Any 
  *     string compatible with the RFC can occur in an element or attribute validated 
- *     by this type, because the ·whiteSpace· facet of this type is fixed to collapse, 
+ *     by this type, because the �whiteSpace� facet of this type is fixed to collapse, 
  *     which means that all leading and trailing whitespace will be stripped, and all 
  *     internal whitespace collapsed to single space characters, before the above grammar 
  *     is enforced.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  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.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/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.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:03:59  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:56:55  droddey
- * If the main xml entity does not exist, we need to get the error handling for that
- * inside the main XMLScanner::scanDocument() try block so that it gets reported
- * in the normal way. We have to add a little extra safety code because, when this
- * happens, there is no reader on the reader stack to get position ino from.
- *
- * Revision 1.3  1999/11/08 20:45:03  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BinFileInputStream.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/BinInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * 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.3  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.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:02  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BinInputStream.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/BinMemInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BinMemInputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BinMemInputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BinMemInputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * 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:10  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/11/28 19:05:29  knoaman
- * Bug 4442: fix by mlovett@uk.ibm.com
- *
- * Revision 1.4  2000/05/15 22:31:20  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  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.2  2000/02/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:05  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:04  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/BitOps.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BitOps.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BitOps.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BitOps.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/BitSet.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.cpp Thu Jun 16 19:56:35 2005
@@ -15,39 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * 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/06 07:48:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/15 19:38:22  roddey
- * Simple fix to bit ops comments
- *
- * Revision 1.1.1.1  1999/11/09 01:04:09  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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/BitSet.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.cpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/04/02 20:17:47  peiyongz
- * Bug# 7555: Enable AIX build with newer xlC versions,
- * patch from Martin Kalen (martin.kalen@todaysystems.com.au )
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.3  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.2  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:30  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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/CSetDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.cpp Thu Jun 16 19:56:35 2005
@@ -16,36 +16,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/03/15 17:06:06  amassari
- * - Added support for MinGW (bug#23176)
- *
- * Revision 1.2  2002/11/18 20:38:11  tng
- * [Bug 14612] GCCDefs clashes with cygwin's string.h for stricmp and strnicmp.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/07/29 05:41:00  jberry
- * Fixups for Mac OS
- *
- * Revision 1.3  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.2  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * 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$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/GCCDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.cpp Thu Jun 16 19:56:35 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.3  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.2  2000/02/06 07:48:17  rahulj
- * Year 2K copyright swat.
- *
- * 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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/HPCCDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Compilers/IBMVAW32Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/IBMVAW32Defs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/IBMVAW32Defs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Compilers/IBMVAW32Defs.hpp Thu Jun 16 19:56:35 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)



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