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

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

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp Thu Jun 16 18:29:55 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/05/11 13:39:35  amassari
- * The net accessor input source now can be used to get data using PUT or POST, as well as GET
- *
- * Revision 1.3  2003/03/07 18:15:49  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:11:38  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/03/20 23:48:51  rahulj
- * Added Socket based NetAccessor. This will enable one to
- * use HTTP URL's for system id's. Default build options do
- * not use this NetAccessor. Specify the '-n socket' option
- * to 'runConfigure' to configure Xerces-C to use this new
- * feature. The code works under Solaris 2.6, Linux, AIX
- * and HPUX 11 with aCC.
- * Todo's: enable proper error handling.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.hpp Thu Jun 16 18:29:55 2005
@@ -15,49 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/05/11 13:39:35  amassari
- * The net accessor input source now can be used to get data using PUT or POST, as well as GET
- *
- * Revision 1.6  2004/01/29 11:51:20  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.5  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.4  2002/12/09 13:12:12  tng
- * Fix compilation error.
- *
- * Revision 1.3  2002/12/09 09:57:27  gareth
- * Fixed compile error by adding private member. Not very efficient. Should be looked at again.
- *
- * Revision 1.2  2002/11/04 15:11:38  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/07/21 03:31:42  andyh
- * Improved (but still weak) http access by the parser.
- *
- * Revision 1.2  2000/03/22 00:58:12  rahulj
- * Now we throw exceptions when errors occur.
- * Simplified code based on assumption that calling
- * function will allocate enough storage to store the
- * incoming data.
- *
- * Revision 1.1  2000/03/20 23:48:51  rahulj
- * Added Socket based NetAccessor. This will enable one to
- * use HTTP URL's for system id's. Default build options do
- * not use this NetAccessor. Specify the '-n socket' option
- * to 'runConfigure' to configure Xerces-C to use this new
- * feature. The code works under Solaris 2.6, Linux, AIX
- * and HPUX 11 with aCC.
- * Todo's: enable proper error handling.
- *
+ * $Id$
  */
 
 #if !defined(UNIXHTTPURLINPUTSTREAM_HPP)

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp Thu Jun 16 18:29:55 2005
@@ -15,55 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.7  2005/01/06 21:39:44  amassari
- * Removed warnings
- *
- * Revision 1.6  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2004/05/11 13:39:35  amassari
- * The net accessor input source now can be used to get data using PUT or POST, as well as GET
- *
- * Revision 1.4  2004/01/29 11:51:20  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:11:39  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/10/25 16:26:39  tng
- * [Bug 4213] BinHTTPURLInputStream initialisation not thread safe.  By Mark Weaver.
- *
- * Revision 1.4  2001/01/22 16:43:39  tng
- * Loads winsock dynamically.  Fixed by Curt Arnold.
- * Winsock2 is not initialized unless an http URL is used.    If an http
- * URL is used and the Winsock 2 DLL is not installed, then an NetAccessor
- * initialization exception is thrown.
- *
- * Revision 1.3  2000/07/21 03:22:45  andyh
- * Improved (but still weak) http access by the parser.
- * Windows only.  UNIX will follow, probably tomorrow.
- *
- * Revision 1.2  2000/03/22 00:21:10  rahulj
- * Now we throw exceptions when errors occur.
- * Simplified the code, based on the assumption that
- * the calling function will make sure that the buffer into
- * which the data has to be read is large enough.
- *
- * Revision 1.1  2000/03/17 02:37:54  rahulj
- * First cut at adding HTTP capability via native sockets.
- * Still need to add:
- *   error handling capability, ports other than 80,
- *   escaped URL's
- * Will add options in project file only when I am done with these
- * above changes.
- *
+ * $Id$
  */
 
 #if !defined(BINHTTPURLINPUTSTREAM_HPP)

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp Thu Jun 16 18:29:55 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.5  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/05/11 13:39:35  amassari
- * The net accessor input source now can be used to get data using PUT or POST, as well as GET
- *
- * Revision 1.3  2003/03/07 18:15:49  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:11:39  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.1  2000/03/17 02:37:54  rahulj
- * First cut at adding HTTP capability via native sockets.
- * Still need to add:
- *   error handling capability, ports other than 80,
- *   escaped URL's
- * Will add options in project file only when I am done with these
- * above changes.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp Thu Jun 16 18:29:55 2005
@@ -14,43 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.7  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/05/05 22:08:07  amassari
- * Content reported by a web site as text/xml is now read correctly; added an extra way of getting the size of the document in case no redirection has been performed
- *
- * Revision 1.5  2004/01/29 11:51:20  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.4  2004/01/15 16:07:16  amassari
- * Fix for bug#24929; patch by Michael Wuschek
- *
- * Revision 1.3  2003/05/17 05:54:18  knoaman
- * Update NetAccessors to use the memory manager.
- *
- * Revision 1.2  2002/11/04 15:11:39  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:22  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/02/26 07:56:36  rahulj
- * Fixed the license header as pointed out by Bill Schindler <de...@bitranch.com>
- *
- * Revision 1.1  2000/02/17 22:06:19  rahulj
- * Moved the four LibWWW files to its own sub-directory in the
- * NetAccessor directory.
- *
- *
- * Revision 1.1  2000/01/15 01:08:04  rahulj
- * Added support for HTTP to the parser.
- * Error handling is not very good. Also cannot guarantee that
- * there are no memory leaks.
- * Only tested under NT 4.0 SP 5 using libWWW 5.2.8.
- *
+/*
+ * $Id$
  */
 
 #if !defined(BINURLINPUTSTREAM_HPP)

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp Thu Jun 16 18:29:55 2005
@@ -14,51 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.5  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/05/11 13:39:35  amassari
- * The net accessor input source now can be used to get data using PUT or POST, as well as GET
- *
- * Revision 1.3  2003/03/07 18:15:50  tng
- * Return a reference instead of void for operator=
- *
- * Revision 1.2  2002/11/04 15:11:39  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/03/02 14:39:27  tng
- * Enabling libWWW NetAccessor support under UNIX. Tested with latest tarball of libWWW
- * (w3c-libwww-5.3.2) under RedHat Linux 6.1.  Added by Martin Kalen.
- *
- * There is one MAJOR problem with the use of libwww and the patches
- * below, which someone with knowledge of libwww filters etc. might want
- * to look into. Default behavior for content-type text/xml is to consume
- * all xml data before it reaches the simple HTML presenter. Hence, only
- * files with content-type text/html will actually reach the xerces-c
- * library. If you have a *.xml file on the webbserver, processing of the
- * file will throw an exception stating "The main XML document cannot be
- * empty" (correct in a xerces point of view since if you enable debug
- * build you will see that libwww "eats" all text/xml).
- *
- * See "Diffs for enabling libWWW NetAccessor support under UNIX" posted in March 1, 2001
- * in the xerces-c-dev mailing list for further information.
- *
- * Revision 1.1  2000/02/17 22:06:19  rahulj
- * Moved the four LibWWW files to its own sub-directory in the
- * NetAccessor directory.
- *
- *
- * Revision 1.1  2000/01/15 01:08:04  rahulj
- * Added support for HTTP to the parser.
- * Error handling is not very good. Also cannot guarantee that
- * there are no memory leaks.
- * Only tested under NT 4.0 SP 5 using libWWW 5.2.8.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/PanicHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/PanicHandler.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/PanicHandler.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/PanicHandler.hpp Thu Jun 16 18:29:55 2005
@@ -15,43 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2005/04/05 18:36:00  cargilld
- * Change platform mutex code to do a panic instead of throwing an exception as the exception code uses mutexes and this can result in infinite recursion.
- *
- * Revision 1.8  2004/10/20 15:18:35  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.7  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2003/12/24 17:12:21  cargilld
- * Memory management update.
- *
- * Revision 1.5  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.4  2003/05/22 18:15:16  neilg
- * The PanicHandler interface should not inherit from XMemory.
- * The reason for this is that the default implementation does not
- * allocate memory dynamically and if such an inheritance relation existed,
- * a user would have to be very careful about installing a memory
- * handler on their own PanicHandler before handing it to the
- * XMLPlatformUtils::Initialize() method, since otherwise
- * the (uninitialized) XMLPlatformUtils::fgMemoryManager would be used
- * upon construction of their PanicHandler implementation.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2003/03/10 16:05:11  peiyongz
- * assignment operator
- *
- * Revision 1.1  2003/03/09 17:06:16  peiyongz
- * PanicHandler
- *
  * $Id$
