| Commit message (Expand) | Author | Age | Files | Lines |
* | fix problem with xmlStreamPop when pattern includes a "." element (see | William M. Brack | 2008-07-17 | 1 | -3/+7 |
* | fix crash from double free of name for bug #501760 | Rob Richards | 2007-12-06 | 1 | -0/+2 |
* | Applied patch from Rob Richards, fixing a potential memory leak in | Kasimier T. Buchcik | 2006-05-16 | 1 | -86/+124 |
* | a bunch of small cleanups based on coverity reports. Daniel | Daniel Veillard | 2006-03-09 | 1 | -6/+0 |
* | upated the news regenerated the docs, preparing for release of 2.6.23LIBXML2_2_6_23 | Daniel Veillard | 2006-01-05 | 1 | -2/+2 |
* | Another fix to handle "foo//.": "foo" was not included in the resulting | Kasimier T. Buchcik | 2006-01-05 | 1 | -42/+47 |
* | Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, | Kasimier T. Buchcik | 2006-01-05 | 1 | -55/+239 |
* | Fixed a potential memory leak in xmlSchemaCheckCSelectorXPath() when an | Kasimier T. Buchcik | 2005-10-19 | 1 | -14/+170 |
* | Silenced intel compiler warnings (reported by Kjartan Maraas, bug | Kasimier T. Buchcik | 2005-10-17 | 1 | -4/+2 |
* | Fixed some identity-constraint issues: Restructured IDC node-tables | Kasimier T. Buchcik | 2005-10-14 | 1 | -6/+16 |
* | fixing yet another pattern induced XPath bug #314282 reverted back last | Daniel Veillard | 2005-09-04 | 1 | -0/+34 |
* | fixes a portability problem raised by C370 on Z/OS Daniel | Daniel Veillard | 2005-09-03 | 1 | -1/+1 |
* | changed xmlPatterncompile signature to pass an int and not an enum since | Daniel Veillard | 2005-07-23 | 1 | -3/+2 |
* | Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handle | Kasimier T. Buchcik | 2005-07-22 | 1 | -34/+54 |
* | Fixed evaluation of attributes. Actually only attribute at the first level | Kasimier T. Buchcik | 2005-07-08 | 1 | -1/+1 |
* | adjusted last change to xmlCompilePathPattern, fixed one compilation | William M. Brack | 2005-06-14 | 1 | -2/+2 |
* | Some changes/fixes to the streaming evaluation. A bit of support for | Kasimier T. Buchcik | 2005-06-14 | 1 | -102/+189 |
* | Further enhancement for XPath streaming, consolidated with schemas usage | William M. Brack | 2005-06-09 | 1 | -64/+49 |
* | Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases | William M. Brack | 2005-06-06 | 1 | -25/+33 |
* | Changed the XPath "." to resolve only on the first level for XML Schema | Kasimier T. Buchcik | 2005-05-09 | 1 | -2/+11 |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | another patch from Brent Hendricks to add new handlers with the various | Daniel Veillard | 2005-03-30 | 1 | -1/+1 |
* | Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; | Kasimier T. Buchcik | 2005-03-04 | 1 | -27/+44 |
* | fixed remaining known bugs in the XPath streaming, and switched XPath to | Daniel Veillard | 2005-02-21 | 1 | -3/+58 |
* | Some experimental addition for parsing of expressions and streamable | Kasimier T. Buchcik | 2005-02-17 | 1 | -67/+284 |
* | fix the comment to describe the real return values lot of work on the | Daniel Veillard | 2005-02-16 | 1 | -11/+122 |
* | fixed implementation for | added a specific regression test Daniel | Daniel Veillard | 2005-02-05 | 1 | -8/+15 |
* | first implementation for | support Daniel | Daniel Veillard | 2005-02-05 | 1 | -130/+199 |
* | fixed the namespaces support fixed xmlGetNodePath when namespaces are used | Daniel Veillard | 2005-02-05 | 1 | -6/+1 |
* | use the walker to test the patterns instead of the normal reader bug fixes | Daniel Veillard | 2005-02-03 | 1 | -39/+118 |
* | Fixed debug in pattern.c, Daniel | Daniel Veillard | 2005-02-03 | 1 | -1/+1 |
* | more bug fixes for the XPath streaming code. Daniel | Daniel Veillard | 2005-02-01 | 1 | -3/+15 |
* | bugfixes around the streaming patterns Daniel | Daniel Veillard | 2005-01-31 | 1 | -5/+14 |
* | added first test for the patterns a few fixes Daniel | Daniel Veillard | 2005-01-30 | 1 | -1/+14 |
* | Oops desabling debug, Daniel | Daniel Veillard | 2005-01-30 | 1 | -1/+1 |
* | added a streaming pattern detector for a subset of XPath, should help | Daniel Veillard | 2005-01-30 | 1 | -8/+535 |
* | fixed the fixed size array structure problem reported by Patrick Streule | Daniel Veillard | 2005-01-12 | 1 | -14/+48 |
* | removed some compilation warnings Daniel | Daniel Veillard | 2003-12-10 | 1 | -2/+3 |
* | fixed the pattern interfaces but not yet the parser to handle the | Daniel Veillard | 2003-12-05 | 1 | -5/+19 |
* | cleanup the make rebuild in doc, this include new directive to stop | Daniel Veillard | 2003-12-05 | 1 | -2/+2 |
* | adding the pattern node selection code. Inheried in part from libxslt but | Daniel Veillard | 2003-12-02 | 1 | -0/+918 |