2011-09-22 |
sgunderson@bigfoot.com | Add passthru test to PHP5-SWIG (passes).
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Start a PHP5-to-C++11 SWIG layer (!).
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Rename C++0x port to C++11, since that will be the...
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Document that we have a C++0x version.
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Merge.
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Fix a Valgrind hit; we cannot take c_str() of a temporary...
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Add all and clean targets to C++0x makefile.
|
commit | commitdiff | tree |
2011-09-22 |
sgunderson@bigfoot.com | Add include support, and unit test, to C++0x version...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Tweak C++0x API a bit, to prepare for include. Also...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add attribute-empty test for C++0x, which passes.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Make Clone and Alternate in C++0x handle embedded NULL...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add Alternate support to C++0x version, and corresponding...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add structure test for C++0x. Passes.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add namespace2 test for C++0x. Passes.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | In C++0x, handle that attr->ns is NULL. Makes namespace...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add namespace test for C++0x. Segfaults currently.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Implement attribute handling in C++0x.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix an error in the attribute test.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add a C++0x attribute test. Does not pass yet.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix the last memory leaks from the clone test.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix leak of the temporary clone root elements in the...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix an id buffer leak in the C++0x code. simple now...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix an attribute leak in the C++0x code.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix a potential bug in the C++0x cleaning.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix yet more memory leaks in the C++0x version.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix the worst (but not all) memory leaks in the C+...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Some coding style consistency fixes for C++0x.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Make the C++0x syntax a lot more concise using initializer...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Implement <t:foo> node cleaning. clone passes!
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Implement cloning for C++0x.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix a typo causing references to freed memory.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add a clone test for C++0x (no cloning logic yet, so...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Implement t:id cleaning in C++0x. simple passes!
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Move the C++0x file processing logic into a shared...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | C++0x make should be silent.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add a passthru test for C++0x.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Use a LDFLAGS variable.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add c++0x to test suite.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Split out the C++0x library into a separate file from...
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix namespace support for t:id in C++0x.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Fix #id handling in the C++0x version.
|
commit | commitdiff | tree |
2011-09-21 |
sgunderson@bigfoot.com | Add a very preliminary C++0x version. It cannot even...
|
commit | commitdiff | tree |
2009-07-05 |
sgunderson@bigfoot.com | Patch from xim: Fixed a bug where Unicode strings would...
|
commit | commitdiff | tree |
2009-06-08 |
sgunderson@bigfoot.com | Fix a bug in Python attribute handling.
|
commit | commitdiff | tree |
2009-02-28 |
sgunderson@bigfoot.com | Use getAttributeNodeNS() to kill a tiny bit of PHP5...
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Improve the HTML-entity-magic a bit for PHP5.
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Add our own clone stuff when removing dummy elements...
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Fix a bug where a cleaning run could skip over certain...
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Fix the oddest PHP5 bug in the world...
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Fix overwriting in PHP5.
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Fix a problem with older (?) PHP5 not having a childNodes...
|
commit | commitdiff | tree |
2008-04-26 |
sgunderson@bigfoot.com | Fix a PHP5 typo.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Be slightly more accurate wrt. PHP's bugginess.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Add some hairy magic for removing excess namespaces.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Slightly less insane cross-document imports.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Reinstate own_clone_node. All php5 tests pass!
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Fix including in php5.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Try to get DOM insertion fixed.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Use "real" document fragments instead of our own hacks.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Let's see if cloneNode() is fixed after all...
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | More cloning fixes. clone.xml doesn't pass, but it...
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | More cloning fixes for php5.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Slightly more insane php5 namespace cloning stuff.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Some fixes for php5 cloning. Still doesn't work properly.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Fix cleaning, using the first undocumented method ...
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | More style fixes for php5.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Fix php5 node iteration. passthru passes.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | First round of style changes to php5 just to make it...
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Add php5 (not working yet, just copied php4/).
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Rename php -> php4.
|
commit | commitdiff | tree |
2008-04-21 |
sgunderson@bigfoot.com | Add a test for repeated t:id replacing.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Update intro.txt for the new XML header that's needed...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Documentation update.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add a note about non-reentrancy.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Revert the deferred stuff; it doesn't work as long...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add deferred parsing for perl-sax. Doesn't work yet...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Slight refactoring of the perl-sax frontend.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | In perl-sax, ignore the name to find the right end...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Fix the cleaner so it doesn't confuse the layers above...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Try to handle the perl-sax issue differently.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Revert r113 and r114, we'll try to solve it slightly...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Fix some junk; Cleaner doesn't take an object.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Fix some internal oddities in perl-sax/structure; however...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Try to fix the structure test, but fail miserably.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Remove some debugging stuff.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add perl-sax/structure test, blows up (as expected).
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add ruby/structure test, passes.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add python/structure tests, passes.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add php/structure test, passes.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add a structure test.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add perl-sax/namespace{,2} tests. Pass directly.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Hand-merge from borked repository. Main changes are...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add perl-sax/attribute-empty test, works directly....
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add perl-sax/attribute[23] tests. Work directly.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Make perl-sax/attribute test pass.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add a (failing) perl-sax/attribute test.
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Hack the XML diff script so it can deal with comments...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Fix include for perl-sax. Now only need to fix the...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Find out how we're going to handle includes. Some comment...
|
commit | commitdiff | tree |
2007-03-01 |
sgunderson@bigfoot.com | Add a FIXME.
|
commit | commitdiff | tree |
next |