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

svn commit: r191036 [4/9] - in /xerces/c/trunk: Projects/MacOS/ Projects/MacOS/CodeWarrior/XercesLib/ Projects/Win32/BCB4/Xerces-all/ Projects/Win32/BCB5/Xerces-all/ samples/src/DOMPrint/ samples/src/EnumVal/ samples/src/MemParse/ samples/src/PParse/ samples/src/PSVIWriter/ samples/src/Redirect/ samples/src/SAX2Count/ samples/src/SAX2Print/ samples/src/SAXCount/ samples/src/SAXPrint/ samples/src/SCMPrint/ samples/src/StdInParse/ scripts/ src/xercesc/com/ src/xercesc/dom/impl/ src/xercesc/framework/ src/xercesc/framework/psvi/ src/xercesc/internal/ src/xercesc/parsers/ src/xercesc/sax/ src/xercesc/sax2/ src/xercesc/util/ src/xercesc/util/Compilers/ src/xercesc/util/MsgLoaders/ICU/ src/xercesc/util/MsgLoaders/InMemory/ src/xercesc/util/MsgLoaders/MsgCatalog/ src/xercesc/util/NetAccessors/Socket/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/NetAccessors/libWWW/ src/xercesc/util/Platforms/BeOS/ src/xercesc/util/Platforms/Cygwin/ src/xercesc/util/Platforms/FreeBSD/ src/xercesc/util/Platforms/HPUX/ src/xercesc/util/Platforms/IRIX/ src/xercesc/util/Platforms/Interix/ src/xercesc/util/Platforms/Linux/ src/xercesc/util/Platforms/OpenServer/ src/xercesc/util/Platforms/PTX/ src/xercesc/util/Platforms/Tandem/ src/xercesc/util/Platforms/UnixWare/ src/xercesc/util/Transcoders/Cygwin/ src/xercesc/util/Transcoders/Iconv400/ src/xercesc/util/Transcoders/IconvFBSD/ src/xercesc/util/Transcoders/IconvGNU/ src/xercesc/util/Transcoders/Uniconv390/ src/xercesc/util/regx/ src/xercesc/validators/DTD/ src/xercesc/validators/common/ src/xercesc/validators/datatype/ src/xercesc/validators/schema/ src/xercesc/validators/schema/identity/ tests/src/DOM/DOMTest/ tests/src/DOM/Traversal/ tests/src/MemHandlerTest/ tests/src/ParserTest/ tests/src/UtilTests/ tests/src/XSValueTest/ tests/src/XSerializerTest/ tools/IANACharset/ tools/ICUData/ tools/NLS/Xlat/

