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

cvs commit: xml-xerces/perl ChangeLog Changes MANIFEST

jasons      01/06/13 23:47:02

  Modified:    perl     ChangeLog Changes MANIFEST
  Log:
  usual
  
  Revision  Changes    Path
  1.18      +21 -0     xml-xerces/perl/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/ChangeLog,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ChangeLog	2001/06/14 06:03:36	1.17
  +++ ChangeLog	2001/06/14 06:47:01	1.18
  @@ -1,3 +1,24 @@
  +2001-06-14  Jason E. Stewart  <ja...@openinformatics.com>
  +
  +	* t/DOM_Entity.t (Repository): 
  +	Test 3 now flagged as $fail=1
  +
  +	* t/TestUtils.pm (Repository): 
  +	Added $fail parameter to result()
  +
  +	* t/SAXCount.t (Repository): 
  +	* t/SAX2Count.t (Repository): 
  +	* t/DOMPrint.t (Repository): 
  +	* t/DOMParser.t (Repository): 
  +	* t/DOMCreate.t (Repository): 
  +	* t/DOMCount.t (Repository): 
  +	removed 'using blib ...' warning
  +
  +	* Makefile.PL (Repository): 
  +	Fixed broken use of map(). Needed to make a copy of the array,
  +	   since map operates on the elements of the array, not on a copy
  +	   of the elements.
  +
   2001-06-13  Jason E. Stewart  <ja...@openinformatics.com>
   
   	* t/SAXParser.t (Repository): 
  
  
  
  1.9       +4 -1      xml-xerces/perl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Changes,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Changes	2001/06/14 06:03:36	1.8
  +++ Changes	2001/06/14 06:47:01	1.9
  @@ -6,7 +6,10 @@
             your own Perl-based ones without throwing SWIG runtime type
             checking errors.
   	- test scripts now use PerlContentHandler and
  -	  PerlDocumentHandler classes for SAX 1.0 and 2.0
  +	  PerlDocumentHandler classes for SAX 1.0 and 2.0. 
  +	- general cleanup of test script output. Some tests marked as
  +	  'should fail', that means a Xerces-C feature is broken and
  +	  so the failure is just a placeholder until they fix it.
   	- Fixed bugs in test scripts. In Perl prior to 5.6 buffered IO
   	  was handled differently, and file handles need to be closed
   	  to ensure a flush of the data. (thanks to 
  
  
  
  1.10      +7 -0      xml-xerces/perl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/MANIFEST,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MANIFEST	2001/05/05 23:45:17	1.9
  +++ MANIFEST	2001/06/14 06:47:01	1.10
  @@ -13,6 +13,9 @@
   Handler/PerlErrorCallbackHandler.cpp
   Handler/PerlErrorCallbackHandler.hpp
   Handler/PerlErrorCallbackHandler.swig.hpp
  +Handler/PerlExceptionHandler.cpp
  +Handler/PerlExceptionHandler.hpp
  +Handler/PerlExceptionHandler.swig.hpp
   LICENSE
   MANIFEST
   Makefile.PL
  @@ -72,6 +75,7 @@
   Xerces_headers/util/PlatformUtils.hpp
   Xerces_headers/util/XMLURL.hpp
   Xerces_headers/util/XercesDefs.hpp
  +Xerces_headers/util/XMLException.hpp
   docs/apidocs.xml
   docs/blueb.gif
   docs/dtd/blocks.ent
  @@ -115,3 +119,6 @@
   t/DOM_NodeList.t
   t/TestUtils.pm
   t/PerlErrorHandler.t
  +t/DOM_Entity.t
  +t/SAX2Count.t
  +t/XMLException.t
  
  
  

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