summaryrefslogtreecommitdiff
path: root/pattern.c
Commit message (Expand)AuthorAgeFilesLines
* pattern: Merge identical branchesNick Wellnhofer2023-02-211-16/+6
* Remove explicit integer castsNick Wellnhofer2022-09-011-2/+2
* Remove DOCBparserNick Wellnhofer2022-03-041-12/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* Fix call stack overflow in xmlFreePatternNick Wellnhofer2019-04-251-3/+6
* Fix memory leak in pattern error pathNick Wellnhofer2017-05-271-0/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-89/+89
* undef ERROR if already definedPatrick R. Gansterer2012-05-101-0/+3
* Fix -Wempty-body warning from clangNico Weber2012-03-051-1/+2
* fix problem with xmlStreamPop when pattern includes a "." element (seeWilliam M. Brack2008-07-171-3/+7
* fix crash from double free of name for bug #501760Rob Richards2007-12-061-0/+2
* Applied patch from Rob Richards, fixing a potential memory leak inKasimier T. Buchcik2006-05-161-86/+124
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-6/+0
* upated the news regenerated the docs, preparing for release of 2.6.23LIBXML2_2_6_23Daniel Veillard2006-01-051-2/+2
* Another fix to handle "foo//.": "foo" was not included in the resultingKasimier T. Buchcik2006-01-051-42/+47
* Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c,Kasimier T. Buchcik2006-01-051-55/+239
* Fixed a potential memory leak in xmlSchemaCheckCSelectorXPath() when anKasimier T. Buchcik2005-10-191-14/+170
* Silenced intel compiler warnings (reported by Kjartan Maraas, bugKasimier T. Buchcik2005-10-171-4/+2
* Fixed some identity-constraint issues: Restructured IDC node-tablesKasimier T. Buchcik2005-10-141-6/+16
* fixing yet another pattern induced XPath bug #314282 reverted back lastDaniel Veillard2005-09-041-0/+34
* fixes a portability problem raised by C370 on Z/OS DanielDaniel Veillard2005-09-031-1/+1
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-231-3/+2
* Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handleKasimier T. Buchcik2005-07-221-34/+54
* Fixed evaluation of attributes. Actually only attribute at the first levelKasimier T. Buchcik2005-07-081-1/+1
* adjusted last change to xmlCompilePathPattern, fixed one compilationWilliam M. Brack2005-06-141-2/+2
* Some changes/fixes to the streaming evaluation. A bit of support forKasimier T. Buchcik2005-06-141-102/+189
* Further enhancement for XPath streaming, consolidated with schemas usageWilliam M. Brack2005-06-091-64/+49
* Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for casesWilliam M. Brack2005-06-061-25/+33
* Changed the XPath "." to resolve only on the first level for XML SchemaKasimier T. Buchcik2005-05-091-2/+11
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard2005-03-301-1/+1
* Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API;Kasimier T. Buchcik2005-03-041-27/+44
* fixed remaining known bugs in the XPath streaming, and switched XPath toDaniel Veillard2005-02-211-3/+58
* Some experimental addition for parsing of expressions and streamableKasimier T. Buchcik2005-02-171-67/+284
* fix the comment to describe the real return values lot of work on theDaniel Veillard2005-02-161-11/+122
* fixed implementation for | added a specific regression test DanielDaniel Veillard2005-02-051-8/+15
* first implementation for | support DanielDaniel Veillard2005-02-051-130/+199
* fixed the namespaces support fixed xmlGetNodePath when namespaces are usedDaniel Veillard2005-02-051-6/+1
* use the walker to test the patterns instead of the normal reader bug fixesDaniel Veillard2005-02-031-39/+118
* Fixed debug in pattern.c, DanielDaniel Veillard2005-02-031-1/+1
* more bug fixes for the XPath streaming code. DanielDaniel Veillard2005-02-011-3/+15
* bugfixes around the streaming patterns DanielDaniel Veillard2005-01-311-5/+14
* added first test for the patterns a few fixes DanielDaniel Veillard2005-01-301-1/+14
* Oops desabling debug, DanielDaniel Veillard2005-01-301-1/+1
* added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard2005-01-301-8/+535
* fixed the fixed size array structure problem reported by Patrick StreuleDaniel Veillard2005-01-121-14/+48
* removed some compilation warnings DanielDaniel Veillard2003-12-101-2/+3
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-5/+19
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-2/+2