- *
  */
 
 #ifndef PANICHANDLER_HPP

Modified: xerces/c/trunk/src/xercesc/util/Platforms/AIX/AIXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/AIX/AIXDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/AIX/AIXDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/AIX/AIXDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:38  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:19  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:26  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:10  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:28  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,17 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:38  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2003/02/23 05:34:57  jberry
- * Re-add BeOSDefs.hpp after munging repository
- *
- * Revision 1.1  2002/12/31 19:30:56  tng
- * [Bug 15590] BeOSDefs.hpp has wrong case in CVS.
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,14 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/17 15:56:50  neilg
- * fix for bug 25035; much thanks to Abe Backus
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp Thu Jun 16 18:29:55 2005
@@ -14,17 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.2  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/11/29 18:25:18  tng
- * FreeBSD support by Michael Huedepohl.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:21  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:27  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:06  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:29  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:22  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:27  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/14 23:53:31  rahulj
- * Removed the offending Ctrl-M's from the commit message
- * logs which was giving packaging problems.
- *
- * PR:
- * Obtained from:
- * Submitted by:
- * Reviewed by:
- *
- * Revision 1.1  1999/12/01 17:16:17  rahulj
- * Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,14 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:40  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2004/02/04 13:26:44  amassari
- * Added support for the Interix platform (Windows Services for Unix 3.5)
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:40  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2002/11/19 18:19:41  tng
- * [Bug 13487] Linux runs on many non-i386 platforms.
- *
- * Revision 1.2  2002/10/29 18:58:14  tng
- * Support for Linux/390 which is big endian
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:24  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:28  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:00  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:30  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OS2/OS2Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OS2/OS2Defs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OS2/OS2Defs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OS2/OS2Defs.hpp Thu Jun 16 18:29:55 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:41  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:27  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:29  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:42  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:31  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

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

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400Defs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400Defs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400Defs.hpp Thu Jun 16 18:29:55 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44:43  cargilld
- * OS400 updates from Jay Hansen.
- *
- * Revision 1.3  2004/09/23 21:44:13  cargilld
- * Fixes to build on OS400.  Thanks to Patrick Townsend and Jay Hansen.
- *
- * Revision 1.2  2004/09/08 13:56:41  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/03/02 21:10:03  abagchi
- * Replaced XML4CDefs with XercesDefs
- *
- * Revision 1.1  2000/02/10 17:58:07  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp Thu Jun 16 18:29:55 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44:43  cargilld
- * OS400 updates from Jay Hansen.
- *
- * Revision 1.3  2004/09/08 13:56:41  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:13:01  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
- * sane_include
- *
- * Revision 1.2  2001/06/25 16:27:05  tng
- * AS400 changes by Linda Swan.
- *
- * Revision 1.1  2000/02/10 17:58:07  abagchi
- * Initial checkin
- *
+/*
+ * $Id$
  */
 
 #ifndef _OS400PLATFORMUTILS_H

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,13 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:41  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2002/02/27 22:57:59  peiyongz
- * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:42  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/04/04 21:04:25  abagchi
- * Fixed copyrights with initial checkin
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,42 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2005/04/27 18:21:51  cargilld
- * Fix for problem on Solaris where open may return 0 as a valid FileHandle.  Check for -1 instead.
- *
- * Revision 1.5  2004/09/08 13:56:42  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/08/23 16:05:49  peiyongz
- * The missing FileHandle
- *
- * Revision 1.3  2004/08/19 21:24:12  peiyongz
- * Jira[1255], patch from Neil Sharman
- *
- * Revision 1.2  2003/11/17 16:18:01  peiyongz
- * Fix to  #4556
- *
- * Revision 1.1.1.1  2002/02/01 22:22:25  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:30  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/17 03:36:54  rahulj
- * Fixed a cut-paste typo in the comments.
- *
- * Revision 1.2  2000/02/06 07:48:30  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:30  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:32  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
  // --------------------------------------------------------------------------- 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:26  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:31  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:30  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:24  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:32  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp Thu Jun 16 18:29:55 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/05/03 15:33:57  peiyongz
