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/10/07 18:50:21 UTC

cvs commit: xml-xerces/perl ChangeLog Changes

jasons      01/10/07 09:50:21

  Modified:    perl     ChangeLog Changes
  Log:
  usual
  
  Revision  Changes    Path
  1.34      +21 -0     xml-xerces/perl/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/ChangeLog,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ChangeLog	2001/10/07 03:02:30	1.33
  +++ ChangeLog	2001/10/07 16:50:21	1.34
  @@ -1,3 +1,24 @@
  +2001-10-07  Jason E. Stewart  <ja...@openinformatics.com>
  +
  +	* Makefile.PL (Repository): 
  +	Moved architecture specific stuff into hints/
  +
  +	* hints/solaris_2.pl (Repository): 
  +	* hints/linux.pl (Repository): 
  +	* hints/dec_osf.pl (Repository): 
  +	MakeMaker hints
  +
  +	* Xerces.pm (Repository): 
  +	Correctly handle operators that get three parameters
  +
  +	* Xerces.C (Repository): 
  +	* postSource.pl (Repository): 
  +	added code to remove RCS keyword from perl5.swg
  +
  +	* t/DOM_Element.t (Repository): 
  +	* t/DOM_Attr.t (Repository): 
  +	commented use blib
  +
   2001-10-06  Jason E. Stewart  <ja...@openinformatics.com>
   
   	* t/XMLException.t (Repository): 
  
  
  
  1.15      +26 -0     xml-xerces/perl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Changes,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Changes	2001/09/10 07:19:56	1.14
  +++ Changes	2001/10/07 16:50:21	1.15
  @@ -1,5 +1,31 @@
   Revision history for Perl extension Genex.
   
  +1.5.7 Sun Oct  7 10:36:23 MDT 2001
  +        - MemBufInputSource no longer requires a fake system id as an
  +          argument to the constructor, you may supply one, but this is
  +          optional
  +	- DOM_Attr::setAttributes() no longer segfaults if 'undef' is
  +	  passed for the attribute or its value.
  +	- hints/ directory now exists to help isolate the
  +	  architecture-specific pieces of Makefile.PL. Currently there
  +	  is a file for Solaris_2, DEC_OSF, and Linux.
  +        - Thanks to major improvements in SWIG, it is now easier to
  +          support overloaded methods. The following classes/methods are
  +          currently supported:
  +	     *Parser
  +	     XMLPScanToken
  +	     *InputSource
  +	     XMLURL
  +	     *::operator=
  +	     *::operator==
  +	     *::operator!=	
  +	- Added samples/IDOMCount.pl
  +	- Thanks to major improvements in the SWIG parser, the
  +	  majority of the private header files in Xerces_headers are
  +	  no longer needed, only three parse errors remain.
  +	- Thanks to major improvements in SWIG, the internal
  +	  code generation is greatly simplified.
  +
   1.5.6 Mon Sep 10 01:19:29 MDT 2001
           - MAJOR MEMORY FIX: All callbacks were leaking memory like a
             sieve. This was especially noticeable with SAX 1/2
  
  
  

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