You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/07 22:55:24 UTC

cvs commit: xml-xerces/c/src/util Base64.cpp XMLBigDecimal.cpp

tng         01/06/07 13:55:23

  Modified:    c/src/util Base64.cpp XMLBigDecimal.cpp
  Log:
  Fix no newline at the end warning.  By Pei Yong Zhang.
  
  Revision  Changes    Path
  1.4       +4 -1      xml-xerces/c/src/util/Base64.cpp
  
  Index: Base64.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Base64.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Base64.cpp	2001/05/28 21:11:16	1.3
  +++ Base64.cpp	2001/06/07 20:55:20	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: Base64.cpp,v $
  + * Revision 1.4  2001/06/07 20:55:20  tng
  + * Fix no newline at the end warning.  By Pei Yong Zhang.
  + *
    * Revision 1.3  2001/05/28 21:11:16  tng
    * Schema: Various DatatypeValidator fix.  By Pei Yong Zhang
    *
  @@ -296,4 +299,4 @@
           return false;
   
       return( base64Alphabet[octect] != (XMLCh) -1);
  -}
  \ No newline at end of file
  +}
  
  
  
  1.5       +4 -1      xml-xerces/c/src/util/XMLBigDecimal.cpp
  
  Index: XMLBigDecimal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLBigDecimal.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLBigDecimal.cpp	2001/05/18 20:17:55	1.4
  +++ XMLBigDecimal.cpp	2001/06/07 20:55:21	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: XMLBigDecimal.cpp,v $
  + * Revision 1.5  2001/06/07 20:55:21  tng
  + * Fix no newline at the end warning.  By Pei Yong Zhang.
  + *
    * Revision 1.4  2001/05/18 20:17:55  tng
    * Schema: More exception messages in XMLBigDecimal/XMLBigInteger/DecimalDatatypeValidator.  By Pei Yong Zhang.
    *
  @@ -324,4 +327,4 @@
       // De-allocate the memory allocated by XMLBigInteger
       delete[] tmpBuf;
       return retBuf;
  -}
  \ No newline at end of file
  +}
  
  
  

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