]> git.sesse.net Git - xml-template/history - perl-sax
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / perl-sax /
2007-03-01 sgunderson@bigfoot.comAdd a note about non-reentrancy.
2007-03-01 sgunderson@bigfoot.comRevert the deferred stuff; it doesn't work as long...
2007-03-01 sgunderson@bigfoot.comAdd deferred parsing for perl-sax. Doesn't work yet...
2007-03-01 sgunderson@bigfoot.comSlight refactoring of the perl-sax frontend.
2007-03-01 sgunderson@bigfoot.comIn perl-sax, ignore the name to find the right end...
2007-03-01 sgunderson@bigfoot.comFix the cleaner so it doesn't confuse the layers above...
2007-03-01 sgunderson@bigfoot.comTry to handle the perl-sax issue differently.
2007-03-01 sgunderson@bigfoot.comRevert r113 and r114, we'll try to solve it slightly...
2007-03-01 sgunderson@bigfoot.comFix some junk; Cleaner doesn't take an object.
2007-03-01 sgunderson@bigfoot.comFix some internal oddities in perl-sax/structure; howev...
2007-03-01 sgunderson@bigfoot.comTry to fix the structure test, but fail miserably.
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/structure test, blows up (as expected).
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/namespace{,2} tests. Pass directly.
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/attribute-empty test, works directly....
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/attribute[23] tests. Work directly.
2007-03-01 sgunderson@bigfoot.comMake perl-sax/attribute test pass.
2007-03-01 sgunderson@bigfoot.comAdd a (failing) perl-sax/attribute test.
2007-03-01 sgunderson@bigfoot.comFix include for perl-sax. Now only need to fix the...
2007-03-01 sgunderson@bigfoot.comFind out how we're going to handle includes. Some comme...
2007-03-01 sgunderson@bigfoot.comAdd a FIXME.
2007-03-01 sgunderson@bigfoot.comFix up the SAX cleaner. Passes cloning test!
2007-03-01 sgunderson@bigfoot.comuse strict, use warnins. Glah!
2007-03-01 sgunderson@bigfoot.comAlmost fix cloning. Yay!
2007-03-01 sgunderson@bigfoot.comAdd a Buffer class, for the SAX stuff.
2007-03-01 sgunderson@bigfoot.comSplit out the TemplateSAX modules into separate files.
2007-03-01 sgunderson@bigfoot.comAdd (failing) perl-sax/clone test.
2007-03-01 sgunderson@bigfoot.comParse the IDs properly. perl-sax/simple passes!
2007-03-01 sgunderson@bigfoot.comIntroduce a SAX cleaner.
2007-03-01 sgunderson@bigfoot.comMake perl-sax/simple almost work.
2007-03-01 sgunderson@bigfoot.comStart working on a SAX version of the Perl stuff. Very...