- * Bug#7261: Remove obsolete define in UnixWareDefs.hpp  - patch from
- * Martin Kalen.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:26  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:32  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.3  2000/02/06 07:48:31  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/17 23:31:29  rahulj
- * Fixed the typo in Little endian #define.
- *
- * Revision 1.1  1999/12/17 22:24:03  rahulj
- * Added missing UnixWare files to the repository.
- *
- * Created by Ron Record (rr@sco.com) based on SolarisDefs
- * 13-Nov-1999
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Platforms/Win32/Win32Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Win32/Win32Defs.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Win32/Win32Defs.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Win32/Win32Defs.hpp Thu Jun 16 18:29:55 2005
@@ -15,27 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:28  peiyongz
- * sane_include
- *
- * Revision 1.3  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.2  2000/02/06 07:48:31  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:06:20  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:33  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/QName.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/QName.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/QName.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/QName.hpp Thu Jun 16 18:29:55 2005
@@ -15,70 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.12  2004/10/28 20:14:41  peiyongz
- * Data member reshuffle
- *
- * Revision 1.11  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * 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/09/25 15:22:34  peiyongz
- * Implementation of Serialization
- *
- * Revision 1.8  2003/05/16 21:36:59  knoaman
- * Memory manager implementation: Modify constructors to pass in the memory manager.
- *
- * Revision 1.7  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/10/30 21:52:00  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.3  2002/09/05 16:06:41  tng
- * [Bug 12232] Make operator to be constant.
- *
- * Revision 1.2  2002/08/20 16:54:25  tng
- * [Bug 6251] Info during compilation.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.8  2001/12/06 17:48:36  tng
- * Performance Enhancement.  Added setNPrefix and setNLocalPart methods that allow code to take advantage of the fact that it knows the length of the prefix and local name, when possible.  That can avoid a copy of the prefix into a null-terminated temporary variable before copying into the fPrefix.
- * Also changed the getRawName method so that it would simply return the local part when there is no prefix, instead of allocating another buffer to copy the local part into the fRawName.
- * When there is a prefix, changed the getRawName to copy the prefix and local part into the fRawName using XMLString::moveChars instead of using XMLString::copyString and XMLString::catString.  The catString method has to loop past the prefix portion of the fRawName, which seems like a waste.
- * By Henry Zongaro.
- *
- * Revision 1.7  2001/07/24 18:31:47  knoaman
- * Added support for <group> + extra constraint checking for complexType
- *
- * Revision 1.6  2001/05/11 13:26:28  tng
- * Copyright update.
- *
- * Revision 1.5  2001/04/19 18:17:10  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.4  2001/03/21 21:56:12  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.3  2001/02/27 14:48:39  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.2  2001/02/26 21:56:16  tng
- * Schema: QName can also be constructed with rawName.
- *
- * Revision 1.1  2001/02/26 19:44:25  tng
- * Schema: add utility class QName, by Pei Yong Zhang.
- *
+ * $Id$
  */
 
 #if !defined(QNAME_HPP)

