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 02:21:14 UTC

svn commit: r191036 [5/9] - in /xerces/c/trunk: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ samples/src/DOMPrint/ samples/src/EnumVal/ samples/src/MemParse/ samples/src/PParse/ samples/src/PSVIWriter/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SCMPrint/ samples/src/StdInParse/ scripts/ src/xercesc/com/ 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/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ 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/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ 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/ tests/src/DOM/DOMTest/ tests/src/DOM/Traversal/ tests/src/MemHandlerTest/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/util/RefArrayOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefArrayOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefArrayOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefArrayOf.c Thu Jun 16 17:21:06 2005
@@ -14,40 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.6  2004/09/08 13:56:22  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/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:44  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:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:56  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:12  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.c Thu Jun 16 17:21:06 2005
@@ -14,69 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.16  2005/04/05 12:49:12  amassari
- * Fix thread safety issues. Jira #30380. Thanks to David Bertoni.
- *
- * Revision 1.15  2005/02/02 09:27:53  amassari
- * Added rehashing capabilities
- *
- * Revision 1.14  2004/12/30 14:52:34  amassari
- * Added API to remove all entries having the same primary key
- *
- * Revision 1.13  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.11  2004/09/22 11:14:22  amassari
- * Reorder initialization of variables in constructor
- *
- * Revision 1.10  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/08/30 18:56:20  amassari
- * Change the order of testing to save some CPU cycles
- *
- * Revision 1.8  2004/08/30 15:18:35  amassari
- * - Added transferElement API
- * - The iterator class now can iterate over the items having the same primary key
- *
- * Revision 1.7  2004/03/01 15:03:08  peiyongz
- * new getter: getHashModulus
- *
- * Revision 1.6  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.5  2003/10/17 21:10:40  peiyongz
- * nextElementKey() added
- *
- * Revision 1.4  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/07/19 18:43:18  peiyongz
- * fix: detect null poiniter in enumerator's ctor.
- *
- * Revision 1.4  2001/06/04 13:45:03  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.3  2001/05/11 13:26:28  tng
- * Copyright update.
- *
- * Revision 1.2  2001/03/14 13:18:21  tng
- * typo: should use fKey1
- *
- * Revision 1.1  2001/02/27 18:24:00  tng
- * Schema: Add utility RefHash2KeysTableOf.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.c Thu Jun 16 17:21:06 2005
@@ -14,72 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.18  2005/02/02 09:29:48  amassari
- * Removed warnings
- *
- * Revision 1.17  2005/01/12 20:06:55  cargilld
- * Remove warning messages.
- *
- * Revision 1.16  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.15  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.13  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/08/30 18:56:21  amassari
- * Change the order of testing to save some CPU cycles
- *
- * Revision 1.11  2004/03/01 15:03:08  peiyongz
- * new getter: getHashModulus
- *
- * Revision 1.10  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * 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/03 22:00:31  peiyongz
- * RefHashTable-like enumeration accessing added
- *
- * Revision 1.7  2003/10/29 16:18:05  peiyongz
- * size() added and Reset() bug fixed
- *
- * Revision 1.6  2003/06/02 15:18:08  neilg
- * fix for bug #20092; thanks to Berin Lautenbach
- *
- * Revision 1.5  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.4  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/07/19 18:43:18  peiyongz
- * fix: detect null poiniter in enumerator's ctor.
- *
- * Revision 1.3  2001/06/04 13:45:04  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:26:29  tng
- * Copyright update.
- *
- * Revision 1.1  2001/03/21 21:56:12  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/RefHashTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHashTableOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHashTableOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefHashTableOf.c Thu Jun 16 17:21:06 2005
@@ -14,112 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.22  2005/04/22 16:12:48  dbertoni
- * Patch for Jira issue XERCESC-1410.
- *
- * Revision 1.21  2005/02/25 09:16:51  gareth
- * Fix thread safety issues. Jira #30380. Thanks to David Bertoni.
- *
- * Revision 1.20  2005/02/08 09:21:11  amassari
- * Removed warnings
- *
- * Revision 1.19  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.18  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.17  2004/11/18 01:35:20  cargilld
- * Performance improvement to utility classes from Christian Will.  Avoid unnecessary checks and replace with assert calls.
- *
- * Revision 1.16  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.15  2004/04/22 10:47:44  cargilld
- * Misc fix to update fCount in the correct place.
- *
- * Revision 1.14  2004/03/01 15:03:08  peiyongz
- * new getter: getHashModulus
- *
- * Revision 1.13  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * 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/08/20 11:51:39  gareth
- * Reorderd initializer list to prevent compiler warning.
- *
- * Revision 1.10  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.9  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.8  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/05/15 10:37:08  gareth
- * Optimization. We now resize the hash when appropriate. Patch by Nathan Codding.
- *
- * Revision 1.6  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/07/11 18:49:53  knoaman
- * Add setAdoptElements method.
- * Rename removeBucketElemSafe to orphanKey.
- *
- * Revision 1.4  2002/07/05 11:31:04  tng
- * Fix typo.
- *
- * Revision 1.3  2002/07/04 15:24:57  tng
- * DOM L3: add transferElement and removeBucketElemSafe for use in DOMDocument::renameNode.
- *
- * Revision 1.2  2002/06/12 17:14:03  tng
- * Add function cleanup, reinitialize and nextElementKey for ease of use.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.9  2001/07/19 18:43:18  peiyongz
- * fix: detect null poiniter in enumerator's ctor.
- *
- * Revision 1.8  2001/06/04 13:45:04  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.7  2000/09/06 00:24:16  andyh
- * Clean up misc compiler warnings
- *
- * Revision 1.6  2000/07/07 22:16:50  jpolast
- * remove old put(value) function.  use put(key,value) instead.
- *
- * Revision 1.5  2000/06/29 18:27:09  jpolast
- * bug fix for passing hasher class references to constructor
- *
- * Revision 1.4  2000/06/27 22:11:12  jpolast
- * added more general functionality to hashtables.
- * able to specify which hasher to use.
- * default: HashXMLCh [hashes XMLCh* strings]
- *
- * future todo: make hasher class references static so only
- * one instance of a hasher is ever created.
- *
- * Revision 1.3  2000/03/02 19:54:44  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:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:59  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:12  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/RefStackOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefStackOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefStackOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefStackOf.c Thu Jun 16 17:21:06 2005
@@ -14,37 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $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/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:44  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:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:02  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:13  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/RefVectorOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefVectorOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefVectorOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/RefVectorOf.c Thu Jun 16 17:21:06 2005
@@ -14,67 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.12  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/09/10 14:56:31  neilg
- * fix compiler warnings on ISeries; add Apache copyright notice
- *
- * Revision 1.10  2003/05/30 16:11:45  gareth
- * Fixes so we compile under VC7.1. Patch by Alberto Massari.
- *
- * Revision 1.9  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/02/06 16:11:30  peiyongz
- * Bug#16826: RefVectorOf.c has errors in strict ANSI mode,  patch from
- * David Bertoni (David_N_Bertoni@lotus.com )
- *
- * Revision 1.6  2002/12/17 21:06:02  gareth
- * Removed defaulting from parameters in c files as windows and gcc 3.2 say this is wrong.
- *
- * Revision 1.5  2002/12/17 17:17:58  gareth
- * added abstract base class BaseRefVectorOf from which both RefVectorOf and RefArrayVectorOf inherit
- * the new RefArrayVectorOf has proper destructor for array deletion
- *
- * Revision 1.4  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/02/05 15:38:14  tng
- * [Bug 6114] Memory leaks on iDOM getElementsByTagName().
- *
- * Revision 1.2  2002/02/05 13:11:06  tng
- * [Bug 6114] Memory leaks on iDOM getElementsByTagName().
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/06/25 13:01:49  knoaman
- * Add constraint checking on elements in complex types to prevent same
- * element names from having different definitions - use substitueGroups.
- *
- * Revision 1.4  2000/07/31 19:18:25  jpolast
- * bug fix in removeAll() to zero out all the pointers.
- *
- * Revision 1.3  2000/03/02 19:54:45  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:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:04  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:13  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/StringPool.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/StringPool.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/StringPool.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/StringPool.cpp Thu Jun 16 17:21:06 2005
@@ -15,66 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/12/13 16:35:21  cargilld
- * Performance improvement from Christian Will.
- *
- * Revision 1.11  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/03/02 23:21:37  peiyongz
- * eliminate leakage
- *
- * Revision 1.9  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/10/29 16:18:41  peiyongz
- * Implement serialization/deserialization
- *
- * Revision 1.6  2003/10/09 13:49:30  neilg
- * make StringPool functions virtual so that we can implement a synchronized version of StringPool for thread-safe updates.
- *
- * Revision 1.5  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.6  2001/10/22 15:43:35  tng
- * [Bug 3361] "String pool id was not legal" error in Attributes::getURI().
- *
- * Revision 1.5  2000/07/07 22:16:51  jpolast
- * remove old put(value) function.  use put(key,value) instead.
- *
- * 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:46  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:04  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:14  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2003/10/09 15:35:13  neilg
- * fix bug in synchronized addOrFind method; thanks to Khaled for pointing this out
- *
- * Revision 1.1  2003/10/09 13:51:16  neilg
- * implementation of a StringPool implementation that permits thread-safe updates.  This can now be used by a grammar pool that is locked so that scanners have somehwere to store information about newly-encountered URIs
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp Thu Jun 16 17:21:06 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.14  2005/01/07 15:12:11  amassari
- * Removed warnings
- *
- * Revision 1.13  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2004/01/19 16:06:56  amassari
- * WideCharToMultiByte and MultiByteToWideChar return 0 on failure, not -1
- *
- * Revision 1.11  2004/01/13 16:34:22  cargilld
- * Misc memory management changes.
- *
- * Revision 1.10  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.9  2003/11/08 23:37:00  neilg
- * fix for bug 24287 by Abe Backus.
- *
- * Revision 1.8  2003/05/17 16:32:17  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.7  2003/05/16 14:04:46  neilg
- * fix compilation error
- *
- * Revision 1.6  2003/05/16 06:01:57  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/05/15 18:47:02  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/09 17:02:20  peiyongz
- * PanicHandler
- *
- * Revision 1.3  2003/03/07 18:15:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:14:32  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/08/19 18:35:56  tng
- * [Bug 6467] Installing Xerces C++ on cygwin environment.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp Thu Jun 16 17:21:06 2005
@@ -14,35 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.5  2004/09/24 11:25:31  cargilld
- * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
- *
- * Revision 1.4  2004/09/23 21:44:13  cargilld
- * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
- *
- * Revision 1.3  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/06/25 16:19:14  tng
- * Rename iconv_cnv.c to iconv_cnv.cpp.  AS400 changes by Linda Swan.
- *
- * Revision 1.3  2001/06/19 19:31:04  tng
- * Latest AS/400 update.
- *
- * Revision 1.2  2000/09/12 17:06:49  aruna1
- * Replaced INDEX_OUTOFBOUNDS error to BUFFER_OVERFLOW error for toUnicode and from_Unicode functions for compatibility with icu 1.6
- *
- * Revision 1.1  2000/02/10 18:08:28  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp Thu Jun 16 17:21:06 2005
@@ -14,35 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.5  2005/05/18 13:44:44  cargilld
- * OS400 updates from Jay Hansen.
- *
- * Revision 1.5  2005/03/09 21:44:13  jrhansen
- * Use qlgusr.h instead of QlgCvtTextDescToDesc prototype  jrhansen  @15
- * 
- * Revision 1.4  2004/09/23 21:44:13  cargilld
- * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
- *
- * Revision 1.3  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/10/24 14:06:59  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.1  2001/06/25 16:19:56  tng
- * Rename iconv_util.h to iconv_util.hpp.  AS400 changes by Linda Swan.
- *
- * Revision 1.1  2000/02/10 18:08:28  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 #include <xercesc/util/XercesDefs.hpp>

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/pos400.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/pos400.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/pos400.h (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/pos400.h Thu Jun 16 17:21:06 2005
@@ -14,17 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.2  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/02/10 18:08:28  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 /* Define the platform we're on. */

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/utypes.h
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/utypes.h?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/utypes.h (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/utypes.h Thu Jun 16 17:21:06 2005
@@ -14,20 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.3  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/02/10 18:08:28  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 #ifndef UTYPES_H

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp Thu Jun 16 17:21:06 2005
@@ -15,71 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.16  2004/07/23 16:05:50  amassari
- * transcode was badly terminating the converted string (jira#1179)
- *
- * Revision 1.15  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.14  2003/05/17 16:32:17  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.13  2003/05/16 21:37:00  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.12  2003/05/15 18:47:04  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/03/09 17:02:57  peiyongz
- * PanicHandler
- *
- * Revision 1.10  2003/03/07 15:08:57  tng
- * [Bug 17571] fix building IconvFBSD (namespaces) .  Patch from Bjoern A. Zeeb.
- *
- * Revision 1.9  2003/03/07 14:42:45  tng
- * [Bug 17570] IconvFBSD build on alpha,sparc.  Patch from Bjoern A. Zeeb.
- *
- * Revision 1.8  2003/02/25 08:15:42  gareth
- * Patch to fix compile problem in bug #17358. Patch by Michael Cahill.
- *
- * Revision 1.7  2002/12/31 18:42:43  tng
- * [Bug 15608] IconvLCPTranscoder::transcode() is wrong at wcstombs() usage.
- *
- * Revision 1.6  2002/11/04 15:14:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/07/04 18:20:18  tng
- * [Bug 10253] Bugfix for the IconvFBSD transcoder.   Patch from Max Gotlib.
- *
- * Revision 1.4  2002/04/11 15:38:05  knoaman
- * String lower case support for FreeBSD by Max Gotlib
- *
- * Revision 1.3  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.2  2002/03/18 13:39:11  tng
- * [Bug 7162 ] IconvFreeBSDTransService.cpp needs an #include statement fixed to use xercesc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.4  2002/01/14 19:45:15  tng
- * Support IconvFBSD in multi-threading environment with all the possible combinations of threading and transcoding options.  By Max Gotlib.
- *
- * Revision 1.3  2001/12/12 14:48:16  tng
- * More bug fixes in IconvFBSD Transcoder.  By Max Gotlib.
- *
- * Revision 1.2  2001/12/11 15:10:14  tng
- * More changes to IconvFBSDTransService.  Allow using "old" TransServece implementation (via '-t native' option to runConfigure) or
- * to employ libiconv (it is a part of FreeBSD ports-collection) services.  By Max Gotlib.
- *
- * Revision 1.1  2001/12/03 14:45:11  tng
- * FreeBSD native transcoder (IconvFBSD) added by Max Gotlib.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp Thu Jun 16 17:21:06 2005
@@ -15,53 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.14  2004/07/23 15:29:09  amassari
- * transcode was badly terminating the converted string (jira#1206)
- *
- * Revision 1.13  2004/07/23 14:35:03  amassari
- * A global mutex was not cleaned up
- *
- * Revision 1.12  2004/02/25 14:53:24  peiyongz
- * Bug#27209: Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors!
- *
- * Revision 1.11  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.10  2003/08/19 14:01:41  neilg
- * fix for bug 22537
- *
- * Revision 1.9  2003/05/17 16:32:18  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.8  2003/05/16 21:37:00  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.7  2003/05/15 18:47:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/04/07 16:52:13  peiyongz
- * Bug# 18672: IconvGNUTranscoder can't be build when namespaces is on.
- *                       Patch from Bacek@yandex-team.ru (Vasily Tchekalkin)
- *
- * Revision 1.5  2003/03/09 17:03:25  peiyongz
- * PanicHandler
- *
- * Revision 1.4  2002/12/31 18:42:54  tng
- * [Bug 15608] IconvLCPTranscoder::transcode() is wrong at wcstombs() usage.
- *
- * Revision 1.3  2002/11/04 15:14:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/09/27 13:33:43  tng
- * [Bug 12547] Xerces C++ 2.1 fails to build on Linux 64 bits arch with -tlinux.  Patch from Guillaume Morin.
- *
- * Revision 1.1  2002/08/19 19:38:18  tng
- * [Bug 11771] Linux specific IconvGNU transcoder.  Patch from Vasily Tchekalkin.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/02/06 18:27:26  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2004/06/15 17:26:25  neilg
- * make sure tables are properly aligned; thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/06/15 17:26:25  neilg
- * make sure tables are properly aligned; thanks to Steve Dulin
- *
- * Revision 1.2  2004/02/06 18:18:09  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/02/23 15:57:48  cargilld
- * Copy performance change made to XMLUTF8Transcoder.cpp to the 390 version.
- *
- * Revision 1.5  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/06/30 19:04:17  peiyongz
- * XML1.0-3rd Edition: UTF_8
- *
- * Revision 1.3  2004/02/06 18:23:55  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/06/15 17:26:25  neilg
- * make sure tables are properly aligned; thanks to Steve Dulin
- *
- * Revision 1.2  2004/02/06 18:27:26  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/ascii.s
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/ascii.s?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/ascii.s (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/ascii.s Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
 *
 
 *
-* $Log$
-* Revision 1.3  2004/09/17 09:58:09  cargilld
-* Updates to build on OS390 from Steve Dulin.
-*
-* Revision 1.2  2004/09/08 13:56:46  peiyongz
-* Apache License Version 2.0
-*
-* Revision 1.1  2004/02/06 14:52:38  cargilld
-* Intrinsic transcoding support for 390.
-*
+* $Id$
 *
 
 TROTASC  CSECT

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/trot.s
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/trot.s?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/trot.s (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/trot.s Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
 *
 
 *
-* $Log$
-* Revision 1.3  2004/09/17 09:58:09  cargilld
-* Updates to build on OS390 from Steve Dulin.
-*
-* Revision 1.2  2004/09/08 13:56:46  peiyongz
-* Apache License Version 2.0
-*
-* Revision 1.1  2004/02/06 15:02:11  cargilld
-* Intrinsic transcoding support for 390.
-*
+* $Id$
 *
 
 TROT     CSECT

Modified: xerces/c/trunk/src/xercesc/util/ValueArrayOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueArrayOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueArrayOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/ValueArrayOf.c Thu Jun 16 17:21:06 2005
@@ -14,46 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.8  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.7  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * 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/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.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:04  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:26  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:17  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/ValueHashTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueHashTableOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueHashTableOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/ValueHashTableOf.c Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/ValueStackOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueStackOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueStackOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/ValueStackOf.c Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/ValueVectorOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueVectorOf.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueVectorOf.c (original)
+++ xerces/c/trunk/src/xercesc/util/ValueVectorOf.c Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLAbstractDoubleFloat.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLAbstractDoubleFloat.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLBigDecimal.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLBigDecimal.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLBigDecimal.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLBigDecimal.cpp Thu Jun 16 17:21:06 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$
  */
 
 // ---------------------------------------------------------------------------
@@ -370,7 +280,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/trunk/src/xercesc/util/XMLBigInteger.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLBigInteger.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLBigInteger.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLBigInteger.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLDateTime.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDateTime.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDateTime.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDateTime.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLDeleterFor.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDeleterFor.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDeleterFor.c (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDeleterFor.c Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLDouble.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLDouble.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLDouble.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLDouble.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLFloat.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLFloat.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLFloat.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLFloat.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLInitializer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLInitializer.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLInitializer.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLInitializer.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLMsgLoader.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLMsgLoader.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLMsgLoader.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLMsgLoader.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLNumber.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLNumber.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLNumber.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLNumber.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLRegisterCleanup.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLRegisterCleanup.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/XMLStringTokenizer.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLStringTokenizer.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLStringTokenizer.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLStringTokenizer.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/ASCIIRangeFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/ASCIIRangeFactory.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/ASCIIRangeFactory.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/ASCIIRangeFactory.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/BMPattern.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/BMPattern.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/BMPattern.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/BMPattern.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/BlockRangeFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/BlockRangeFactory.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/BlockRangeFactory.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/BlockRangeFactory.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/CharToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/CharToken.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/CharToken.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/CharToken.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/ClosureToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/ClosureToken.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/ClosureToken.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/ClosureToken.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/ConcatToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/ConcatToken.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/ConcatToken.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/ConcatToken.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/ConditionToken.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/ConditionToken.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/ConditionToken.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/ConditionToken.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/regx/Match.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/regx/Match.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/regx/Match.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/regx/Match.cpp Thu Jun 16 17:21:06 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$
  */
 
 // ---------------------------------------------------------------------------



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