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 [9/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/RefHash2KeysTableOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash2KeysTableOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash2KeysTableOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash2KeysTableOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,70 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2005/02/02 09:27:54  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.12  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  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.10  2004/03/01 15:03:08  peiyongz
- * new getter: getHashModulus
- *
- * 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/20 11:45:06  gareth
- * Made enumerators inherit from XMemory.
- *
- * Revision 1.6  2003/10/17 21:10:40  peiyongz
- * nextElementKey() added
- *
- * Revision 1.5  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.4  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/06/12 17:15:12  tng
- * Remove redundant include header file.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/12/22 01:06:08  jasons
- * Made the destructors virtual for:
- *
- * * ~RefHash2KeysTableOfEnumerator
- * * ~RefHash3KeysIdPoolEnumerator
- *
- * This fixes bug #5514
- *
- * Revision 1.3  2001/06/04 13:45:03  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.2  2001/05/11 13:26:28  tng
- * Copyright update.
- *
- * Revision 1.1  2001/02/27 18:24:01  tng
- * Schema: Add utility RefHash2KeysTableOf.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.c Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefHash3KeysIdPool.hpp Thu Jun 16 19:56:35 2005
@@ -15,60 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.11  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2004/03/01 15:03:08  peiyongz
- * new getter: getHashModulus
- *
- * 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/11/03 22:00:31  peiyongz
- * RefHashTable-like enumeration accessing added
- *
- * Revision 1.6  2003/10/29 16:17:48  peiyongz
- * size() added
- *
- * Revision 1.5  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/06/12 17:15:12  tng
- * Remove redundant include header file.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.4  2001/12/22 01:06:08  jasons
- * Made the destructors virtual for:
- *
- * * ~RefHash2KeysTableOfEnumerator
- * * ~RefHash3KeysIdPoolEnumerator
- *
- * This fixes bug #5514
- *
- * 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/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.c Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefHashTableOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,100 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2005/04/22 16:12:48  dbertoni
- * Patch for Jira issue XERCESC-1410.
- *
- * Revision 1.17  2005/02/08 09:21:11  amassari
- * Removed warnings
- *
- * Revision 1.16  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.15  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * 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/10/20 11:45:06  gareth
- * Made enumerators inherit from XMemory.
- *
- * 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/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.4  2002/07/11 18:49:53  knoaman
- * Add setAdoptElements method.
- * Rename removeBucketElemSafe to orphanKey.
- *
- * 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/06/04 13:45:04  tng
- * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
- *
- * Revision 1.8  2000/07/07 22:16:51  jpolast
- * remove old put(value) function.  use put(key,value) instead.
- *
- * Revision 1.7  2000/06/29 18:27:09  jpolast
- * bug fix for passing hasher class references to constructor
- *
- * Revision 1.6  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.5  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.4  2000/02/24 20:05:25  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.3  2000/02/06 07:48:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/18 00:18:10  roddey
- * More changes to support the new, completely orthagonal support for
- * intrinsic encodings.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:01  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/branches/xerces-2.7/src/xercesc/util/RefStackOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.c Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/RefStackOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefStackOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2002/11/04 15:22:04  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:12  peiyongz
- * sane_include
- *
- * Revision 1.4  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.3  2000/02/24 20:05:25  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:03  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$
  */
 
 #if !defined(REFSTACKOF_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.c Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/RefVectorOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefVectorOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,59 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.8  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  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.5  2002/12/04 02:32:43  knoaman
- * #include cleanup.
- *
- * Revision 1.4  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/08/21 17:45:00  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * 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:52  knoaman
- * Add constraint checking on elements in complex types to prevent same
- * element names from having different definitions - use substitueGroups.
- *
- * Revision 1.4  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.3  2000/02/24 20:05:25  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:05  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$
  */
 
 #if !defined(REFVECTOROF_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/SchemaDateTimeException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/SchemaDateTimeException.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/SchemaDateTimeException.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/SchemaDateTimeException.hpp Thu Jun 16 19:56:35 2005
@@ -16,20 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * 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.1  2001/11/12 20:36:54  peiyongz
- * SchemaDateTimeException defined
- *
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/SecurityManager.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/SecurityManager.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/SecurityManager.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/SecurityManager.hpp Thu Jun 16 19:56:35 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.2  2003/04/22 12:53:38  neilg
- * change const static member to an enum to make MSVC happy
- *
- * change ENTITY_EXPANSION_LIMIT from a static const data member to an enum
- * 
- * Revision 1.1  2003/04/17 21:58:49  neilg
- * Adding a new property,
- * http://apache.org/xml/properties/security-manager, with
- * appropriate getSecurityManager/setSecurityManager methods on DOM
- * and SAX parsers.  Also adding a new SecurityManager class.
- *
- * The purpose of these modifications is to permit applications a
- * means to have the parser reject documents whose processing would
- * otherwise consume large amounts of system resources.  Malicious
- * use of such documents could be used to launch a denial-of-service
- * attack against a system running the parser.  Initially, the
- * SecurityManager only knows about attacks that can result from
- * exponential entity expansion; this is the only known attack that
- * involves processing a single XML document.  Other, simlar attacks
- * can be launched if arbitrary schemas may be parsed; there already
- * exist means (via use of the EntityResolver interface) by which
- * applications can deny processing of untrusted schemas.  In future,
- * the SecurityManager will be expanded to take these other exploits
- * into account.
- *
- * Initial checkin of SecurityManager
- *
  * $Id$
- *
  */
 
 #ifndef SECURITYMANAGER_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/StringPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/StringPool.hpp Thu Jun 16 19:56:35 2005
@@ -15,52 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2004/12/13 16:35:21  cargilld
- * Performance improvement from Christian Will.
- *
- * Revision 1.8  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * 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/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/03/07 18:11:54  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:12  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/10/22 15:43:35  tng
- * [Bug 3361] "String pool id was not legal" error in Attributes::getURI().
- *
- * Revision 1.4  2000/07/07 22:16:52  jpolast
- * remove old put(value) function.  use put(key,value) instead.
- *
- * Revision 1.3  2000/02/24 20:05:25  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.2  2000/02/06 07:48:04  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:11  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:15  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #if !defined(STRINGPOOL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/SynchronizedStringPool.hpp Thu Jun 16 19:56:35 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * 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$
  */
 
 #if !defined(SYNCHRONIZEDSTRINGPOOL_HPP)

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/TransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/TransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/TransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,106 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.14  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/05/19 20:51:20  peiyongz
- * XML1.0-3rd Edition: UTF_8
- *
- * Revision 1.12  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.11  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.10  2003/11/24 19:52:06  neilg
- * allow classes derived from XMLTransService to tailor the intrinsic maps to their taste.
- *
- * Revision 1.9  2003/06/03 18:12:29  knoaman
- * Add default value for memory manager argument.
- *
- * Revision 1.8  2003/05/15 19:07:45  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/03/07 18:11:55  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.6  2003/02/04 22:11:52  peiyongz
- * bug#16784: Obsolete documentation on XMLTranscoder -- reported by
- * Colin Paul Adams, Preston Lancashire
- *
- * Revision 1.5  2002/11/25 21:27:52  tng
- * Performance: use XMLRecognizer::Encodings enum to make new transcode, faster than comparing the encoding string every time.
- *
- * Revision 1.4  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/07/18 20:05:31  knoaman
- * Add a new feature to control strict IANA encoding name.
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:13  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/11/01 23:37:07  jasons
- * 2001-11-01  Jason E. Stewart  <ja...@openinformatics.com>
- *
- * 	* src/util/TransService.hpp (Repository):
- * 	Updated Doxygen documentation for XMLTranscoder class
- *
- * Revision 1.13  2001/05/11 13:26:30  tng
- * Copyright update.
- *
- * Revision 1.12  2001/01/25 19:19:32  tng
- * Let user add their encoding to the intrinsic mapping table.  Added by Khaled Noaman.
- *
- * Revision 1.11  2000/04/12 22:57:45  roddey
- * A couple of fixes to comments and parameter names to make them
- * more correct.
- *
- * Revision 1.10  2000/03/28 19:43:19  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.9  2000/03/17 23:59:54  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.8  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.7  2000/02/24 20:05:25  abagchi
- * Swat for removing Log from API docs
- *
- * Revision 1.6  2000/02/06 07:48:04  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/25 22:49:55  roddey
- * Moved the supportsSrcOfs() method from the individual transcoder to the
- * transcoding service, where it should have been to begin with.
- *
- * Revision 1.4  2000/01/25 19:19:07  roddey
- * Simple addition of a getId() method to the xcode and netacess abstractions to
- * allow each impl to give back an id string.
- *
- * Revision 1.3  1999/12/18 00:18:10  roddey
- * More changes to support the new, completely orthagonal support for
- * intrinsic encodings.
- *
- * Revision 1.2  1999/12/15 19:41:28  roddey
- * Support for the new transcoder system, where even intrinsic encodings are
- * done via the same transcoder abstraction as external ones.
- *
- * Revision 1.1.1.1  1999/11/09 01:05:16  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:16  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef TRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Cygwin/CygwinTransService.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,75 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:44  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.8  2003/05/17 16:32:17  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.7  2003/05/15 18:47:03  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/03/07 18:15:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.5  2002/11/22 14:56:47  tng
- * 390: Uniconv390 support.  Patch by Chris Larsson and Stephen Dulin.
- *
- * Revision 1.4  2002/11/11 14:08:01  tng
- * Fix: UConverter should be declared outside xerces-c++ namespace
- *
- * Revision 1.3  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.10  2000/03/18 00:00:03  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.9  2000/03/02 19:55:34  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.8  2000/02/06 07:48:32  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.7  2000/01/25 22:49:56  roddey
- * Moved the supportsSrcOfs() method from the individual transcoder to the
- * transcoding service, where it should have been to begin with.
- *
- * Revision 1.6  2000/01/25 19:19:08  roddey
- * Simple addition of a getId() method to the xcode and netacess abstractions to
- * allow each impl to give back an id string.
- *
- * Revision 1.5  2000/01/19 23:21:11  abagchi
- * Made this file compatible with ICU 1.4
- *
- * Revision 1.4  2000/01/19 00:58:07  roddey
- * Update to support new ICU 1.4 release.
- *
- * Revision 1.3  1999/12/18 00:22:32  roddey
- * Changes to support the new, completely orthagonal, transcoder architecture.
- *
- * Revision 1.2  1999/12/15 19:43:45  roddey
- * Now implements the new transcoding abstractions, with separate interface
- * classes for XML transcoders and local code page transcoders.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:08  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:34  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef ICUTRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,62 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:44  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.6  2003/05/15 18:47:03  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:15:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/01/06 21:48:05  tng
- * Remove obsolete old functions transcodeXML and transcodeOne
- *
- * Revision 1.3  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.8  2000/03/02 19:55:35  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.7  2000/02/06 07:48:33  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.6  2000/01/25 22:49:57  roddey
- * Moved the supportsSrcOfs() method from the individual transcoder to the
- * transcoding service, where it should have been to begin with.
- *
- * Revision 1.5  2000/01/25 19:19:08  roddey
- * Simple addition of a getId() method to the xcode and netacess abstractions to
- * allow each impl to give back an id string.
- *
- * Revision 1.4  2000/01/06 01:21:34  aruna1
- * Transcoding services modified.
- *
- * Revision 1.3  2000/01/05 23:30:38  abagchi
- * Fixed the new class IconvLCPTranscoder functions. Tested on Linux only.
- *
- * Revision 1.2  1999/12/18 00:22:32  roddey
- * Changes to support the new, completely orthagonal, transcoder architecture.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:34  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef ICONVTRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.6  2003/05/15 18:47:03  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/03/07 18:15:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.4  2003/01/06 21:46:08  tng
- * Since 390 uses ICU or Uniconv390 TransService, change Iconv390 to use intrinsic transcoders only so as to bypass Bug 2393.
- *
- * Revision 1.3  2002/11/04 15:14:33  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:36  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/14 17:59:49  abagchi
- * Reused iconv descriptors
- *
- * Revision 1.1  2000/02/08 02:14:11  abagchi
- * Initial checkin
- *
- *
+ * $Id$
  */
 
 #ifndef ICONV390TRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp Thu Jun 16 19:56:35 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44:44  cargilld
- * OS400 updates from 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:34  tng
- * Rename iconv_cnv.h to iconv_cnv.hpp.  AS400 changes by Linda Swan.
- *
- * Revision 1.1  2000/02/10 18:08:28  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 #ifndef UCNV_H

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp Thu Jun 16 19:56:35 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44:44  cargilld
- * OS400 updates from 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:20:08  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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/pos400.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/pos400.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/pos400.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/pos400.h Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/utypes.h
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/utypes.h?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/utypes.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Iconv400/utypes.h Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,47 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.10  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.9  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.8  2003/05/17 16:32:18  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.7  2003/05/15 18:47:04  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/03/07 18:15:57  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.5  2003/03/07 15:08:57  tng
- * [Bug 17571] fix building IconvFBSD (namespaces) .  Patch from Bjoern A. Zeeb.
- *
- * Revision 1.4  2002/11/04 15:14:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/04/11 15:38:05  knoaman
- * String lower case support for FreeBSD by Max Gotlib
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:36  peiyongz
- * sane_include
- *
- * Revision 1.3  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.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$
  */
 
 #ifndef ICONVFBSDTRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,28 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:45  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.5  2003/05/17 16:32:18  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.4  2003/05/15 18:47:05  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * 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:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/08/19 19:38:18  tng
- * [Bug 11771] Linux specific IconvGNU transcoder.  Patch from Vasily Tchekalkin.
- *
+ * $Id$
  */
 
 #ifndef ICONVGNUTRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XML256TABLETRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XML88591TRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XMLASCIITRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XMLEBCDICTRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XMLIBM1047TRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp Thu Jun 16 19:56:35 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.2  2004/02/06 18:18:09  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 #ifndef XMLIBM1140TRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * 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/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.2  2004/02/06 18:18:09  cargilld
- * Misc 390 changes.
- *
+ * $Id$
  */
 
 #ifndef XMLUTF8TRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp Thu Jun 16 19:56:35 2005
@@ -15,19 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:46  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/08/20 10:16:11  cargilld
- * Fix Jira bug XERCESC-1257, incorrect header guard.
- *
- * Revision 1.2  2004/04/22 22:46:46  neilg
- * not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well.  Thanks to Steve Dulin
- *
- * Revision 1.1  2004/02/06 15:02:11  cargilld
- * Intrinsic transcoding support for 390.
- *
+ * $Id$
  */
 
 #ifndef XMLWIN1252TRANSCODER390_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/ascii.s
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/ascii.s?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/ascii.s (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/ascii.s Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/trot.s
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/trot.s?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/trot.s (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Uniconv390/trot.s Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp Thu Jun 16 19:56:35 2005
@@ -15,73 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:47  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2003/12/24 15:24:15  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.6  2003/05/17 16:32:18  knoaman
- * Memory manager implementation : transcoder update.
- *
- * Revision 1.5  2003/05/15 18:47:07  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2003/03/07 18:15:58  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.3  2002/11/04 15:14:34  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/09 15:44:00  knoaman
- * Add lower case string support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:37  peiyongz
- * sane_include
- *
- * Revision 1.10  2000/05/09 00:22:45  andyh
- * Memory Cleanup.  XMLPlatformUtils::Terminate() deletes all lazily
- * allocated memory; memory leak checking tools will no longer report
- * that leaks exist.  (DOM GetElementsByTagID temporarily removed
- * as part of this.)
- *
- * Revision 1.9  2000/03/18 00:00:04  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.8  2000/03/07 23:45:36  roddey
- * First cut for additions to Win32 xcode. Based very loosely on a
- * prototype from Eric Ulevik.
- *
- * Revision 1.7  2000/03/02 19:55:36  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.6  2000/02/06 07:48:34  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.5  2000/01/25 22:49:58  roddey
- * Moved the supportsSrcOfs() method from the individual transcoder to the
- * transcoding service, where it should have been to begin with.
- *
- * Revision 1.4  2000/01/25 19:19:09  roddey
- * Simple addition of a getId() method to the xcode and netacess abstractions to
- * allow each impl to give back an id string.
- *
- * Revision 1.3  1999/12/18 00:22:33  roddey
- * Changes to support the new, completely orthagonal, transcoder architecture.
- *
- * Revision 1.2  1999/12/15 19:44:02  roddey
- * Now implements the new transcoding abstractions, with separate interface
- * classes for XML transcoders and local code page transcoders.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:06  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:35  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 #ifndef WIN32TRANSSERVICE_HPP

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.c Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/ValueArrayOf.hpp Thu Jun 16 19:56:35 2005
@@ -15,45 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2004/09/08 13:56:23  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/01/29 11:48:46  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/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:27  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$
  */
 
 



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