Modified: xerces/c/trunk/src/xercesc/util/RefArrayOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefArrayOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefArrayOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefArrayOf.hpp Thu Jun 16 18:29:55 2005
@@ -15,48 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  2004/06/23 22:19:35  neilg
- * fix for compilation under gcc 3.5
- *
- * 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: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/08/21 17:44:59  tng
- * [Bug 7087] compiler warnings when using gcc.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.4  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.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:04:57  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.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefHash2KeysTableOf.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/RefHash3KeysIdPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefHash3KeysIdPool.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/RefHashTableOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefHashTableOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefHashTableOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefHashTableOf.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/RefStackOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefStackOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefStackOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefStackOf.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/RefVectorOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/RefVectorOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/RefVectorOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/RefVectorOf.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/SchemaDateTimeException.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/SchemaDateTimeException.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/SchemaDateTimeException.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/SchemaDateTimeException.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/SecurityManager.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/SecurityManager.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/SecurityManager.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/SecurityManager.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/StringPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/StringPool.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/StringPool.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/StringPool.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/SynchronizedStringPool.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/SynchronizedStringPool.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/TransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/TransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/TransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv/IconvTransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv390/Iconv390TransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_cnv.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Iconv400/iconv_util.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML256TableTranscoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XML88591Transcoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLASCIITranscoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLEBCDICTranscoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1047Transcoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLIBM1140Transcoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLUTF8Transcoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Uniconv390/XMLWin1252Transcoder390.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp Thu Jun 16 18:29:55 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/trunk/src/xercesc/util/ValueArrayOf.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/ValueArrayOf.hpp?rev=191045&r1=191044&r2=191045&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/ValueArrayOf.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/ValueArrayOf.hpp Thu Jun 16 18:29:55 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$
  */
 
 

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



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