Modified: xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/GCCDefs.cpp Thu Jun 16 17:21:06 2005
@@ -16,36 +16,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.4  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  2004/03/15 17:06:06  amassari
- * - Added support for MinGW (bug#23176)
- *
- * Revision 1.2  2002/11/18 20:38:11  tng
- * [Bug 14612] GCCDefs clashes with cygwin's string.h for stricmp and strnicmp.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/07/29 05:41:00  jberry
- * Fixups for Mac OS
- *
- * Revision 1.3  2000/03/02 19:55:08  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:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:32  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:23  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/MIPSproDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,33 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:55:08  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:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/14 23:53:25  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/Compilers/MVSCPPDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/MVSCPPDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,30 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:08  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:17  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1  2000/01/21 22:15:55  abagchi
- * Initial check-in for OS390: added MVSCPPDefs.hpp and MVSCPPDefs.cpp
- *
- * Revision 1.1.1.1  1999/11/09 01:07:30  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:22  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Compilers/OS400SetDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/OS400SetDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/OS400SetDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/OS400SetDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,21 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:18  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:55:08  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:18  rahulj
- * Year 2K copyright swat.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/PTXCCDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,16 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.2  2000/04/04 21:07:39  abagchi
- * Fixed copyrights with initial checkin
- *
+ * $Id$
  */ 
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/QCCDefs.cpp Thu Jun 16 17:21:06 2005
@@ -16,14 +16,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.2  2004/09/08 13:56:32  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/03/13 22:11:39  tng
- * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
- *
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Compilers/SCOCCDefs.cpp Thu Jun 16 17:21:06 2005
@@ -15,11 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.1  2005/01/13 12:36:02  amassari
- * Support for UnixWare 7.1.1 (jira# 1148)
- *
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

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

Modified: xerces/c/trunk/src/xercesc/util/CountedPointer.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/CountedPointer.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/CountedPointer.c (original)
+++ xerces/c/trunk/src/xercesc/util/CountedPointer.c Thu Jun 16 17:21:06 2005
@@ -14,37 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.5  2005/01/12 13:29:06  amassari
- * Macro having 3 arguments was invoked with only 2
- *
- * Revision 1.4  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.3  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.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:38  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:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:12  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:05  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/DefaultPanicHandler.cpp Thu Jun 16 17:21:06 2005
@@ -16,14 +16,6 @@
 
 /*
  * $Id$
- * $Log$
- * Revision 1.2  2004/09/08 13:56:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.1  2003/03/09 17:06:16  peiyongz
- * PanicHandler
- *
- *
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/EncodingValidator.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/EncodingValidator.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/EncodingValidator.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/EncodingValidator.cpp Thu Jun 16 17:21:06 2005
@@ -15,31 +15,7 @@
  */
 
 /*
- * $Log$
- * 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:21  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.6  2004/07/22 15:37:18  knoaman
- * Use file static instance instead of local static instance
- *
- * Revision 1.5  2004/01/13 16:17:10  knoaman
- * Fo sanity, use class name to qualify method
- *
- * Revision 1.4  2004/01/09 22:41:58  knoaman
- * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap
- *
- * Revision 1.3  2003/03/04 21:11:12  knoaman
- * [Bug 17516] Thread safety problems in ../util/ and ../util/regx.
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1  2002/07/18 20:08:16  knoaman
- * Initial checkin: feature to control strict IANA encoding name.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

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

Modified: xerces/c/trunk/src/xercesc/util/HeaderDummy.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/HeaderDummy.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/HeaderDummy.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/HeaderDummy.cpp Thu Jun 16 17:21:06 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.2  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:40  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:01  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  2000/01/19 00:56:59  roddey
- * Changes to get rid of dependence on old utils standard streams and to
- * get rid of the fgLibLocation stuff.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:18  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:07  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/HexBin.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/HexBin.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/HexBin.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/HexBin.cpp Thu Jun 16 17:21:06 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.8  2005/03/20 19:02:45  cargilld
- * Implement versions of uppercase and compareIstring that only check a to z, instead of all characters, and don't rely on functionality provided in the transcoders.
- *
- * Revision 1.7  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.6  2004/12/10 10:37:56  cargilld
- * Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output of decoding.
- *
- * Revision 1.5  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.4  2004/08/11 16:46:54  peiyongz
- * Decoding and getCanRep
- *
- * Revision 1.3  2002/11/04 15:22:03  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/04/18 14:55:38  peiyongz
- * Bug#7301: Redundant range-check in HexBin.cpp, patch from Martin Kalen
- *
- * Revision 1.1.1.1  2002/02/01 22:22:10  peiyongz
- * sane_include
- *
- * Revision 1.1  2001/05/16 15:25:38  tng
- * Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
- *
+ * $Id$
  */
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/util/Janitor.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Janitor.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Janitor.c (original)
+++ xerces/c/trunk/src/xercesc/util/Janitor.c Thu Jun 16 17:21:06 2005
@@ -14,53 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.7  2004/09/14 19:47:30  amassari
- * The signature for implementation for ArrayJanitor::reset was not aligned with the declaration (jira#1261)
- *
- * Revision 1.6  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/11/06 19:28:11  knoaman
- * PSVI support for annotations.
- *
- * Revision 1.4  2003/05/21 03:34:52  jberry
- * Cast away CodeWarrior complaint of casting away const if we're holding a const obj
- *
- * 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:10  peiyongz
- * sane_include
- *
- * Revision 1.6  2000/10/13 22:45:11  andyh
- * Complete removal of ArrayJanitory::operator->().  Was just commented out earlier.
- *
- * Revision 1.5  2000/10/10 23:52:10  andyh
- * From Janitor, remove the addition that is having compile problems in MSVC.
- *
- * Revision 1.4  2000/10/09 18:32:31  jberry
- * Add some auto_ptr functionality to allow modification of monitored
- * pointer value. This eases use of Janitor in some situations.
- *
- * Revision 1.3  2000/03/02 19:54:40  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:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:26  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:08  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/KVStringPair.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/KVStringPair.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/KVStringPair.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/KVStringPair.cpp Thu Jun 16 17:21:06 2005
@@ -15,80 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.9  2005/02/21 18:19:45  cargilld
- * Performance fixes from Christian Will.
- *
- * Revision 1.8  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.7  2004/10/28 20:14:41  peiyongz
- * Data member reshuffle
- *
- * Revision 1.6  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.5  2003/09/25 22:23:25  peiyongz
- * Implementation of Serialization/Deserialization
- *
- * 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:10  peiyongz
- * sane_include
- *
- * Revision 1.5  2001/05/11 13:26:27  tng
- * Copyright update.
- *
- * Revision 1.4  2001/01/15 21:26:33  tng
- * Performance Patches by David Bertoni.
- *
- * Details: (see xerces-c-dev mailing Jan 14)
- * XMLRecognizer.cpp: the internal encoding string XMLUni::fgXMLChEncodingString
- * was going through this function numerous times.  As a result, the top hot-spot
- * for the parse was _wcsicmp().  The real problem is that the Microsofts wide string
- * functions are unbelievably slow.  For things like encodings, it might be
- * better to use a special comparison function that only considers a-z and
- * A-Z as characters with case.  This works since the character set for
- * encodings is limit to printable ASCII characters.
- *
- *  XMLScanner2.cpp: This also has some case-sensitive vs. insensitive compares.
- * They are also much faster.  The other tweak is to only make a copy of an attribute
- * string if it needs to be split.  And then, the strategy is to try to use a
- * stack-based buffer, rather than a dynamically-allocated one.
- *
- * SAX2XMLReaderImpl.cpp: Again, more case-sensitive vs. insensitive comparisons.
- *
- * KVStringPair.cpp & hpp: By storing the size of the allocation, the storage can
- * likely be re-used many times, cutting down on dynamic memory allocations.
- *
- * XMLString.hpp: a more efficient implementation of stringLen().
- *
- * DTDValidator.cpp: another case of using a stack-based buffer when possible
- *
- * These patches made a big difference in parse time in some of our test
- * files, especially the ones are very attribute-heavy.
- *
- * Revision 1.3  2000/03/02 19:54:40  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:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:33  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:08  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/KeyValuePair.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/KeyValuePair.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/KeyValuePair.c (original)
+++ xerces/c/trunk/src/xercesc/util/KeyValuePair.c Thu Jun 16 17:21:06 2005
@@ -14,31 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.3  2004/09/08 13:56:22  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:10  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:41  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:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:29  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:09  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp Thu Jun 16 17:21:06 2005
@@ -15,114 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.26  2004/11/11 04:16:03  peiyongz
- * Build with ICU3.2
- *
- * Revision 1.25  2004/11/08 03:10:40  peiyongz
- * Using different package name for windows/Unix
- *
- * Revision 1.24  2004/11/04 18:38:44  peiyongz
- * udata_setAppData and ures_open refer to the same pkgname
- * 
- * Revision 1.23  2004/09/30 18:52:59  peiyongz
- * XercesC2_6_0 updates
- *
- * Revision 1.22  2004/09/08 13:56:33  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.21  2004/02/12 20:44:34  peiyongz
- * XercesC2_5_0
- *
- * Revision 1.20  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.19  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.18  2003/11/19 23:08:02  peiyongz
- * build xercesc2_4_0
- *
- * Revision 1.17  2003/05/15 18:29:48  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.16  2003/03/17 19:28:05  peiyongz
- * Build versioned XercesMessages on Windows
- *
- * Revision 1.15  2003/03/09 16:41:20  peiyongz
- * PanicHandler
- *
- * Revision 1.14  2003/02/20 18:07:46  peiyongz
- * Bug#7077: build error message shared library for ICUMsgLoader
- *
- * Revision 1.12  2003/02/17 19:56:03  peiyongz
- * Re-prioritize search order for error message files.
- *
- * Revision 1.11  2002/12/12 16:53:25  peiyongz
- * Message file name changed.
- *
- * Revision 1.10  2002/12/06 16:29:17  peiyongz
- * $XERCESCROOT/msg created as home directory for message files, and
- * set default locale.
- *
- * Revision 1.9  2002/12/04 18:11:23  peiyongz
- * use $XERCESCROOT to search for icu resource bundle if XERCESC_NLS_HOME
- * undefined
- *
- * Revision 1.8  2002/11/20 20:28:17  peiyongz
- * fix to warning C4018: '>' : signed/unsigned mismatch
- *
- * Revision 1.7  2002/11/12 17:27:49  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.6  2002/11/04 22:24:43  peiyongz
- * Locale setting for message loader
- *
- * Revision 1.5  2002/11/04 15:10:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/10/10 21:07:55  peiyongz
- * load resource files using environement vars and base name
- *
- * Revision 1.3  2002/10/02 17:08:50  peiyongz
- * XMLString::equals() to replace XMLString::compareString()
- *
- * Revision 1.2  2002/09/30 22:20:40  peiyongz
- * Build with ICU MsgLoader
- *
- * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
- * sane_include
- *
- * Revision 1.7  2002/01/21 14:52:25  tng
- * [Bug 5847] ICUMsgLoader can't be compiled with gcc 3.0.3 and ICU2.  And also fix the memory leak introduced by Bug 2730 fix.
- *
- * Revision 1.6  2001/11/01 23:39:18  jasons
- * 2001-11-01  Jason E. Stewart  <ja...@openinformatics.com>
- *
- * 	* src/util/MsgLoaders/ICU/ICUMsgLoader.hpp (Repository):
- * 	* src/util/MsgLoaders/ICU/ICUMsgLoader.cpp (Repository):
- * 	Updated to compile with ICU-1.8.1
- *
- * Revision 1.5  2000/03/02 19:55:14  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/06 07:48:21  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/19 00:58:38  roddey
- * Update to support new ICU 1.4 release.
- *
- * Revision 1.2  1999/11/19 21:24:03  aruna1
- * incorporated ICU 1.3.1 related changes int he file
- *
- * Revision 1.1.1.1  1999/11/09 01:07:23  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:45:26  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp Thu Jun 16 17:21:06 2005
@@ -15,61 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.11  2004/09/08 13:56:33  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.10  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.9  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.8  2003/05/15 18:29:49  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.7  2003/03/09 16:41:40  peiyongz
- * PanicHandler
- *
- * Revision 1.6  2002/12/12 19:14:00  peiyongz
- * InMem Message file name changed.
- *
- * Revision 1.5  2002/11/12 17:26:53  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.4  2002/11/04 15:10:40  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:57:59  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/09/23 22:14:37  peiyongz
- * Code sharing and Array boundary checking added
- *
- * Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
- * sane_include
- *
- * Revision 1.5  2000/03/28 19:43:21  roddey
- * Fixes for signed/unsigned warnings. New work for two way transcoding
- * stuff.
- *
- * Revision 1.4  2000/03/02 19:55:15  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:22  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/03 00:48:47  rahulj
- * Removed byteswapping logic as its not needed for InMemory message loading.
- *
- * Revision 1.1.1.1  1999/11/09 01:07:19  twl
- * Initial checkin
- *
- * Revision 1.4  1999/11/08 20:45:26  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/MsgCatalog/MsgCatalogLoader.cpp Thu Jun 16 17:21:06 2005
@@ -15,88 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.18  2004/09/08 13:56:33  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2003/12/24 15:24:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.16  2003/12/17 03:56:15  neilg
- * add default memory manager parameter to loadMsg method that uses char * parameters
- *
- * Revision 1.15  2003/08/21 16:36:08  peiyongz
- * use PlatformUtils::panic()
- *
- * Revision 1.14  2003/05/15 18:29:49  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.13  2003/03/09 16:42:05  peiyongz
- * PanicHandler
- *
- * Revision 1.12  2003/02/20 20:20:11  peiyongz
- * Allow set user specified error message file location in PlatformUtils::Initialize().
- *
- * Revision 1.11  2002/12/12 16:46:18  peiyongz
- * MsgCatalog file name changed.
- *
- * Revision 1.10  2002/12/06 16:49:47  peiyongz
- * $XERCESCROOT/msg created as home directory for message files.
- *
- * Revision 1.9  2002/12/04 18:03:13  peiyongz
- * use $XERCESCROOT to search for msg catalog file if XERCESC_NLS_HOME
- * undefined
- *
- * Revision 1.8  2002/12/02 21:58:43  peiyongz
- * nls support
- *
- * Revision 1.7  2002/11/12 17:27:12  tng
- * DOM Message: add new domain for DOM Messages.
- *
- * Revision 1.6  2002/11/05 16:54:46  peiyongz
- * Using XERCESC_NLS_HOME
- *
- * Revision 1.5  2002/11/04 15:10:41  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/09/24 19:58:33  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.3  2002/09/23 21:05:40  peiyongz
- * remove debugging code
- *
- * Revision 1.2  2002/09/23 21:03:06  peiyongz
- * Build MsgCatalog on Solaris
- *
- * Revision 1.1.1.1  2002/02/01 22:22:21  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/10/09 12:19:44  tng
- * Leak fix: can call transcode directly instead of using copyString.
- *
- * Revision 1.6  2000/07/25 22:28:40  aruna1
- * Char definitions in XMLUni moved to XMLUniDefs
- *
- * Revision 1.5  2000/03/02 19:55:16  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/06 07:48:22  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.3  2000/01/05 22:00:22  aruna1
- * Modified message 'set' attribute reading sequence. Removed dependencies on  hard coded constants
- *
- * Revision 1.2  1999/12/23 01:43:37  aruna1
- * MsgCatalog support added for solaris
- *
- * Revision 1.1.1.1  1999/11/09 01:07:16  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:27  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/Mutexes.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Mutexes.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Mutexes.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Mutexes.cpp Thu Jun 16 17:21:06 2005
@@ -15,34 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.3  2004/09/08 13:56:22  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:11  peiyongz
- * sane_include
- *
- * Revision 1.4  2000/03/02 19:54:41  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:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.2  1999/12/02 19:42:35  roddey
- * Got rid of attempts to fancy/schmanzy lazy eval mutex implementation and just
- * force anyone who needs a global/static mutex to lazy eval that themselves.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:45  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:09  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/NameIdPool.c
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NameIdPool.c?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NameIdPool.c (original)
+++ xerces/c/trunk/src/xercesc/util/NameIdPool.c Thu Jun 16 17:21:06 2005
@@ -14,55 +14,8 @@
  * limitations under the License.
  */
 
-/**
- * $Log$
- * Revision 1.12  2005/01/07 15:12:10  amassari
- * Removed warnings
- *
- * Revision 1.11  2004/11/19 00:50:22  cargilld
- * Memory improvement to utility classes from Christian Will.  Remove dependency on XMemory.
- *
- * Revision 1.9  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.8  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.7  2003/10/29 16:18:05  peiyongz
- * size() added and Reset() bug fixed
- *
- * Revision 1.6  2003/05/16 06:01:52  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.5  2003/05/15 19:04:35  knoaman
- * Partial implementation of the configurable memory manager.
- *
- * Revision 1.4  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.3  2002/09/24 19:51:24  tng
- * Performance: use XMLString::equals instead of XMLString::compareString
- *
- * Revision 1.2  2002/05/08 19:05:29  knoaman
- * [Bug 7701] NameIdPoolEnumerator copy constructor should call base class - fix by Martin Kalen
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.3  2000/03/02 19:54:42  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:02  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:47  twl
- * Initial checkin
- *
- * Revision 1.3  1999/11/08 20:45:10  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+/*
+ * $Id$
  */
 
 

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/Socket/UnixHTTPURLInputStream.cpp Thu Jun 16 17:21:06 2005
@@ -15,96 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.19  2005/03/04 19:52:54  amassari
- * The URL fragments were leaked (jira# 1362)
- *
- * Revision 1.18  2004/09/08 13:56:35  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  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.16  2004/02/11 12:42:22  cargilld
- * Fix for bug 25541.
- *
- * 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:13  cargilld
- * More updates to memory management so that the static memory manager.
- *
- * Revision 1.12  2003/05/17 05:54:18  knoaman
- * Update NetAccessors to use the memory manager.
- *
- * Revision 1.11  2003/05/16 14:03:28  knoaman
- * Pass memory manager to makeNewTranscoder.
- *
- * Revision 1.10  2003/02/25 21:22:36  tng
- * Modify UnixHTTPURLInputStream for it to work on ebcdic platform.  Patch from Steve Dulin
- *
- * Revision 1.9  2002/12/09 13:12:12  tng
- * Fix compilation error.
- *
- * Revision 1.8  2002/12/09 09:57:27  gareth
- * Fixed compile error by adding private member. Not very efficient. Should be looked at again.
- *
- * Revision 1.7  2002/12/06 16:43:33  tng
- * Fix the error messages thrown from net accessor module.
- *
- * Revision 1.6  2002/12/02 20:41:17  tng
- * [Bug 12490] Patches required to build Xerces-C++ on BeOS R5.  Patch from Andrew Bachmann.
- *
- * Revision 1.5  2002/11/04 15:11:38  tng
- * C++ Namespace Support.
- *
- * Revision 1.4  2002/05/29 14:30:50  peiyongz
- * Bug9489: Malformed HTTP GET Requests in UnixHTTPUrlInputStream ,
- *                 patch from Gereon Steffens (gereon.steffens@web.de)
- *
- * Revision 1.3  2002/05/07 14:36:44  tng
- * [Bug 8852] UnixHTTPURLInputStream.cpp includes unneeded file.
- *
- * Revision 1.2  2002/03/11 21:08:23  peiyongz
- * Bug#7000: fix to corrupted URL, patch from kent@iastate.edu (Kent)
- *
- * Revision 1.1.1.1  2002/02/01 22:22:23  peiyongz
- * sane_include
- *
- * Revision 1.7  2001/09/04 17:53:09  peiyongz
- * Bugzilla# 3170: patch from Kevin Philips to handle Query in XMLURL.
- *
- * Revision 1.6  2001/06/25 16:27:04  tng
- * AS400 changes by Linda Swan.
- *
- * Revision 1.5  2000/07/21 03:31:41  andyh
- * Improved (but still weak) http access by the parser.
- *
- * Revision 1.4  2000/05/15 22:31:28  andyh
- * Replace #include<memory.h> with <string.h> everywhere.
- *
- * Revision 1.3  2000/03/24 01:30:32  rahulj
- * Connect to the port specified in the URL, rather than the default
- * one.
- *
- * Revision 1.2  2000/03/22 00:58:11  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$
  */
 
 #include <stdio.h>

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp Thu Jun 16 17:21:06 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$
  */
 
 #include <winsock2.h>

Modified: xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/NetAccessors/libWWW/BinURLInputStream.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/PanicHandler.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/PanicHandler.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/PanicHandler.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/PanicHandler.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/BeOS/BeOSPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Cygwin/CygwinPlatformUtils.cpp Thu Jun 16 17:21:06 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/FreeBSDPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/FreeBSD/FreeBSDPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/HPUX/HPPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Interix/InterixPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Linux/LinuxPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OpenServer/OpenServerPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/PTX/PTXPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/UnixWare/UnixWarePlatformUtils.cpp Thu Jun 16 17:21:06 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/trunk/src/xercesc/util/QName.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/QName.cpp?rev=191036&r1=191035&r2=191036&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/QName.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/QName.cpp Thu Jun 16 17:21:06 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/Janitor.hpp>



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