jasons 2002/10/19 16:13:29 Modified: perl .cvsignore ChangeLog TODO Log: usual Revision Changes Path 1.15 +1 -0 xml-xerces/perl/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/xml-xerces/perl/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 27 Aug 2002 19:52:37 -0000 1.14 +++ .cvsignore 19 Oct 2002 23:13:28 -0000 1.15 @@ -27,6 +27,7 @@ XML-Xerces-1.7.0-1.tar.gz.asc XML-Xerces-1.7.0_0.tar.gz XML-Xerces-1.7.0_0.tar.gz.asc +XML-Xerces-2.0.0-0.tar.gz Xerces.bs archives blib 1.49 +36 -0 xml-xerces/perl/ChangeLog Index: ChangeLog =================================================================== RCS file: /home/cvs/xml-xerces/perl/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 27 Aug 2002 19:52:37 -0000 1.48 +++ ChangeLog 19 Oct 2002 23:13:28 -0000 1.49 @@ -1,3 +1,39 @@ +2002-10-19 Jason E. Stewart <[EMAIL PROTECTED]> + + * Xerces.i (Repository): + commented out all the overloading support that SWIG now handles on + it's own + + * postModule.pl (Repository): + relocated createNodeIterator and createTreeWalker to + DOMDocumentTraversal class + removed all overload munging + + * Xerces-extra.pm (Repository): + removed INIT for HTML::Mason and mod_perl + + * typemaps.i (Repository): + deal with XMLByte I/O + handle auto-overload typeconversion for SV*'s and XMLCh* + + * samples/DOMPrint.pl (Repository): + * samples/DOMCreate.pl (Repository): + now uses DOMWriter + + * t/XMLURL.t (Repository): + equality operator stopped working + added test to match output of URL + + * t/DOMWriter.t (Repository): + test started working + + * t/PerlErrorHandler.t (Repository): + * t/DOMEntity.t (Repository): + test stopped failing + + * t/DOMCreate.t (Repository): + updated output to match the DOMWriter output + 2002-08-27 Jason E. Stewart <[EMAIL PROTECTED]> * Makefile.PL (Repository): 1.17 +4 -0 xml-xerces/perl/TODO Index: TODO =================================================================== RCS file: /home/cvs/xml-xerces/perl/TODO,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- TODO 27 Aug 2002 19:52:37 -0000 1.16 +++ TODO 19 Oct 2002 23:13:28 -0000 1.17 @@ -23,6 +23,10 @@ Internals: ========== +Fri Oct 11 21:57:23 MDT 2002 +* the %typecheck for XMLCh* is too greedy, it shouldn't happen later + in the typecheck process + Fri Jun 7 00:37:01 MDT 2002 * make entity resolver to find all the xml files
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]