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 [10/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/util/ValueHashTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueHashTableOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueHashTableOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueHashTableOf.c Thu Jun 16 19:56:35 2005
@@ -14,35 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.12  2005/02/02 09:29:48  amassari
- * Removed warnings
- *
- * Revision 1.11  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.9  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * 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/12/16 18:37:14  knoaman
- * Add nextElementKey method
- *
- * Revision 1.6  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/24 19:46:40  knoaman
- * Initial checkin.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.c Thu Jun 16 19:56:35 2005
@@ -14,40 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.6  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  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.4  2003/05/29 13:26:44  knoaman
- * Fix memory leak when using deprecated dom.
- *
- * 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:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:47  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:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:29  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:18  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueStackOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:23  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/05/29 13:26:44  knoaman
- * Fix memory leak when using deprecated dom.
- *
- * Revision 1.5  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:47  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:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:30  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:18  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(VALUESTACKOF_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.c Thu Jun 16 19:56:35 2005
@@ -14,64 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.12  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.11  2004/11/11 01:31:54  peiyongz
- * Avoid unnecessary expansion -- patch from Christian
- *
- * Revision 1.10  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  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.8  2003/11/21 15:44:12  amassari
- * insertElementAt was not checking if there was room for the new element (bug#24714)
- *
- * Revision 1.7  2003/05/29 13:26:44  knoaman
- * Fix memory leak when using deprecated dom.
- *
- * Revision 1.6  2003/05/20 21:06:30  knoaman
- * Set values to 0.
- *
- * Revision 1.5  2003/05/16 21:37:00  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory 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:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.5  2002/01/10 17:44:49  knoaman
- * Fix for bug 5786.
- *
- * Revision 1.4  2001/08/09 15:24:37  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.3  2000/03/02 19:54:47  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:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:31  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:18  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueVectorOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,57 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  2003/05/29 13:26:44  knoaman
- * Fix memory leak when using deprecated dom.
- *
- * Revision 1.6  2003/05/16 21:37:00  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.5  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.6  2002/01/10 17:44:49  knoaman
- * Fix for bug 5786.
- *
- * Revision 1.5  2001/08/09 15:24:37  knoaman
- * add support for <anyAttribute> declaration.
- *
- * Revision 1.4  2000/03/02 19:54:47  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:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:33  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:19  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XML256TableTranscoder.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XML256TableTranscoder.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XML256TableTranscoder.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XML256TableTranscoder.hpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  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.3  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/03/18 00:00:32  roddey
- * Initial updates for two way transcoding support
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.cpp Thu Jun 16 19:56:35 2005
@@ -16,109 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.31  2004/11/24 02:34:08  cargilld
- * Various bug fixes and code cleanup for XSValue.
- *
- * Revision 1.30  2004/10/28 20:14:58  peiyongz
- * store/load fDataOverflowed
- *
- * Revision 1.29  2004/09/09 20:09:30  peiyongz
- * getDataOverflowed()
- *
- * Revision 1.28  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/08/23 16:06:49  peiyongz
- * Fix to memory leakage in getCanRep
- *
- * Revision 1.26  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.25  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.24  2004/01/12 16:23:39  neilg
- * remove use of static buffers
- *
- * Revision 1.23  2004/01/03 00:03:18  peiyongz
- * parseContent
- *
- * Revision 1.22  2003/12/23 21:48:14  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0
- *
- * Revision 1.21  2003/12/20 06:21:34  neilg
- * fix canonical representation production
- *
- * Revision 1.20  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.19  2003/12/12 04:51:29  peiyongz
- * trailing zeros for double/float w/o decimal point
- *
- * Revision 1.18  2003/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.17  2003/10/15 14:50:01  peiyongz
- * Bugzilla#22821: locale-sensitive function used to validate 'double' type, patch
- * from jsweeney@spss.com (Jeff Sweeney)
- *
- * Revision 1.16  2003/09/25 22:24:28  peiyongz
- * Using writeString/readString
- *
- * Revision 1.15  2003/09/25 15:23:25  peiyongz
- * add sizeof(XMLCh) when allocating memory
- *
- * Revision 1.14  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.13  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.12  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/03/12 20:45:46  peiyongz
- * format string for value converted to Zero.
- *
- * Revision 1.10  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.9  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.8  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.7  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.6  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/09/24 19:51:24  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.4  2002/05/03 16:05:45  peiyongz
- * Bug 7341: Missing newline at end of util and DOM source files,
- * patch from Martin Kalen.
- *
- * Revision 1.3  2002/03/06 19:13:12  peiyongz
- * Patch: more valid lexcial representation for positive/negative zero
- *
- * Revision 1.2  2002/03/01 18:47:37  peiyongz
- * fix: more valid lexcial representation forms for "neural zero"
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/11/22 21:39:00  peiyongz
- * Allow "0.0" to be a valid lexcial representation of ZERO.
- *
- * Revision 1.1  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLAbstractDoubleFloat.hpp Thu Jun 16 19:56:35 2005
@@ -16,93 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.25  2005/05/05 09:46:11  cargilld
- * Update XSValue to handle float and double the same way the main library does, converting values to infinityr or zero, as the C ranges for float and double are less than the schema ranges.
- *
- * Revision 1.24  2004/09/09 20:09:30  peiyongz
- * getDataOverflowed()
- *
- * Revision 1.23  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.22  2004/09/02 19:08:09  cargilld
- * Fix API Doc warning message
- *
- * Revision 1.21  2004/08/11 16:50:47  peiyongz
- * getValue()/isDataConverted()
- *
- * Revision 1.20  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.19  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.17  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.16  2003/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.15  2003/10/15 14:50:01  peiyongz
- * Bugzilla#22821: locale-sensitive function used to validate 'double' type, patch
- * from jsweeney@spss.com (Jeff Sweeney)
- *
- * Revision 1.14  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.13  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.12  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.10  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.9  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.8  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.7  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.6  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.5  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/03/06 19:13:12  peiyongz
- * Patch: more valid lexcial representation for positive/negative zero
- *
- * Revision 1.3  2002/03/01 18:47:37  peiyongz
- * fix: more valid lexcial representation forms for "neural zero"
- *
- * 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:14  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.3  2001/11/22 21:39:00  peiyongz
- * Allow "0.0" to be a valid lexcial representation of ZERO.
- *
- * Revision 1.2  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.1  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- *
  */
 
 #ifndef XML_ABSTRACT_DOUBLE_FLOAT_HPP
@@ -119,7 +32,7 @@
  *   double values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent ·must· be an integer.
+ *   The exponent �must� be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.
@@ -134,7 +47,7 @@
  *   float values have a lexical representation consisting of a mantissa followed,
  *   optionally, by the character "E" or "e", followed by an exponent.
  *
- *   The exponent ·must· be an integer.
+ *   The exponent �must� be an integer.
  *   The mantissa must be a decimal number.
  *   The representations for exponent and mantissa must follow the lexical rules
  *   for integer and decimal.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigDecimal.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigDecimal.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigDecimal.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigDecimal.cpp Thu Jun 16 19:56:35 2005
@@ -15,97 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.24  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.23  2004/08/11 16:17:58  peiyongz
- * Light weight parsing method
- *
- * Revision 1.22  2004/03/19 01:15:55  peiyongz
- * store/load fRawData
- *
- * Revision 1.21  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.18  2003/12/23 21:48:14  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0
- *
- * Revision 1.17  2003/12/17 20:42:16  neilg
- * fix two overflow conditions
- *
- * Revision 1.16  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.15  2003/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.14  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.13  2003/09/25 22:24:28  peiyongz
- * Using writeString/readString
- *
- * Revision 1.12  2003/09/25 15:23:25  peiyongz
- * add sizeof(XMLCh) when allocating memory
- *
- * Revision 1.11  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.10  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.9  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/04/29 18:13:36  peiyongz
- * cut link to XMLBigInteger, patch from Khaled Noaman
- *
- * Revision 1.6  2003/02/25 17:24:18  peiyongz
- * Schema Errata: E2-44 totalDigits/fractDigits
- *
- * Revision 1.5  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.4  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/13 22:11:23  peiyongz
- * Fix to Bug#9442
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/08/08 18:33:44  peiyongz
- * fix: unresolved symbol warning for 'pow'.
- *
- * Revision 1.7  2001/07/25 19:07:42  peiyongz
- * Fix to AIX compilation error: The function abs must have a prototype.
- *
- * Revision 1.6  2001/07/24 13:58:11  peiyongz
- * XMLDouble and related supporting methods from XMLBigInteger/XMLBigDecimal
- *
- * Revision 1.5  2001/06/07 20:55:21  tng
- * Fix no newline at the end warning.  By Pei Yong Zhang.
- *
- * Revision 1.4  2001/05/18 20:17:55  tng
- * Schema: More exception messages in XMLBigDecimal/XMLBigInteger/DecimalDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/18 13:22:54  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:26:30  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/10 20:51:20  tng
- * Schema: Add DecimalDatatypeValidator and XMLBigDecimal, XMLBigInteger.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------
@@ -369,7 +279,7 @@
     /***
     E2-44 totalDigits
 
-     ... by restricting it to numbers that are expressible as i × 10^-n
+     ... by restricting it to numbers that are expressible as i � 10^-n
      where i and n are integers such that |i| < 10^totalDigits and 0 <= n <= totalDigits. 
 
         normalization: remove all trailing zero after the '.'

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigInteger.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigInteger.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigInteger.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLBigInteger.cpp Thu Jun 16 19:56:35 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.14  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/08/23 16:06:49  peiyongz
- * Fix to memory leakage in getCanRep
- *
- * Revision 1.12  2004/08/17 21:09:04  peiyongz
- * canRep for nonPositivieInteger
- *
- * Revision 1.11  2004/08/11 16:48:24  peiyongz
- * String version compareValue
- *
- * Revision 1.10  2003/12/23 21:48:14  peiyongz
- * Absorb exception thrown in getCanonicalRepresentation and return 0
- *
- * Revision 1.9  2003/12/17 20:42:16  neilg
- * fix two overflow conditions
- *
- * 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/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.6  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.5  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/13 22:11:23  peiyongz
- * Fix to Bug#9442
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/08/23 11:54:26  tng
- * Add newline at the end and various typo fixes.
- *
- * Revision 1.6  2001/07/24 13:58:11  peiyongz
- * XMLDouble and related supporting methods from XMLBigInteger/XMLBigDecimal
- *
- * Revision 1.5  2001/05/31 17:50:26  knoaman
- * small modification to XMLBigInteger::toString.
- *
- * Revision 1.4  2001/05/18 20:17:57  tng
- * Schema: More exception messages in XMLBigDecimal/XMLBigInteger/DecimalDatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/18 13:23:01  tng
- * Schema: Exception messages in DatatypeValidator.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:26:31  tng
- * Copyright update.
- *
- * Revision 1.1  2001/05/10 20:51:23  tng
- * Schema: Add DecimalDatatypeValidator and XMLBigDecimal, XMLBigInteger.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLChar.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLChar.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLChar.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLChar.hpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/04/07 15:30:57  knoaman
- * Update chars table with an NCName char mask instead of an XML letter mask
- *
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/08/11 16:08:04  peiyongz
- * isValidNmToken
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.1  2002/12/20 22:10:21  tng
- * XML 1.1
- *
+ * $Id$
  */
 
 #if !defined(XMLCHAR_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.cpp Thu Jun 16 19:56:35 2005
@@ -16,114 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.31  2005/05/18 18:24:44  cargilld
- * For time schema datatypes, ensure milisecond only contains 0-9.
- *
- * Revision 1.30  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.29  2004/10/28 20:13:35  peiyongz
- * Data member reshuffle
- *
- * Revision 1.28  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.27  2004/09/02 15:03:50  peiyongz
- * To build on AIX
- *
- * Revision 1.26  2004/08/31 20:50:50  peiyongz
- * Parse/keep milisecond as double to retain precision.
- *
- * Revision 1.25  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.24  2004/01/25 23:23:26  jberry
- * Step around CodeWarrior compiler warning
- *
- * Revision 1.23  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.22  2004/01/13 16:34:20  cargilld
- * Misc memory management changes.
- *
- * Revision 1.21  2004/01/03 00:03:18  peiyongz
- * parseContent
- *
- * Revision 1.20  2003/12/31 02:34:11  neilg
- * enable production of canonical representations for dates with negative years, or years >9999
- *
- * Revision 1.19  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.18  2003/12/16 22:48:52  peiyongz
- * exception thrown upon invalid number, thanks Gareth Reakes.
- *
- * Revision 1.17  2003/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.16  2003/09/25 22:24:28  peiyongz
- * Using writeString/readString
- *
- * Revision 1.15  2003/09/25 15:22:54  peiyongz
- * Solve HP complier error
- *
- * Revision 1.14  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.13  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.12  2003/05/22 02:10:52  knoaman
- * Default the memory manager.
- *
- * Revision 1.11  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.10  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.9  2003/05/15 16:32:19  gareth
- * We did not allow dateTimes with a timezone due to the last seconds fix.
- *
- * Revision 1.8  2003/03/23 22:54:49  peiyongz
- * invalid second values
- *
- * Revision 1.7  2003/02/22 22:49:09  peiyongz
- * Schema Errata E2-45 24:00:00 allowed
- *
- * Revision 1.6  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.5  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.4  2002/11/28 20:39:27  peiyongz
- * Schema Errata: E2-23 seconds part shall have at least one digit after the dot
- *                           if it appears.
- *
- * Revision 1.3  2002/11/06 22:22:21  peiyongz
- * Schema-Errata: E2-12: gMonth
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/14 22:04:03  peiyongz
- * Patch to apply check on Year and more rigorous on other fields as well.
- *
- * Revision 1.3  2001/11/12 20:36:54  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.2  2001/11/09 20:41:45  peiyongz
- * Fix: compilation error on Solaris and AIX.
- *
- * Revision 1.1  2001/11/07 19:16:03  peiyongz
- * DateTime Port
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDateTime.hpp Thu Jun 16 19:56:35 2005
@@ -16,80 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.21  2004/10/28 20:13:35  peiyongz
- * Data member reshuffle
- *
- * Revision 1.20  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/08/31 20:50:50  peiyongz
- * Parse/keep milisecond as double to retain precision.
- *
- * Revision 1.18  2004/08/11 16:48:55  peiyongz
- * Allow XSValue access
- *
- * Revision 1.17  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.16  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.14  2003/12/31 02:34:11  neilg
- * enable production of canonical representations for dates with negative years, or years >9999
- *
- * Revision 1.13  2003/12/17 20:00:49  cargilld
- * Update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.12  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.11  2003/12/11 21:38:12  peiyongz
- * support for Canonical Representation for Datatype
- *
- * Revision 1.10  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.9  2003/08/14 02:57:27  knoaman
- * Code refactoring to improve performance of validation.
- *
- * Revision 1.8  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.7  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.5  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.4  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.3  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.3  2001/11/12 20:36:54  peiyongz
- * SchemaDateTimeException defined
- *
- * Revision 1.2  2001/11/09 20:41:45  peiyongz
- * Fix: compilation error on Solaris and AIX.
- *
- * Revision 1.1  2001/11/07 19:16:03  peiyongz
- * DateTime Port
- *
  */
 
 #ifndef XML_DATETIME_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.c Thu Jun 16 19:56:35 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/03/02 19:54:48  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.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDeleterFor.hpp Thu Jun 16 19:56:35 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:14  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/09 22:38:08  abagchi
- * Changed copy constructor to make it work on SunOS 5.7
- *
- * Revision 1.1  2000/03/02 19:54:48  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.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.cpp Thu Jun 16 19:56:35 2005
@@ -16,100 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2004/09/09 20:09:30  peiyongz
- * getDataOverflowed()
- *
- * Revision 1.14  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  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.12  2003/10/15 14:50:01  peiyongz
- * Bugzilla#22821: locale-sensitive function used to validate 'double' type, patch
- * from jsweeney@spss.com (Jeff Sweeney)
- *
- * Revision 1.11  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.10  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.9  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.7  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.6  2003/01/30 19:14:43  tng
- * On some platforms like Solaris strtod will return -0.0.   So need to consider this scenario as well.
- *
- * Revision 1.5  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.4  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:51:24  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/05/03 16:05:45  peiyongz
- * Bug 7341: Missing newline at end of util and DOM source files,
- * patch from Martin Kalen.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.16  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.15  2001/11/19 17:27:55  peiyongz
- * Boundary Values updated
- *
- * Revision 1.14  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.12  2001/09/20 13:11:41  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.11  2001/09/14 13:57:59  peiyongz
- * exponent is a must if 'E' or 'e' is present.
- *
- * Revision 1.10  2001/08/23 11:54:26  tng
- * Add newline at the end and various typo fixes.
- *
- * Revision 1.9  2001/08/21 15:10:15  peiyongz
- * Bugzilla# 3017: MSVC5.0: C2202: 'compareSpecial' : not all
- * control paths return a value
- *
- * Revision 1.8  2001/08/14 22:10:20  peiyongz
- * new exception message added
- *
- * Revision 1.7  2001/07/31 17:38:16  peiyongz
- * Fix: memory leak by static (boundry) objects
- *
- * Revision 1.6  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.5  2001/07/27 20:43:53  peiyongz
- * copy ctor: to check for special types.
- *
- * Revision 1.4  2001/07/26 18:21:15  peiyongz
- * Boundary Checking
- *
- * Revision 1.3  2001/07/25 19:06:56  peiyongz
- * Fix to Linux compilation error: XMLDouble::LiteralType' is not an aggregate type
- *
- * Revision 1.2  2001/07/24 21:52:27  peiyongz
- * XMLDouble: move fg...String to XMLUni
- *
- * Revision 1.1  2001/07/24 13:58:11  peiyongz
- * XMLDouble and related supporting methods from XMLBigInteger/XMLBigDecimal
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLDouble.hpp Thu Jun 16 19:56:35 2005
@@ -16,64 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * 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/12/01 23:23:27  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.3  2002/11/04 15:22:05  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:15  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.10  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.9  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.8  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.6  2001/09/27 14:54:20  peiyongz
- * DTV Reorganization: derived from XMLAbstractDoubleFloat
- *
- * Revision 1.5  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.4  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.3  2001/07/26 18:21:15  peiyongz
- * Boundary Checking
- *
- * Revision 1.2  2001/07/24 21:52:27  peiyongz
- * XMLDouble: move fg...String to XMLUni
- *
- * Revision 1.1  2001/07/24 13:58:11  peiyongz
- * XMLDouble and related supporting methods from XMLBigInteger/XMLBigDecimal
- *
  */
 
 #ifndef XML_DOUBLE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEntityResolver.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEntityResolver.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEntityResolver.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEntityResolver.hpp Thu Jun 16 19:56:35 2005
@@ -15,20 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/26 01:06:31  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.2  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/10/30 21:37:32  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- *
- * Revision 1.1    1999/11/09 01:07:44  twl
- * Initial checkin
- *
+ * $Id$
  */
 
 #ifndef XMLENTITYRESOLVER_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEnumerator.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEnumerator.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEnumerator.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLEnumerator.hpp Thu Jun 16 19:56:35 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:48  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:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:37  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:19  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.cpp Thu Jun 16 19:56:35 2005
@@ -16,95 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.16  2004/09/09 20:09:30  peiyongz
- * getDataOverflowed()
- *
- * Revision 1.15  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  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.13  2003/10/15 14:50:01  peiyongz
- * Bugzilla#22821: locale-sensitive function used to validate 'double' type, patch
- * from jsweeney@spss.com (Jeff Sweeney)
- *
- * Revision 1.12  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.11  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.10  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.9  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.8  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.7  2003/01/30 19:14:43  tng
- * On some platforms like Solaris strtod will return -0.0.   So need to consider this scenario as well.
- *
- * Revision 1.6  2002/12/11 19:55:16  peiyongz
- * set negZero/posZero for float.
- *
- * Revision 1.5  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.4  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:51:24  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/05/03 16:05:45  peiyongz
- * Bug 7341: Missing newline at end of util and DOM source files,
- * patch from Martin Kalen.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.13  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.12  2001/11/19 17:27:55  peiyongz
- * Boundary Values updated
- *
- * Revision 1.11  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.9  2001/09/20 13:11:41  knoaman
- * Regx  + misc. fixes
- *
- * Revision 1.8  2001/09/14 13:57:59  peiyongz
- * exponent is a must if 'E' or 'e' is present.
- *
- * Revision 1.7  2001/08/23 11:54:26  tng
- * Add newline at the end and various typo fixes.
- *
- * Revision 1.6  2001/08/21 15:10:15  peiyongz
- * Bugzilla# 3017: MSVC5.0: C2202: 'compareSpecial' : not all
- * control paths return a value
- *
- * Revision 1.5  2001/08/14 22:10:20  peiyongz
- * new exception message added
- *
- * Revision 1.4  2001/07/31 17:38:16  peiyongz
- * Fix: memory leak by static (boundry) objects
- *
- * Revision 1.3  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.2  2001/07/27 20:43:53  peiyongz
- * copy ctor: to check for special types.
- *
- * Revision 1.1  2001/07/26 20:41:37  peiyongz
- * XMLFloat
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLFloat.hpp Thu Jun 16 19:56:35 2005
@@ -16,59 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * 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/12/01 23:23:27  neilg
- * fix for bug 25118; thanks to Jeroen Witmond
- *
- * Revision 1.6  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.5  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/12/11 00:20:02  peiyongz
- * Doing businesss in value space. Converting out-of-bound value into special values.
- *
- * Revision 1.3  2002/11/04 15:22:05  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:15  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/11/28 15:39:26  peiyongz
- * return Type& for operator=
- *
- * Revision 1.8  2001/11/22 20:23:00  peiyongz
- * _declspec(dllimport) and inline warning C4273
- *
- * Revision 1.7  2001/11/19 21:33:42  peiyongz
- * Reorganization: Double/Float
- *
- * Revision 1.6  2001/10/26 16:37:46  peiyongz
- * Add thread safe code
- *
- * Revision 1.4  2001/09/27 14:54:20  peiyongz
- * DTV Reorganization: derived from XMLAbstractDoubleFloat
- *
- * Revision 1.3  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.2  2001/07/31 13:48:29  peiyongz
- * fValue removed
- *
- * Revision 1.1  2001/07/26 20:41:37  peiyongz
- * XMLFloat
- *
- *
  */
 
 #ifndef XML_FLOAT_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInitializer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInitializer.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInitializer.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInitializer.cpp Thu Jun 16 19:56:35 2005
@@ -15,10 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.1  2004/10/20 15:18:35  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInteger.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInteger.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInteger.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLInteger.hpp Thu Jun 16 19:56:35 2005
@@ -16,25 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/08/16 21:53:52  peiyongz
- * new class creation
- *
  */
 
 #ifndef XML_INTEGER_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.cpp Thu Jun 16 19:56:35 2005
@@ -16,23 +16,6 @@
 
 /*
  *  $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.3  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2003/02/17 19:54:47  peiyongz
- * Allow set user specified error message file location in PlatformUtils::Initialize().
- *
- * Revision 1.1  2002/11/04 22:24:21  peiyongz
- * Locale setting for message loader
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLMsgLoader.hpp Thu Jun 16 19:56:35 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:24  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 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.6  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/02/17 19:54:47  peiyongz
- * Allow set user specified error message file location in PlatformUtils::Initialize().
- *
- * Revision 1.3  2002/11/04 22:24:21  peiyongz
- * Locale setting for message loader
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/28 19:43:20  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.4  2000/03/02 19:54:49  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:26  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:05  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:47  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:20  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.cpp Thu Jun 16 19:56:35 2005
@@ -16,34 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.7  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.6  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2003/10/17 21:10:55  peiyongz
- * loadNumber() added
- *
- * Revision 1.3  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/10/09 21:28:28  peiyongz
- * explicit ctor/dtor defined.
- *
- * Revision 1.1  2001/09/27 14:54:03  peiyongz
- * DTV Reorganization: new class
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLNumber.hpp Thu Jun 16 19:56:35 2005
@@ -16,55 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.15  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.14  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.12  2004/01/13 19:50:56  peiyongz
- * remove parseContent()
- *
- * Revision 1.10  2003/10/17 21:10:55  peiyongz
- * loadNumber() added
- *
- * Revision 1.9  2003/10/02 19:18:12  peiyongz
- * enum NumberType
- *
- * Revision 1.8  2003/09/23 18:16:07  peiyongz
- * Inplementation for Serialization/Deserialization
- *
- * Revision 1.7  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/05/09 15:13:46  peiyongz
- * Deprecated toString() in XMLNumber family
- *
- * Revision 1.5  2003/03/10 20:55:58  peiyongz
- * Schema Errata E2-40 double/float
- *
- * Revision 1.4  2003/02/02 23:54:43  peiyongz
- * getFormattedString() added to return original and converted value.
- *
- * Revision 1.3  2003/01/30 21:55:22  tng
- * Performance: create getRawData which is similar to toString but return the internal data directly, user is not required to delete the returned memory.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/10/09 21:28:28  peiyongz
- * explicit ctor/dtor defined.
- *
- * Revision 1.1  2001/09/27 14:54:03  peiyongz
- * DTV Reorganization: new class
- *
  */
 
 #ifndef XMLNUMBER_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.cpp Thu Jun 16 19:56:35 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/24 22:57:28  peiyongz
- * XercesDeprecatedDOMLib
- *
- *
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLRegisterCleanup.hpp Thu Jun 16 19:56:35 2005
@@ -16,29 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.5  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/02/24 22:57:28  peiyongz
- * XercesDeprecatedDOMLib
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:15  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/10/25 21:55:29  peiyongz
- * copy ctor explicity declared private to prevent supprise.
- *
- * Revision 1.3  2001/10/24 18:13:06  peiyongz
- * CVS tag added
- *
- *
  */
 
 #if !defined(XMLREGISTERCLEANUP_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLResourceIdentifier.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLResourceIdentifier.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLResourceIdentifier.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLResourceIdentifier.hpp Thu Jun 16 19:56:35 2005
@@ -15,44 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.10  2004/12/21 16:32:52  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.9  2004/12/21 16:02:51  cargilld
- * Attempt to fix various apidoc problems.
- *
- * Revision 1.8  2004/12/03 19:40:32  cargilld
- * Change call to resolveEntity to pass in public id so that only one call to resolveEntity is needed (a follow-on to Alberto's fix).
- *
- * Revision 1.7  2004/09/26 01:06:31  cargilld
- * Fix documentation generation problem.  Replace <pre> with <code>.  Patch from James Littlejohn.
- *
- * Revision 1.6  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/02/15 19:37:16  amassari
- * Removed cause for warnings in VC 7.1
- *
- * Revision 1.4  2004/02/13 14:28:30  cargilld
- * Fix for bug 26900 (remove virtual on destructor)
- *
- * Revision 1.3  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/11/25 18:16:38  knoaman
- * Documentation update. Thanks to David Cargill.
- *
- * Revision 1.1  2003/10/30 21:37:32  knoaman
- * Enhanced Entity Resolver Support. Thanks to David Cargill.
- *
- *
- * Revision 1.1    1999/11/09 01:07:44  twl
- * Initial checkin
- *
+ * $Id$
  */
 
 #ifndef XMLRESOURCEIDENTIFIER_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLStringTokenizer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLStringTokenizer.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLStringTokenizer.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLStringTokenizer.cpp Thu Jun 16 19:56:35 2005
@@ -15,40 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:24  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/02/05 18:08:38  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2004/01/29 11:48:47  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.7  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.6  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.5  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 03:11:22  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 14:17:54  gareth
- * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
- *
- * Revision 1.2  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:16  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/06/11 15:15:46  knoaman
- * StringTokenizer renamed to XMLStringTokenizer.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUri.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUri.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUri.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUri.hpp Thu Jun 16 19:56:35 2005
@@ -16,97 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.19  2004/10/28 20:13:35  peiyongz
- * Data member reshuffle
- *
- * Revision 1.18  2004/09/08 13:56:25  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/05/25 18:11:47  peiyongz
- * normalizeURI() added
- *
- * Revision 1.16  2004/01/12 22:01:02  cargilld
- * Minor performance change for handling reserved and unreserved characters.
- *
- * Revision 1.15  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.14  2003/12/11 22:21:25  neilg
- * fixes for the URI implementation to take registry names into account; much thanks to Michael Glavassevich
- *
- * Revision 1.13  2003/12/02 17:50:21  neilg
- * additional fix for bug 25118; once again, thanks to Jeroen Whitmond
- *
- * Revision 1.12  2003/10/01 00:20:41  knoaman
- * Add a static method to check whether a given string is a valid URI.
- *
- * Revision 1.11  2003/09/25 22:23:25  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * Revision 1.10  2003/07/25 10:15:16  gareth
- * Patch by Michael Glavassevich
- *
- * The patch fixes Bugzilla #19787, #20006, #20009, #20010 and #20287, and
- * several other issues. A summary of the changes is listed below:
- *
- * 1. Added '[' and ']' to reserved characters as per RFC 2732.
- * 2. '[' and ']' added in RFC 2732, are not allowed in path segments, but
- * may appear in the opaque part.
- * 3. No URI can begin with a ':'.
- * 4. URI has no scheme if ':' occurs in a URI after '?' or '#', it's part of
- * the query string or fragment.
- * 5. Whitespace (even escaped as %20) is not permitted in the authority
- * portion of a URI.
- * 6. IPv4 addresses must match 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "."
- * 1*3DIGIT. Since RFC 2732.
- * 7. IPv4 addresses are 32-bit, therefore no segment may be larger than 255.
- * This isn't expressed by the grammar.
- * 8. Hostnames cannot end with a '-'.
- * 9. Labels in a hostname must be 63 bytes or less [RFC 1034].
- * 10. Hostnames may be no longer than 255 bytes [RFC 1034]. (That
- * restriction was already there. I just moved it inwards.
- * 11. Added support for IPv6 references added in RFC 2732. URIs such as
- * http://[::ffff:1.2.3.4] are valid. The BNF in RFC 2373 isn't correct. IPv6
- * addresses are read according to section 2.2 of RFC 2373.
- *
- * Revision 1.9  2003/05/16 06:01:53  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/05/15 19:07:46  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/01/06 19:43:18  tng
- * New feature StandardUriConformant to force strict standard uri conformance.
- *
- * Revision 1.6  2002/11/21 15:42:39  gareth
- * Implemented copy constructor and operator =. Patch by Jennifer Schachter.
- *
- * Revision 1.5  2002/11/04 15:22:05  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/23 18:41:00  tng
- * DOM L3: Support baseURI.   Add fURIText to XMLUri.   Added by Gareth Reakes and Thomas Ford.
- *
- * Revision 1.3  2002/08/23 20:45:24  tng
- * .Memory leak fix: XMLUri data not deleted if constructor failed.
- *
- * 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:17  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/08/29 19:03:03  peiyongz
- * Bugzilla# 2816:on AIX 4.2, xlC 3 r ev.1, Compilation error on inline method
- *
- * Revision 1.2  2001/08/16 14:09:44  peiyongz
- * Removed unused ctors and methods
- *
- * Revision 1.1  2001/08/10 16:23:41  peiyongz
- * XMLUri: creation
- *
- *
  */
 
 #if !defined(XMLURI_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ASCIIRangeFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ASCIIRangeFactory.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ASCIIRangeFactory.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ASCIIRangeFactory.cpp Thu Jun 16 19:56:35 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/05/05 01:12:24  dbertoni
- * Fix for Jira issue XERCESC-1391.
- *
- * Revision 1.6  2004/11/12 23:24:58  knoaman
- * Fix multi threading problem.
- *
- * Revision 1.5  2004/10/20 15:18:49  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.4  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/02/05 13:20:06  tng
- * [Bug 5716] Can't parse with Validation more than one file.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:28  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/05/11 13:26:39  tng
- * Copyright update.
- *
- * Revision 1.2  2001/05/03 18:17:18  knoaman
- * Some design changes:
- * o Changed the TokenFactory from a single static instance, to a
- *    normal class. Each RegularExpression object will have its own
- *    instance of TokenFactory, and that instance will be passed to
- *    other classes that need to use a TokenFactory to create Token
- *    objects (with the exception of RangeTokenMap).
- * o Added a new class RangeTokenMap to map a the different ranges
- *    in a given category to a specific RangeFactory object. In the old
- *    design RangeFactory had dual functionality (act as a Map, and as
- *    a factory for creating RangeToken(s)). The RangeTokenMap will
- *    have its own copy of the TokenFactory. There will be only one
- *    instance of the RangeTokenMap class, and that instance will be
- *    lazily deleted when XPlatformUtils::Terminate is called.
- *
- * Revision 1.1  2001/03/02 19:26:39  knoaman
- * Schema: Regular expression handling part II
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BMPattern.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BMPattern.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BMPattern.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BMPattern.cpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/01/07 15:12:11  amassari
- * Removed warnings
- *
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/10/01 16:32:40  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.3  2003/05/15 18:42:54  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:28  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:40  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:31  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BlockRangeFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BlockRangeFactory.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BlockRangeFactory.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/BlockRangeFactory.cpp Thu Jun 16 19:56:35 2005
@@ -15,64 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2005/05/05 01:12:24  dbertoni
- * Fix for Jira issue XERCESC-1391.
- *
- * Revision 1.8  2004/11/12 23:24:58  knoaman
- * Fix multi threading problem.
- *
- * Revision 1.7  2004/10/20 15:18:49  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.6  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/02/19 20:41:25  knoaman
- * Schema errata E2-38.
- *
- * Revision 1.4  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:59:36  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/02/05 13:20:06  tng
- * [Bug 5716] Can't parse with Validation more than one file.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:28  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/11/09 21:27:21  tng
- * Schema Regx Fix: manually add the extra specials and private use block range.
- *
- * Revision 1.5  2001/11/09 18:10:09  tng
- * Schema Regx: Block name 'X' should begin with 'IsX'.  And add missing block names and range.
- *
- * Revision 1.4  2001/06/22 16:26:27  peiyongz
- * fix: redefinition of SIZE
- *
- * Revision 1.3  2001/05/11 13:26:40  tng
- * Copyright update.
- *
- * Revision 1.2  2001/05/03 18:17:21  knoaman
- * Some design changes:
- * o Changed the TokenFactory from a single static instance, to a
- *    normal class. Each RegularExpression object will have its own
- *    instance of TokenFactory, and that instance will be passed to
- *    other classes that need to use a TokenFactory to create Token
- *    objects (with the exception of RangeTokenMap).
- * o Added a new class RangeTokenMap to map a the different ranges
- *    in a given category to a specific RangeFactory object. In the old
- *    design RangeFactory had dual functionality (act as a Map, and as
- *    a factory for creating RangeToken(s)). The RangeTokenMap will
- *    have its own copy of the TokenFactory. There will be only one
- *    instance of the RangeTokenMap class, and that instance will be
- *    lazily deleted when XPlatformUtils::Terminate is called.
- *
- * Revision 1.1  2001/03/02 19:26:41  knoaman
- * Schema: Regular expression handling part II
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/CharToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/CharToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/CharToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/CharToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  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.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:28  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:40  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:34  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ClosureToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ClosureToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ClosureToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ClosureToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.3  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.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:41  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:36  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConcatToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConcatToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConcatToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConcatToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * 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  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/03/18 19:29:53  knoaman
- * Change constant names to eliminate possible conflict with user defined ones.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:41  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:37  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConditionToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConditionToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConditionToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ConditionToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * 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  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/03/18 19:29:53  knoaman
- * Change constant names to eliminate possible conflict with user defined ones.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:41  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:39  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Match.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Match.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Match.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Match.cpp Thu Jun 16 19:56:35 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/01/07 15:12:11  amassari
- * Removed warnings
- *
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2003/05/16 00:03:10  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/12/18 13:01:02  gareth
- * New functionality - tokenize and replace. Fixed REVISIT for case insensitive match. Patch by Jennifer Schachter.
- *
- * Revision 1.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:42  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:40  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ModifierToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ModifierToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ModifierToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ModifierToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * 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  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/03/18 19:29:53  knoaman
- * Change constant names to eliminate possible conflict with user defined ones.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:43  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:41  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Op.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Op.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Op.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/Op.cpp Thu Jun 16 19:56:35 2005
@@ -15,38 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  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.4  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.3  2003/05/16 00:03:10  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/06/01 14:15:36  knoaman
- * Add a return value to satisfy compilers that complain about
- * no return value, although that code will not be executed.
- *
- * Revision 1.2  2001/05/11 13:26:43  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:47  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/OpFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/OpFactory.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/OpFactory.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/OpFactory.cpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2004/02/16 10:11:28  amassari
- * Fixed warning with gcc 3.3
- *
- * Revision 1.7  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.6  2003/05/18 14:02:06  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.5  2003/05/16 00:03:10  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 18:42:54  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/03/18 19:29:53  knoaman
- * Change constant names to eliminate possible conflict with user defined ones.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/06/07 20:55:36  tng
- * Fix no newline at the end warning.  By Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:26:43  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:48  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ParenToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ParenToken.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ParenToken.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/regx/ParenToken.cpp Thu Jun 16 19:56:35 2005
@@ -15,25 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  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.2  2002/11/04 15:17:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:29  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/05/11 13:26:44  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/02 19:22:49  knoaman
- * Schema: Regular expression handling part I
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------



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