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

svn commit: r191054 [8/15] - in /xerces/c/branches/xerces-2.7: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ scripts/ src/xercesc/com/ src/xercesc/dom/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/MsgLoaders/Win32/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/AIX/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OS2/ src/xercesc/util/Platforms/OS390/ src/xercesc/util/Platforms/OS400/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/QNX/ src/xercesc/util/Platforms/Solaris/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Platforms/Win32/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/ICU/ src/xercesc/util/Transcoders/Iconv/ src/xercesc/util/Transcoders/Iconv390/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/Transcoders/Win32/ src/xercesc/util/regx/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp Thu Jun 16 19:56:35 2005
@@ -15,89 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2005/02/02 10:29:52  amassari
- * Mark global variables for this module as static (jira# 1331)
- *
- * Revision 1.10  2005/01/06 21:39:44  amassari
- * Removed warnings
- *
- * Revision 1.9  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  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.7  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.6  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.5  2003/12/02 14:12:20  amassari
- * Make the code compilable on Windows when UNICODE is defined (bug#16055)
- *
- * Revision 1.4  2003/05/17 05:54:18  knoaman
- * Update NetAccessors to use the memory manager.
- *
- * Revision 1.3  2002/12/06 16:43:55  tng
- * Fix the error messages thrown from net accessor module.
- *
- * 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.12  2001/12/13 21:16:52  peiyongz
- * Fix: Invalid Argument to FreeLibrary (Hint: 0x0000000)
- *
- * Revision 1.11  2001/10/25 16:26:39  tng
- * [Bug 4213] BinHTTPURLInputStream initialisation not thread safe.  By Mark Weaver.
- *
- * Revision 1.10  2001/10/25 16:10:46  tng
- * [Bug 4121] BinHTTPUrlInputStream needds to read entire HTTP header. By John Clayton.
- *
- * Revision 1.9  2001/10/24 20:17:54  tng
- * [Bug 3813] BinHTTPURLInputStream has weak HTTP request capabilities.  By Kevin Philips.
- *
- * Revision 1.8  2001/10/24 20:03:03  tng
- * [Bug 2305] Include <stdlib.h> to BinHTTPURLInputStream.cpp.  By Peter A. Volchek.
- *
- * Revision 1.7  2001/09/04 17:52:57  peiyongz
- * Bugzilla# 3170: patch from Kevin Philips to handle Query in XMLURL.
- *
- * Revision 1.6  2001/01/22 16:43:38  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.5  2000/07/21 03:22:44  andyh
- * Improved (but still weak) http access by the parser.
- * Windows only.  UNIX will follow, probably tomorrow.
- *
- * Revision 1.4  2000/05/15 22:31:29  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/03/24 00:32:15  rahulj
- * Connect to the port specified in the URL, rather than the default one.
- *
- * 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$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp Thu Jun 16 19:56:35 2005
@@ -14,85 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.8  2004/09/08 13:56:36  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.7  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.6  2004/01/16 14:29:21  amassari
- * Removed usage of undeclared macro MIN
- *
- * 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/17 05:54:18  knoaman
- * Update NetAccessors to use the memory manager.
- *
- * Revision 1.3  2002/12/06 16:42:13  tng
- * Fix the error messages thrown from net accessor module.
- *
- * 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.6  2001/11/28 19:14:59  knoaman
- * Bug 2238: fix by Artur Klauser
- * Some broken proxy servers (e.g. the one behind which I happen to reside,
- * which apparently is Server: Microsoft-IIS/5.0)
- * implement wrong boundary conditions for range requests. In particular,
- * (1) request ranges straddling the content length of the document
- *     give bogus header information
- *       Content-Range: bytes X-Y/Z
- *     where Y > Z, and give 0 bytes of actual message content.
- * (2) request ranges beyond the content length of the document do not
- *     give an error response as asked for in RFC2616 (http/1.1)
- *
- * Since the NetAccessor code was just trying to fall off the end of the
- * document with the last range request (ie. hitting case 1 above), it
- * never gets the last chunk of data from this proxy server.
- *
- * Revision 1.5  2001/11/28 19:11:33  knoaman
- * Bug 2237: fix by Artur Klauser
- *
- * Revision 1.4  2001/03/02 14:39:21  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.3  2000/05/15 22:31:31  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * 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$
  */
 
 #include <xercesc/util/XMLNetAccessor.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/NetAccessors/libWWW/LibWWWNetAccessor.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/PanicHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.cpp Thu Jun 16 19:56:35 2005
@@ -16,17 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.3  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.2  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/03/09 17:06:16  peiyongz
- * PanicHandler
- *
- *
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/PanicHandler.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/AIX/AIXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/AIX/AIXDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/AIX/AIXDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/AIX/AIXDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,61 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  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.14  2004/09/08 13:56:38  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.13  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.12  2004/01/06 17:31:20  neilg
- * fix static initialization problems, bug 28517; thanks to Reid Spencer
- *
- * Revision 1.11  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.10  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.8  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.7  2003/05/15 18:37:47  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2003/04/25 17:18:53  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.5  2003/04/24 02:52:34  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.4  2003/04/21 04:26:47  peiyongz
- * performance tuning
- *
- * Revision 1.3  2003/03/09 16:52:56  peiyongz
- * PanicHandler
- *
- * Revision 1.2  2003/02/05 18:28:39  tng
- * [Bug 13437] Incorrect memory management in XXXPlatformUtils.cpp.
- *
- * Revision 1.1  2002/12/12 21:24:20  peiyongz
- * typo fix
- *
- * Revision 1.2  2002/12/12 16:28:40  peiyongz
- * MsgCatalogLoader added.
- *
- * Revision 1.1  2002/12/02 20:42:30  tng
- * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
- *
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,91 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.24  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.23  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.22  2004/01/29 11:51:20  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.21  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.20  2004/01/06 17:31:20  neilg
- * fix static initialization problems, bug 28517; thanks to Reid Spencer
- *
- * Revision 1.19  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.18  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.17  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.16  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.15  2003/12/02 15:04:52  amassari
- * openFile was opening the file for read and write, while only read was required (bug#20169)
- *
- * Revision 1.14  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.13  2003/05/15 18:37:47  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.12  2003/04/25 17:19:10  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.11  2003/04/24 02:53:29  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.10  2003/04/21 04:27:22  peiyongz
- * performance tuning
- *
- * Revision 1.9  2003/03/09 16:53:27  peiyongz
- * PanicHandler
- *
- * Revision 1.8  2003/02/23 04:36:55  jberry
- * Minor bug fixes to FreeBSD port
- *
- * Revision 1.7  2002/12/12 16:28:48  peiyongz
- * MsgCatalogLoader added.
- *
- * Revision 1.6  2002/12/02 19:16:26  tng
- * [Bug 14723] Memory leak in atomicOpsMutex.  Patch from Adam Zell.
- *
- * Revision 1.5  2002/11/04 15:13:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/07/05 21:29:58  peiyongz
- * Bug# 10250: patch from James Berry
- *
- * Revision 1.3  2002/07/05 21:25:20  peiyongz
- * Bug# 10250: Implementation of new platform methods,
- *                      patch from max@cca.usart.ru (Max Gotlib)
- *
- * Revision 1.2  2002/05/21 20:31:47  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.3  2001/12/03 16:25:00  tng
- * [Bug 5237] PATH_MAX undefined during build without threading support.
- *
- * Revision 1.2  2001/12/03 14:45:11  tng
- * FreeBSD native transcoder (IconvFBSD) added by Max Gotlib.
- *
- * Revision 1.1  2001/11/29 18:25:18  tng
- * FreeBSD support by Michael Huedepohl.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,140 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.21  2005/04/05 18:36:01  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.20  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.18  2004/01/06 17:31:20  neilg
- * fix static initialization problems, bug 28517; thanks to Reid Spencer
- *
- * Revision 1.17  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.16  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.15  2003/12/17 13:58:02  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.14  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.13  2003/05/15 18:37:48  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.12  2003/04/25 17:19:26  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.11  2003/04/24 02:53:52  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.10  2003/03/09 16:53:55  peiyongz
- * PanicHandler
- *
- * Revision 1.9  2002/12/02 19:17:00  tng
- * [Bug 14723] Memory leak in atomicOpsMutex.  Patch from Adam Zell.
- *
- * Revision 1.8  2002/11/07 22:37:51  peiyongz
- * build -miconv on hpux and linux
- *
- * Revision 1.7  2002/11/04 15:13:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.6  2002/07/15 21:52:48  peiyongz
- * CouldNotWriteToFile
- *
- * Revision 1.5  2002/06/24 15:55:03  peiyongz
- * Change from James Berry( jberry@criticalpath.com)
- *
- * Revision 1.4  2002/06/20 15:27:27  peiyongz
- * Fix to compilation error
- *
- * Revision 1.2  2002/05/21 20:31:47  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.17  2001/10/25 15:20:31  tng
- * Need to guard with NO_APP_THREADS when destroying the mutex.
- *
- * Revision 1.16  2001/10/23 23:10:00  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.15  2000/09/22 18:31:41  andyh
- * HPUX PlatformUtils - Removed incorrect use of ArrayJanitor on a local array.
- * Patch submitted by "Torbjörn Bäckström" <to...@teleteknik.goteborg.se>
- *
- * Revision 1.14  2000/07/25 22:29:36  aruna1
- * Char definitions in XMLUni moved to XMLUniDefs
- *
- * Revision 1.13  2000/03/24 00:16:00  aruna1
- * Platform initialization taken care for both threaded and non-threaded environment
- *
- * Revision 1.12  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.
- *
- * Revision 1.11  2000/03/17 23:59:59  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.10  2000/03/02 21:10:35  abagchi
- * Added empty function platformTerm()
- *
- * Revision 1.9  2000/03/02 20:42:40  abagchi
- * Fixed typo in XMLExcepts
- *
- * Revision 1.8  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.7  2000/02/06 07:48:26  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.6  2000/01/25 22:32:45  aruna1
- * Updated panic information
- *
- * Revision 1.5  2000/01/20 20:37:55  abagchi
- * Removed fgLibLocation and cleaned up ICU path related stuff
- *
- * Revision 1.4  2000/01/18 21:33:17  aruna1
- * Changed getBasePath to getFullPath,
- * added weavePath()
- *
- * Revision 1.3  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.2  1999/11/23 02:00:44  rahulj
- * Code now works under HPUX 11. Tested inmemory message loader.
- * Revamped makefiles. Builds with both DCE threads as well as pthread libraries.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:05  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:29  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/HPUX/HPUXDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,123 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.21  2005/04/05 18:36:01  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.20  2004/09/08 13:56:39  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.19  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.18  2004/01/06 17:31:20  neilg
- * fix static initialization problems, bug 28517; thanks to Reid Spencer
- *
- * Revision 1.17  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.16  2003/12/19 23:02:25  cargilld
- * More memory management updates.
- *
- * Revision 1.15  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.14  2003/12/17 13:58:03  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.13  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.12  2003/05/15 18:37:48  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.11  2003/04/25 17:19:40  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.10  2003/04/24 02:54:24  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.9  2003/04/21 04:28:04  peiyongz
- * performance tuning
- *
- * Revision 1.8  2003/03/09 16:54:25  peiyongz
- * PanicHandler
- *
- * Revision 1.7  2003/02/05 18:28:21  tng
- * [Bug 13437] Incorrect memory management in XXXPlatformUtils.cpp.
- *
- * Revision 1.6  2002/12/12 16:28:55  peiyongz
- * MsgCatalogLoader added.
- *
- * Revision 1.5  2002/12/02 19:16:38  tng
- * [Bug 14723] Memory leak in atomicOpsMutex.  Patch from Adam Zell.
- *
- * Revision 1.4  2002/11/15 21:05:45  tng
- * [Bug 14598] IRIX 6.5 / g++ 3.0.4 compilation bugs.  Patch from Richard Balint
- * .
- *
- * Revision 1.3  2002/11/04 15:13:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/21 20:31:47  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.14  2001/12/11 14:46:39  tng
- * [Bug 5320] 1.5.2 Build fails on IRIX.  The variable "atomicOpsMutex" has been defined twice.  Fixed by Christopher Just.
- *
- * Revision 1.13  2001/10/23 23:10:20  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.12  2001/09/04 19:05:44  peiyongz
- * Patch to support IRIX's sproc(), from Christopher Just
- *
- * Revision 1.11  2001/01/26 15:42:00  tng
- * Undefined symbol error when building a single threaded version of the xerces lib on irix.  Fixed by Walker.
- *
- * Revision 1.10  2000/07/25 22:29:45  aruna1
- * Char definitions in XMLUni moved to XMLUniDefs
- *
- * Revision 1.9  2000/04/03 19:27:19  abagchi
- * Included changes for SGI IRIX 6.5
- *
- * Revision 1.8  2000/03/02 21:10:36  abagchi
- * Added empty function platformTerm()
- *
- * Revision 1.7  2000/03/02 20:42:40  abagchi
- * Fixed typo in XMLExcepts
- *
- * Revision 1.6  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.5  2000/02/06 07:48:27  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.4  2000/01/25 22:32:35  aruna1
- * Updated panic information
- *
- * Revision 1.3  1999/12/18 00:54:43  rahulj
- * Merged in changes for IRIX submitted by Marc Stuessel
- *
- * Revision 1.2  1999/12/14 23:53:32  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:18  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/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,17 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2005/04/05 18:36:01  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.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/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,169 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.26  2005/04/05 18:36:01  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.25  2005/01/12 20:06:55  cargilld
- * Remove warning messages.
- *
- * Revision 1.24  2004/09/08 13:56:40  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.23  2004/05/05 17:37:12  amassari
- * Enable libWWW on Linux
- *
- * Revision 1.22  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.21  2004/01/06 17:31:20  neilg
- * fix static initialization problems, bug 28517; thanks to Reid Spencer
- *
- * Revision 1.20  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.19  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.18  2003/12/17 13:58:03  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.17  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.16  2003/05/15 18:37:48  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.15  2003/04/25 17:19:53  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.14  2003/04/24 02:54:46  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.13  2003/04/21 04:28:45  peiyongz
- * performance tuning
- *
- * Revision 1.12  2003/03/09 16:56:11  peiyongz
- * PanicHandler
- *
- * Revision 1.11  2003/02/05 18:27:34  tng
- * [Bug 13437] Incorrect memory management in LinuxPlatformUtils.cpp.  Fixed by Adam Zell.
- *
- * Revision 1.10  2002/12/02 19:16:46  tng
- * [Bug 14723] Memory leak in atomicOpsMutex.  Patch from Adam Zell.
- *
- * Revision 1.9  2002/11/07 22:38:13  peiyongz
- * build -miconv on hpux and linux
- *
- * Revision 1.8  2002/11/04 15:13:00  tng
- * C++ Namespace Support.
- *
- * Revision 1.7  2002/08/19 19:38:17  tng
- * [Bug 11771] Linux specific IconvGNU transcoder.  Patch from Vasily Tchekalkin.
- *
- * Revision 1.6  2002/07/15 21:53:04  peiyongz
- * CouldNotWriteToFile
- *
- * Revision 1.5  2002/06/24 15:55:21  peiyongz
- * Change from James Berry( jberry@criticalpath.com)
- *
- * Revision 1.4  2002/06/20 15:28:08  peiyongz
- * Fix to compilation error
- *
- * Revision 1.2  2002/05/21 20:31:47  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1.1.1  2002/02/01 22:22:24  peiyongz
- * sane_include
- *
- * Revision 1.22  2001/10/25 15:36:35  tng
- * [Bug 4318] Single threaded build fails due to obsolete #define .
- *
- * Revision 1.21  2001/10/25 15:20:31  tng
- * Need to guard with NO_APP_THREADS when destroying the mutex.
- *
- * Revision 1.20  2001/10/23 23:10:48  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.19  2001/05/11 12:03:40  tng
- * Need to add header <linux/limits> for definition of PATH_MAX
- *
- * Revision 1.18  2001/05/10 20:40:44  lehors
- * built-in buffer limit could be smaller than system limit,
- * we now use PATH_MAX instead - patch from Christian Schuhegger - bug #1158
- *
- * Revision 1.17  2000/07/25 22:29:55  aruna1
- * Char definitions in XMLUni moved to XMLUniDefs
- *
- * Revision 1.16  2000/03/24 00:13:03  aruna1
- * Platform initialization taken care for both threaded and non-threaded environment
- *
- * Revision 1.15  2000/03/20 23:48:52  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.
- *
- * Revision 1.14  2000/03/18 00:00:00  roddey
- * Initial updates for two way transcoding support
- *
- * Revision 1.13  2000/03/02 21:10:36  abagchi
- * Added empty function platformTerm()
- *
- * Revision 1.12  2000/03/02 20:42:41  abagchi
- * Fixed typo in XMLExcepts
- *
- * Revision 1.11  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.10  2000/02/22 00:58:15  aruna1
- * openFile API updated
- *
- * Revision 1.9  2000/02/06 07:48:28  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.8  2000/01/25 22:32:56  aruna1
- * Updated panic information
- *
- * Revision 1.7  2000/01/19 23:21:37  abagchi
- * Made this file compatible with ICU 1.4
- *
- * Revision 1.6  2000/01/19 17:37:48  abagchi
- * Removed the streaming classes
- *
- * Revision 1.5  2000/01/14 02:04:43  abagchi
- * Introduced getFullPath() and weavePath()
- *
- * Revision 1.4  1999/12/14 23:53:33  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.3  1999/11/23 02:00:48  rahulj
- * Code now works under HPUX 11. Tested inmemory message loader.
- * Revamped makefiles. Builds with both DCE threads as well as pthread libraries.
- *
- * Revision 1.2  1999/11/17 22:35:33  rahulj
- * Replaced default attr mutexes with recursive mutexes. Also code works with ICU transcoding service
- *
- * Revision 1.1.1.1  1999/11/09 01:07:01  twl
- * Initial checkin
- *
- * Revision 1.6  1999/11/08 20:45:30  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS2/OS2Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS2/OS2Defs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS2/OS2Defs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS2/OS2Defs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/OS390/OS390Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS390/OS390Defs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS390/OS390Defs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS390/OS390Defs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400Defs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400Defs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400Defs.hpp Thu Jun 16 19:56:35 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44: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/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.hpp Thu Jun 16 19:56:35 2005
@@ -18,26 +18,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.4  2005/05/18 13:44: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/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,61 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.17  2005/04/05 18:36:01  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.16  2004/09/08 13:56:42  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.15  2004/01/29 11:51:20  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.14  2004/01/13 16:34:21  cargilld
- * Misc memory management changes.
- *
- * Revision 1.13  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.12  2003/12/17 19:58:05  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/12/17 13:58:03  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.9  2003/10/01 16:32:40  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.8  2003/05/15 18:37:49  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/04/25 17:20:11  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.6  2003/04/24 02:55:58  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.5  2003/03/09 16:57:18  peiyongz
- * PanicHandler
- *
- * Revision 1.4  2002/11/19 13:04:32  gareth
- * Bug# 14661 Caldera implemented openFileToWrite and writeBufferToFile. Patch from Cameron Dorrat.
- *
- * Revision 1.3  2002/11/04 15:13:01  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/21 20:31:47  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1  2002/02/27 22:57:59  peiyongz
- * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
- *
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,22 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:42  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.3  2000/04/12 20:34:49  abagchi
- * Now just includes the Solaris file directly since they are identical
- *
- * Revision 1.2  2000/04/04 21:04:25  abagchi
- * Fixed copyrights with initial checkin
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/QNX/QNXDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/QNX/QNXDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/QNX/QNXDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/QNX/QNXDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Solaris/SolarisDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,65 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.13  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.12  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/12/17 13:58:03  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.10  2003/10/01 16:32:40  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.9  2003/05/15 18:37:49  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.8  2003/04/24 02:58:31  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.7  2003/03/09 17:00:11  peiyongz
- * PanicHandler
- *
- * Revision 1.6  2003/02/05 18:29:27  tng
- * [Bug 13437] Incorrect memory management in XXXPlatformUtils.cpp.
- *
- * Revision 1.5  2003/01/09 15:30:39  tng
- * Missing panic function in Tandem
- *
- * Revision 1.4  2002/12/12 16:29:30  peiyongz
- * loadAMsgSet() added
- *
- * Revision 1.3  2002/11/04 15:13:01  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/05/21 20:31:48  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.1.1.1  2002/02/01 22:22:26  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 21:10:38  abagchi
- * Added empty function platformTerm()
- *
- * Revision 1.3  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.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/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWareDefs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp Thu Jun 16 19:56:35 2005
@@ -15,107 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.20  2005/04/05 18:36:01  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.19  2005/01/13 12:36:02  amassari
- * Support for UnixWare 7.1.1 (jira# 1148)
- *
- * Revision 1.18  2004/09/08 13:56:43  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/01/29 11:51:21  cargilld
- * Code cleanup changes to get rid of various compiler diagnostic messages.
- *
- * Revision 1.16  2004/01/13 16:34:22  cargilld
- * Misc memory management changes.
- *
- * Revision 1.15  2003/12/24 15:24:14  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.14  2003/12/17 19:58:05  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.13  2003/12/17 15:16:10  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.12  2003/12/17 13:58:03  cargilld
- * Platform update for memory management so that the static memory manager (one
- * used to call Initialize) is only for static data.
- *
- * Revision 1.11  2003/10/01 16:32:40  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.10  2003/05/15 18:37:49  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.9  2003/04/25 17:21:31  peiyongz
- * throw exception if getcwd() fails
- *
- * Revision 1.8  2003/04/24 02:59:20  peiyongz
- * Logical Path Resolution
- *
- * Revision 1.7  2003/04/21 04:32:10  peiyongz
- * performance tuning
- *
- * Revision 1.6  2003/03/09 17:01:08  peiyongz
- * PanicHandler
- *
- * Revision 1.5  2003/03/07 20:34:16  tng
- * [Bug 17774] Unixware platform utils not implemented .  Patch from Peter Crozier.
- *
- * Revision 1.4  2002/11/04 15:13:01  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/05/21 20:31:48  tng
- * Minor update: Remove obsolete code
- *
- * Revision 1.2  2002/05/01 21:13:32  tng
- * [Bug 7265] UnixWare port broken in platformTerm() since rev 1.10.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:26  peiyongz
- * sane_include
- *
- * Revision 1.11  2001/10/25 15:20:31  tng
- * Need to guard with NO_APP_THREADS when destroying the mutex.
- *
- * Revision 1.10  2001/10/23 23:13:09  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.9  2001/02/09 14:40:02  tng
- * Update support for SCO UnixWare 7 (gcc).  Tested under UnixWare 7.1.1 with gcc version 2.95.2 19991024 (release) with gmake 3.79.1.  Updated by Martin Kalen.
- *
- * Revision 1.8  2000/07/25 22:30:54  aruna1
- * Char definitions in XMLUni moved to XMLUniDefs
- *
- * Revision 1.7  2000/03/24 00:13:34  aruna1
- * Platform initialization taken care for both threaded and non-threaded environment
- *
- * Revision 1.6  2000/03/02 21:10:39  abagchi
- * Added empty function platformTerm()
- *
- * Revision 1.5  2000/03/02 20:42:42  abagchi
- * Fixed typo in XMLExcepts
- *
- * Revision 1.4  2000/03/02 19:55:33  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  2000/01/25 22:33:13  aruna1
- * Updated panic information
- *
- * 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 SolarisPlatformUtils.cpp
- * 13-Nov-1999
+ * $Id$
  */
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Win32/Win32Defs.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Win32/Win32Defs.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Win32/Win32Defs.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/Win32/Win32Defs.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/QName.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/QName.cpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/QName.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/QName.cpp Thu Jun 16 19:56:35 2005
@@ -15,79 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.15  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.14  2004/10/28 20:14:41  peiyongz
- * Data member reshuffle
- *
- * Revision 1.13  2004/10/19 15:08:53  knoaman
- * Performance improvement
- *
- * Revision 1.12  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.11  2003/10/01 16:32:39  neilg
- * improve handling of out of memory conditions, bug #23415.  Thanks to David Cargill.
- *
- * Revision 1.10  2003/09/25 22:24:28  peiyongz
- * Using writeString/readString
- *
- * Revision 1.9  2003/09/25 15:22:34  peiyongz
- * Implementation of Serialization
- *
- * Revision 1.8  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.6  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.5  2002/10/30 21:52:00  tng
- * [Bug 13641] compiler-generated copy-constructor for QName doesn't do the right thing.
- *
- * Revision 1.4  2002/09/24 19:51:24  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/09/05 16:06:41  tng
- * [Bug 12232] Make operator to be constant.
- *
- * Revision 1.2  2002/04/02 15:31:48  knoaman
- * Modiy QName comparison (operator=).
- *
- * 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:08  tng
- * Schema: SchemaValidator update, and use QName in Content Model
- *
- * Revision 1.4  2001/03/21 21:56:11  tng
- * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
- *
- * Revision 1.3  2001/02/27 14:48:35  tng
- * Schema: Add CMAny and ContentLeafNameTypeVector, by Pei Yong Zhang
- *
- * Revision 1.2  2001/02/26 21:56:15  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$
  */
 
 #include <xercesc/util/QName.hpp>

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/QName.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/QName.hpp?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/QName.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/QName.hpp Thu Jun 16 19:56:35 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/branches/xerces-2.7/src/xercesc/util/RefArrayOf.c
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/RefArrayOf.c?rev=191054&r1=191053&r2=191054&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/RefArrayOf.c (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/RefArrayOf.c Thu Jun 16 19:56:35 2005
@@ -14,40 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.6  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.4  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.3  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.2  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:44  roddey
- * This checkin includes many changes done while waiting for the
- * 1.1.0 code to be finished. I can't list them all here, but a list is
- * available elsewhere.
- *
- * Revision 1.2  2000/02/06 07:48:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:56  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:12  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

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



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