| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed self-invented a segfault in xmlXPathCtxtCompile(), when theLIBXML2_2_6_26 | Kasimier T. Buchcik | 2006-06-06 | 1 | -7/+8 |
* | Enabled the compound traversal again; I added a check to use this only if | Kasimier T. Buchcik | 2006-06-06 | 1 | -5/+8 |
* | Disabled the compound traversal for the release; I need first to assure | Kasimier T. Buchcik | 2006-06-02 | 1 | -3/+4 |
* | fixed memory leak in xpath error reporting | Aleksey Sanin | 2006-05-31 | 1 | -8/+12 |
* | Changed the name of the recently added public function | Kasimier T. Buchcik | 2006-05-31 | 1 | -77/+84 |
* | Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth() | Kasimier T. Buchcik | 2006-05-30 | 1 | -200/+481 |
* | Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) of | Kasimier T. Buchcik | 2006-05-30 | 1 | -42/+168 |
* | Added an XPath object cache. It sits on an xmlXPathContext and need to be | Kasimier T. Buchcik | 2006-05-29 | 1 | -282/+1776 |
* | Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need to | Kasimier T. Buchcik | 2006-05-24 | 1 | -9/+20 |
* | Optimization of count(): eliminated sorting (see bug #165547). | Kasimier T. Buchcik | 2006-05-22 | 1 | -39/+449 |
* | Substituted all remaining calls to xmlXPathCmpNodes() for | Kasimier T. Buchcik | 2006-05-19 | 1 | -22/+54 |
* | Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt(); | Kasimier T. Buchcik | 2006-05-19 | 1 | -1/+296 |
* | Applied patch from Rob Richards, fixing a potential memory leak in | Kasimier T. Buchcik | 2006-05-16 | 1 | -4/+13 |
* | fix a few warning raised by gcc-4.1 and latests changes Daniel | Daniel Veillard | 2006-03-10 | 1 | -4/+2 |
* | end of first pass on coverity reports. Daniel | Daniel Veillard | 2006-03-10 | 1 | -11/+11 |
* | workaround HP-UX compiler bug by Rick Jones Daniel | Daniel Veillard | 2006-02-27 | 1 | -1/+1 |
* | Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, | Kasimier T. Buchcik | 2006-01-05 | 1 | -24/+73 |
* | prepare for release work for #303289, fix a formatting bug for MIN_INT | Daniel Veillard | 2005-09-04 | 1 | -13/+7 |
* | fixing yet another pattern induced XPath bug #314282 reverted back last | Daniel Veillard | 2005-09-04 | 1 | -6/+16 |
* | removed a potentially uninitialized variable error fixed a deprecation | Daniel Veillard | 2005-08-24 | 1 | -0/+2 |
* | a lot of small cleanups based on Linus' sparse check output. Daniel | Daniel Veillard | 2005-07-28 | 1 | -16/+25 |
* | changed xmlPatterncompile signature to pass an int and not an enum since | Daniel Veillard | 2005-07-23 | 1 | -0/+6 |
* | Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a | William M. Brack | 2005-07-14 | 1 | -0/+3 |
* | preparing to make testsuite releases along with code source releases fixed | Daniel Veillard | 2005-07-10 | 1 | -0/+10 |
* | Further enhancement for XPath streaming, consolidated with schemas usage | William M. Brack | 2005-06-09 | 1 | -1/+2 |
* | Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases | William M. Brack | 2005-06-06 | 1 | -1/+8 |
* | on linux/gcc use weak definitions to avoid linking with pthread library on | Daniel Veillard | 2005-05-04 | 1 | -1/+1 |
* | Added some code to avoid integer overflow for ceil, floor and round | William M. Brack | 2005-04-19 | 1 | -3/+15 |
* | Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minor | William M. Brack | 2005-04-15 | 1 | -4/+5 |
* | fixed several places where memory cleanup was not properly done after an | William M. Brack | 2005-04-10 | 1 | -8/+41 |
* | fixed the bug in lang() as raised by Elliotte Rusty Harold added a | Daniel Veillard | 2005-04-06 | 1 | -4/+6 |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | fixed problem when XMLLINT_INDENT was empty (bug 168033). fixed | William M. Brack | 2005-02-21 | 1 | -4/+2 |
* | fixed remaining known bugs in the XPath streaming, and switched XPath to | Daniel Veillard | 2005-02-21 | 1 | -14/+8 |
* | fix the comment to describe the real return values lot of work on the | Daniel Veillard | 2005-02-16 | 1 | -3/+290 |
* | fixed problem with xmlXPathErr when error number subscript was out of | William M. Brack | 2005-01-06 | 1 | -4/+7 |
* | Re-examined the problems of configuring a "minimal" library. | William M. Brack | 2005-01-02 | 1 | -1/+1 |
* | fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to | William M. Brack | 2004-12-01 | 1 | -5/+7 |
* | fixed a memory leak on errors in some circumstances #159812 Daniel | Daniel Veillard | 2004-11-29 | 1 | -0/+3 |
* | trivial change (changed CHECK_CONTEXT to CHECK_CTXT on a couple of lines) | William M. Brack | 2004-11-12 | 1 | -10/+14 |
* | fixed problem concerning XPath context corruption during function argument | William M. Brack | 2004-11-09 | 1 | -1/+5 |
* | more types. more fixes Daniel | Daniel Veillard | 2004-11-08 | 1 | -0/+1 |
* | better parser options coverage more cleanups. Daniel | Daniel Veillard | 2004-11-08 | 1 | -3/+3 |
* | more coverage more fixes Daniel | Daniel Veillard | 2004-11-08 | 1 | -5/+45 |
* | augmented type autogeneration for enums removed direct error reporting. | Daniel Veillard | 2004-11-06 | 1 | -18/+6 |
* | autogenerate a minimal NULL value sequence for unknown pointer types This | Daniel Veillard | 2004-11-05 | 1 | -2/+5 |
* | fixed problem with NULL entry (bug 157407) fixed a couple of warnings (no | William M. Brack | 2004-11-05 | 1 | -2/+1 |
* | fixed an UTF-8 parsing bug reported by Markus Bertheau on #fedora-devel | Daniel Veillard | 2004-11-01 | 1 | -24/+23 |
* | adding the tree debug mode fixing various problems reported by the debug | Daniel Veillard | 2004-10-07 | 1 | -1/+1 |
* | added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) | William M. Brack | 2004-10-02 | 1 | -7/+16 |