aboutsummaryrefslogtreecommitdiff
path: root/pattern.c
AgeCommit message (Expand)Author
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-07-21malloc-fail: Fix memory leak in xmlCompileAttributeTestNick Wellnhofer
2023-02-21pattern: Merge identical branchesNick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-03-04Remove DOCBparserNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2019-04-25Fix call stack overflow in xmlFreePatternNick Wellnhofer
2017-05-27Fix memory leak in pattern error pathNick Wellnhofer
2012-09-11Big space and tab cleanupDaniel Veillard
2012-05-10undef ERROR if already definedPatrick R. Gansterer
2012-03-05Fix -Wempty-body warning from clangNico Weber
2008-07-17fix problem with xmlStreamPop when pattern includes a "." element (seeWilliam M. Brack
2007-12-06fix crash from double free of name for bug #501760Rob Richards
2006-05-16Applied patch from Rob Richards, fixing a potential memory leak inKasimier T. Buchcik
2006-03-09a bunch of small cleanups based on coverity reports. DanielDaniel Veillard
2006-01-05upated the news regenerated the docs, preparing for release of 2.6.23Daniel Veillard
2006-01-05Another fix to handle "foo//.": "foo" was not included in the resultingKasimier T. Buchcik
2006-01-05Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c,Kasimier T. Buchcik
2005-10-19Fixed a potential memory leak in xmlSchemaCheckCSelectorXPath() when anKasimier T. Buchcik
2005-10-17Silenced intel compiler warnings (reported by Kjartan Maraas, bugKasimier T. Buchcik
2005-10-14Fixed some identity-constraint issues: Restructured IDC node-tablesKasimier T. Buchcik
2005-09-04fixing yet another pattern induced XPath bug #314282 reverted back lastDaniel Veillard
2005-09-03fixes a portability problem raised by C370 on Z/OS DanielDaniel Veillard
2005-07-23changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard
2005-07-22Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handleKasimier T. Buchcik
2005-07-08Fixed evaluation of attributes. Actually only attribute at the first levelKasimier T. Buchcik
2005-06-14adjusted last change to xmlCompilePathPattern, fixed one compilationWilliam M. Brack
2005-06-14Some changes/fixes to the streaming evaluation. A bit of support forKasimier T. Buchcik
2005-06-09Further enhancement for XPath streaming, consolidated with schemas usageWilliam M. Brack
2005-06-06Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for casesWilliam M. Brack
2005-05-09Changed the XPath "." to resolve only on the first level for XML SchemaKasimier T. Buchcik
2005-04-01revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard
2005-03-30another patch from Brent Hendricks to add new handlers with the variousDaniel Veillard
2005-03-04Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API;Kasimier T. Buchcik
2005-02-21fixed remaining known bugs in the XPath streaming, and switched XPath toDaniel Veillard
2005-02-17Some experimental addition for parsing of expressions and streamableKasimier T. Buchcik
2005-02-16fix the comment to describe the real return values lot of work on theDaniel Veillard
2005-02-05fixed implementation for | added a specific regression test DanielDaniel Veillard
2005-02-05first implementation for | support DanielDaniel Veillard
2005-02-05fixed the namespaces support fixed xmlGetNodePath when namespaces are usedDaniel Veillard
2005-02-03use the walker to test the patterns instead of the normal reader bug fixesDaniel Veillard
2005-02-03Fixed debug in pattern.c, DanielDaniel Veillard
2005-02-01more bug fixes for the XPath streaming code. DanielDaniel Veillard
2005-01-31bugfixes around the streaming patterns DanielDaniel Veillard
2005-01-30added first test for the patterns a few fixes DanielDaniel Veillard
2005-01-30Oops desabling debug, DanielDaniel Veillard
2005-01-30added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard
2005-01-12fixed the fixed size array structure problem reported by Patrick StreuleDaniel Veillard