You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/26 00:33:31 UTC

cvs commit: xml-xerces/c/src/framework XMLAttDef.cpp XMLAttr.cpp XMLElementDecl.cpp XMLEntityDecl.cpp XMLFormatter.cpp

aruna1      00/07/25 15:33:31

  Modified:    c/src/framework XMLAttDef.cpp XMLAttr.cpp XMLElementDecl.cpp
                        XMLEntityDecl.cpp XMLFormatter.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.4       +2 -10     xml-xerces/c/src/framework/XMLAttDef.cpp
  
  Index: XMLAttDef.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLAttDef.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLAttDef.cpp	2000/03/02 19:54:24	1.3
  +++ XMLAttDef.cpp	2000/07/25 22:33:28	1.4
  @@ -55,21 +55,7 @@
    */
   
   /**
  - * $Log: XMLAttDef.cpp,v $
  - * Revision 1.3  2000/03/02 19:54:24  roddey
  - * This checkin includes many changes done while waiting for the
  - * 1.1.0 code to be finished. I can't list them all here, but a list is
  - * available elsewhere.
  - *
  - * Revision 1.2  2000/02/06 07:47:46  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:08:26  twl
  - * Initial checkin
  - *
  - * Revision 1.3  1999/11/08 20:44:34  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: XMLAttDef.cpp,v 1.4 2000/07/25 22:33:28 aruna1 Exp $
    */
   
   
  @@ -77,6 +63,7 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include <util/ArrayIndexOutOfBoundsException.hpp>
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <framework/XMLAttDef.hpp>
   
  
  
  
  1.7       +2 -22     xml-xerces/c/src/framework/XMLAttr.cpp
  
  Index: XMLAttr.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLAttr.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLAttr.cpp	2000/04/10 22:42:52	1.6
  +++ XMLAttr.cpp	2000/07/25 22:33:28	1.7
  @@ -55,38 +55,14 @@
    */
   
   /**
  - * $Log: XMLAttr.cpp,v $
  - * Revision 1.6  2000/04/10 22:42:52  roddey
  - * Extended the buffer reuse to the QName field, to further increase
  - * performance of attribute heavy applications.
  - *
  - * Revision 1.5  2000/03/28 19:43:16  roddey
  - * Fixes for signed/unsigned warnings. New work for two way transcoding
  - * stuff.
  - *
  - * Revision 1.4  2000/03/02 19:54: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.3  2000/02/06 07:47:46  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.2  1999/12/18 00:18:39  roddey
  - * Fixed a small reported memory leak in destructor.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:08:28  twl
  - * Initial checkin
  - *
  - * Revision 1.2  1999/11/08 20:44:35  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: XMLAttr.cpp,v 1.7 2000/07/25 22:33:28 aruna1 Exp $
    */
   
   
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <util/XMLString.hpp>
   #include <framework/XMLAttr.hpp>
  
  
  
  1.4       +2 -10     xml-xerces/c/src/framework/XMLElementDecl.cpp
  
  Index: XMLElementDecl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLElementDecl.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLElementDecl.cpp	2000/05/11 23:11:32	1.3
  +++ XMLElementDecl.cpp	2000/07/25 22:33:28	1.4
  @@ -55,27 +55,14 @@
    */
   
   /**
  - * $Log: XMLElementDecl.cpp,v $
  - * Revision 1.3  2000/05/11 23:11:32  andyh
  - * Add missing validity checks for stand-alone documents, character range
  - * and Well-formed parsed entities.  Changes contributed by Sean MacRoibeaird
  - * <se...@ireland.sun.com>
  - *
  - * Revision 1.2  2000/02/06 07:47:48  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:08:31  twl
  - * Initial checkin
  - *
  - * Revision 1.2  1999/11/08 20:44:37  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: XMLElementDecl.cpp,v 1.4 2000/07/25 22:33:28 aruna1 Exp $
    */
   
   
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <framework/XMLElementDecl.hpp>
   
  
  
  
  1.3       +2 -7      xml-xerces/c/src/framework/XMLEntityDecl.cpp
  
  Index: XMLEntityDecl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLEntityDecl.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLEntityDecl.cpp	2000/02/06 07:47:48	1.2
  +++ XMLEntityDecl.cpp	2000/07/25 22:33:29	1.3
  @@ -55,22 +55,14 @@
    */
   
   /**
  - * $Log: XMLEntityDecl.cpp,v $
  - * Revision 1.2  2000/02/06 07:47:48  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:08:32  twl
  - * Initial checkin
  - *
  - * Revision 1.2  1999/11/08 20:44:38  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: XMLEntityDecl.cpp,v 1.3 2000/07/25 22:33:29 aruna1 Exp $
    */
   
   
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <util/XMLString.hpp>
   #include <framework/XMLEntityDecl.hpp>
  
  
  
  1.7       +2 -23     xml-xerces/c/src/framework/XMLFormatter.cpp
  
  Index: XMLFormatter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLFormatter.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLFormatter.cpp	2000/05/15 22:31:12	1.6
  +++ XMLFormatter.cpp	2000/07/25 22:33:29	1.7
  @@ -55,32 +55,7 @@
    */
   
   /**
  - * $Log: XMLFormatter.cpp,v $
  - * Revision 1.6  2000/05/15 22:31:12  andyh
  - * Replace #include<memory.h> with <string.h> everywhere.
  - *
  - * Revision 1.5  2000/04/07 01:01:55  roddey
  - * Fixed an error message so that it indicated the correct radix for the rep
  - * token. Get all of the basic output formatting functionality in place for
  - * at least ICU and Win32 transcoders.
  - *
  - * Revision 1.4  2000/04/06 23:50:38  roddey
  - * Now the low level formatter handles doing char refs for
  - * unrepresentable chars (in addition to the replacement char style
  - * already done.)
  - *
  - * Revision 1.3  2000/04/06 19:09:21  roddey
  - * Some more improvements to output formatting. Now it will correctly
  - * handle doing the 'replacement char' style of dealing with chars
  - * that are unrepresentable.
  - *
  - * Revision 1.2  2000/04/05 00:20:16  roddey
  - * More updates for the low level formatted output support
  - *
  - * Revision 1.1  2000/03/28 19:43:17  roddey
  - * Fixes for signed/unsigned warnings. New work for two way transcoding
  - * stuff.
  - *
  + * $Id: XMLFormatter.cpp,v 1.7 2000/07/25 22:33:29 aruna1 Exp $
    */
   
   
  @@ -88,6 +63,7 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include <util/PlatformUtils.hpp>
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLString.hpp>
   #include <util/TransService.hpp>
   #include <util/TranscodingException.hpp>