You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2005/11/07 20:09:16 UTC

svn commit: r331579 - /xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp

Author: amassari
Date: Mon Nov  7 11:09:11 2005
New Revision: 331579

URL: http://svn.apache.org/viewcvs?rev=331579&view=rev
Log:
Remove log history

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp?rev=331579&r1=331578&r2=331579&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/PlatformUtils.cpp Mon Nov  7 11:09:11 2005
@@ -15,128 +15,7 @@
  */
 
 /*
- * $Log$
- * Revision 1.19  2004/10/20 15:18:35  knoaman
- * Allow option of initializing static data in XMLPlatformUtils::Initialize
- *
- * Revision 1.18  2004/09/08 13:56:22  peiyongz
- * Apache License Version 2.0
- *
- * Revision 1.17  2004/01/09 04:39:56  knoaman
- * Use a global static mutex for locking when creating local static mutexes instead of compareAndSwap.
- *
- * Revision 1.16  2003/12/17 00:18:35  cargilld
- * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
- *
- * Revision 1.15  2003/12/03 17:30:19  neilg
- * uninitialize panic handlers so they will be ready for subsequent initalizations
- *
- * Revision 1.14  2003/11/24 18:07:41  knoaman
- * Add missing ';'
- *
- * Revision 1.13  2003/11/24 17:07:53  knoaman
- * Reset memory manager in Terminate
- *
- * Revision 1.12  2003/11/17 14:50:29  knoaman
- * Fix for bug 23930 by Ronald  Landheer-Cieslak.
- *
- * Revision 1.11  2003/08/27 16:41:56  jberry
- * Add new static global that always points to array-allocating memory manager
- *
- * Revision 1.10  2003/05/18 14:02:05  knoaman
- * Memory manager implementation: pass per instance manager.
- *
- * Revision 1.9  2003/04/30 16:54:38  knoaman
- * Initialize xerces with a default memory manager if none is provided.
- *
- * Revision 1.8  2003/03/09 16:40:47  peiyongz
- * PanicHandler
- *
- * Revision 1.7  2003/02/17 19:54:47  peiyongz
- * Allow set user specified error message file location in PlatformUtils::Initialize().
- *
- * Revision 1.6  2002/12/20 22:10:20  tng
- * XML 1.1
- *
- * Revision 1.5  2002/11/08 21:06:16  peiyongz
- * move comment to *hpp for API doc generation
- *
- * Revision 1.4  2002/11/04 22:24:21  peiyongz
- * Locale setting for message loader
- *
- * Revision 1.3  2002/11/04 15:22:04  tng
- * C++ Namespace Support.
- *
- * Revision 1.2  2002/07/18 20:05:31  knoaman
- * Add a new feature to control strict IANA encoding name.
- *
- * Revision 1.1.1.1  2002/02/01 22:22:11  peiyongz
- * sane_include
- *
- * Revision 1.16  2001/10/25 21:52:28  peiyongz
- * XMLDeleterFor related functions and data are removed.
- *
- * Revision 1.15  2001/10/24 19:59:49  peiyongz
- * [Bug 3975] gInitFlag problem
- *
- * Revision 1.14  2001/10/23 23:09:32  peiyongz
- * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
- *
- * Revision 1.13  2001/05/11 13:26:27  tng
- * Copyright update.
- *
- * Revision 1.12  2001/05/03 18:43:01  knoaman
- * Added new option to the parsers so that the NEL (0x85) char can be treated as a newline character.
- *
- * Revision 1.11  2001/02/07 17:46:34  billsch
- * Rearranged statements in Initialize() so that platformInit() is called
- * before an XMLMutex is created.
- *
- * Revision 1.10  2000/07/25 20:55:23  jpolast
- * use gInitFlag as a reference to the number of times
- * Initialized was called.  this way, the terminate routines are
- * not invoked until all processes call Terminate() on the parser.
- *
- * Revision 1.9  2000/06/26 20:30:04  jpolast
- * check if initialized in Terminate() to stop access violations
- * submitted by John_Roper@iOra.com
- *
- * Revision 1.8  2000/05/09 00:22:40  andyh
- * Memory Cleanup.  XMLPlatformUtils::Terminate() deletes all lazily
- * allocated memory; memory leak checking tools will no longer report
- * that leaks exist.  (DOM GetElementsByTagID temporarily removed
- * as part of this.)
- *
- * Revision 1.7  2000/03/24 19:50:29  roddey
- * Clear the 'initialized' flag when the termination call is made. Probably
- * not required technically, but...
- *
- * Revision 1.6  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.5  2000/02/06 07:48:03  rahulj
- * Year 2K copyright swat.
- *
- * Revision 1.4  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.3  1999/12/18 00:18:10  roddey
- * More changes to support the new, completely orthagonal support for
- * intrinsic encodings.
- *
- * Revision 1.2  1999/12/15 19:41:28  roddey
- * Support for the new transcoder system, where even intrinsic encodings are
- * done via the same transcoder abstraction as external ones.
- *
- * Revision 1.1.1.1  1999/11/09 01:04:53  twl
- * Initial checkin
- *
- * Revision 1.2  1999/11/08 20:45:11  rahul
- * Swat for adding in Product name and CVS comment log variable.
- *
+ * $Id$
  */
 
 



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