- b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
- 0da4166 applied a portability patch from Emelyanov Alexey Daniel by Daniel Veillard · 18 years ago
- 2937b3a applied and slightly modified a patch from Michael Day to keep _private in by Daniel Veillard · 18 years ago
- 4645906 applied patch from Ross Reedstrom, Brian West and Stefan Anca to add by Daniel Veillard · 18 years ago
- 681e904 fixed a comment applied a patch from Michael Day to add a new function by Daniel Veillard · 18 years ago
- ad4e296 applied patch from Michael Day doing some refactoring for the catalog by Daniel Veillard · 18 years ago
- 34c647c exports htmlNewParserCtxt() as Michael Day pointed out this is needed to by Daniel Veillard · 18 years ago
- 4a9fe38 applied patch from Ben Darnell on #321545, I could not reproduce the by Daniel Veillard · 18 years ago
- a02f199 xmlTextConcat works with comments and PI nodes (bug #355962). fix by Rob Richards · 18 years ago
- 8ca85b2 another patch from Emelyanov Alexey to clean up a few things in the by Daniel Veillard · 18 years ago
- e5a3f37 applied patch from Roland Schwingel to fix the problem with file names in by Daniel Veillard · 18 years ago
- b2dc567 fixed a bug #203125 in Red hat bugzilla, crashing PHP4 on validation by Daniel Veillard · 18 years ago
- ad21198 applied patch to man pages from Daniel Leidert and regenerated Daniel by Daniel Veillard · 18 years ago
- 9db68f0 Add a document to the xmlwriter structure and pass document when writing by Rob Richards · 18 years ago
- 417b74d Add linefeeds to error messages allowing for consistant handling. by Rob Richards · 18 years ago
- 50128ad Applied the proposed fix for the documentation of xmlXPathCastToString(); by Kasimier T. Buchcik · 18 years ago
- deb5871 While investigating bug #350247, I noticed that xmlSchemaIDCMatcher by Kasimier T. Buchcik · 18 years ago
- 6f9b087 applied patch from Marton Illes to fix an allocation bug in by Daniel Veillard · 18 years ago
- 1131e11 applied patch from Bertrand Fritsch to fix a bug in by Daniel Veillard · 18 years ago
- ddefe9c fixed the conversion of long parameters Daniel by Daniel Veillard · 18 years ago
- 7b4e2e2 Removed the automatic generation of CDATA sections for the content of the by Kasimier T. Buchcik · 18 years ago
- 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
- 77aad34 refactor to use normal warnings for entities problem and not straight SAX by Daniel Veillard · 18 years ago
- f896d44 Fixed bug #347316, reported by David Belius: The simple type, which was by Kasimier T. Buchcik · 18 years ago
- 889b762 Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when adding by Kasimier T. Buchcik · 18 years ago
- 065abe8 applied const'ification of strings patch from Matthias Clasen Daniel by Daniel Veillard · 18 years ago
- a8b5413 patch from Andrew W. Nosenko, xmlFreeRMutex forgot to destroy the by Daniel Veillard · 18 years ago
- 2bdb12f Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by a by Kasimier T. Buchcik · 18 years ago
- 324c75b Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicate by Kasimier T. Buchcik · 18 years ago
- 8af1f0b Fix a memory leak which occurred when using by Kasimier T. Buchcik · 18 years ago
- 40cca61 Added code submitted by Andreas Pakulat to provide node equality, by William M. Brack · 18 years ago
- 631ea81 Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/added by Kasimier T. Buchcik · 18 years ago
- 6422d91 Fixed an bug in xmlXPathCompExprAdd(): the newly introduced field by Kasimier T. Buchcik · 18 years ago
- 766ed7e Fixed an error in xmlXPathEvalExpr(), which was introduced with the by Kasimier T. Buchcik · 18 years ago
- 9bca933 Added optimization for positional predicates (only short-hand form "[n]"), by Kasimier T. Buchcik · 18 years ago
- dbcbbd2 try to fix the crash raised by the parser in recover mode as pointed by by Daniel Veillard · 18 years ago
- a4bd369 patch from Nic Ferrier to provide a better type mapping from XPath to by Daniel Veillard · 18 years ago
- 381ff36 applied patch from Boz for VMS and reporting Schemas errors. Daniel by Daniel Veillard · 18 years ago
- cc047b3 applied patch from Felipe Contreras when compiling with --with-minimum by Daniel Veillard · 18 years ago
- 978039b Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if the by Kasimier T. Buchcik · 18 years ago
- 1d0f7ad Adjusted the result of a regression test, since the fix of by Kasimier T. Buchcik · 18 years ago
- 43ceb1e Got rid of a compiler warning in xmlGetNodePath(). by Kasimier T. Buchcik · 18 years ago
- d38c63f Fixed xmlGetNodePath() to generate the node test "*" for elements in the by Kasimier T. Buchcik · 18 years ago
- 803e37a Clarified in the docs that the tree must not be tried to be modified if by Kasimier T. Buchcik · 18 years ago
- f781dba Fix the breakages introduced by amaya, Daniel by Daniel Veillard · 18 years ago
- fabafd5 preparing release of 2.6.26 Daniel by Daniel Veillard · 18 years ago
- 7cb3fa9 Fixed self-invented a segfault in xmlXPathCtxtCompile(), when the by Kasimier T. Buchcik · 18 years ago
- 69839ba preparing release of 2.6.25 Daniel by Daniel Veillard · 18 years ago
- 080152c Enabled the compound traversal again; I added a check to use this only if by Kasimier T. Buchcik · 18 years ago
- bf630c0 fix bug #343968, include='text' can't lead to a recursion. Daniel by Daniel Veillard · 18 years ago
- c42e9f6 Disabled the compound traversal for the release; I need first to assure by Kasimier T. Buchcik · 18 years ago
- 1b2be10 fixed memory leak in xpath error reporting by Aleksey Sanin · 18 years ago
- f79fbfc applied patch from Olli Savia for LynxOS Daniel by Daniel Veillard · 18 years ago
- 5869469 Changed the name of the recently added public function by Kasimier T. Buchcik · 18 years ago
- df0ba26 Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth() by Kasimier T. Buchcik · 18 years ago
- e5f810f A warning will now be reported in the value of the XSD attribute by Kasimier T. Buchcik · 18 years ago
- 75af2a8 Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) of by Kasimier T. Buchcik · 18 years ago
- a724844 Added an XPath object cache. It sits on an xmlXPathContext and need to be by Kasimier T. Buchcik · 18 years ago
- 984a9ae Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need to by Kasimier T. Buchcik · 19 years ago
- 5691f43 Optimization of count(): eliminated sorting (see bug #165547). by Kasimier T. Buchcik · 19 years ago
- a512d76 Revert behavior change in xmlSetProp to handle attributes with colons in by Rob Richards · 19 years ago
- 64f7e1a Substituted all remaining calls to xmlXPathCmpNodes() for by Kasimier T. Buchcik · 19 years ago
- 2bdabbd Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt(); by Kasimier T. Buchcik · 19 years ago
- 6ed2eb4 Applied patch from Rob Richards, fixing a potential memory leak in by Kasimier T. Buchcik · 19 years ago
- 9b02e29 Fixed bug #341337, reported by David Grohmann. The code expected a node by Kasimier T. Buchcik · 19 years ago
- 7c7c059 Shut up CVS by Kjartan Maraas · 19 years ago
- 92b394f Fixed bug #341150, reported by Michael Romer. In by Kasimier T. Buchcik · 19 years ago
- 7418fad fixed typo in last commit by William M. Brack · 19 years ago
- 700f987 Fixed compilation error (bug 340765) reported by dmacks with patch by William M. Brack · 19 years ago
- 146a982 We'll raise an internal error and stop validation now when an entity is by Kasimier T. Buchcik · 19 years ago
- d7d0748 applied another Python detection patch from Joseph Sacco cleanup the by Daniel Veillard · 19 years ago
- 0b30995 fix a mix of code and declarations showing up on Windows patch from by Daniel Veillard · 19 years ago
- df75062 fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel by Daniel Veillard · 19 years ago
- b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 19 years ago
- f741601 applied patch from Roland Schwingel to allow UTF-8 file paths on Windows by Daniel Veillard · 19 years ago
- 02c1f23 patch from Jason Viers for line breaks after EndPI Daniel by Daniel Veillard · 19 years ago
- 973dceb fix compilation without tree Daniel by Daniel Veillard · 19 years ago
- 968d643 applied patch from Gary Coady to really make sure xmllint --nonet would by Daniel Veillard · 19 years ago
- 8492ba1 applied patch from Joseph Sacco changing slightly the python detection by Daniel Veillard · 19 years ago
- 3b1478b fix the error message for invalid code point in content c.f. bug #339311 by Daniel Veillard · 19 years ago
- b63d2fa Fixed incorrect validation of restricted enumerations. Added related by Kasimier T. Buchcik · 19 years ago
- cdf59aa fixing a deallocation problem in xmlSchemaAddSchemaDoc() in case of by Daniel Veillard · 19 years ago
- 3f845a9 fixing a deallocation problem in xmlRelaxNGParse() in case of errors, by Daniel Veillard · 19 years ago
- 51698c7 revert last patch, daniel by Daniel Veillard · 19 years ago
- fe03706 Another man patch from Daniel, Daniel by Daniel Veillard · 19 years ago
- 1589e8d New update from Daniel Leidert, daniel by Daniel Veillard · 19 years ago
- bf95fd2 applied man page improvements from Daniel Leidert Daniel by Daniel Veillard · 19 years ago
- 9110ed6 Update FTP links, Daniel by Daniel Veillard · 19 years ago
- b294717 removed unused code or variables, from Stefan Kost fixing #336163 and by Daniel Veillard · 19 years ago
- fef73a5 applied patch from Stefan Kost fixing #336160 Daniel by Daniel Veillard · 19 years ago
- 05e9db8 applied patches from Aivars Kalvans to make unicode tables const, fixes by Daniel Veillard · 19 years ago
- 8ea29c4 fixed bug #335603 and resync'ed genChRanges.py to the expected output. by Daniel Veillard · 19 years ago
- 2a8c4c4 Removed section on HP-UX from 2000, Daniel by Daniel Veillard · 19 years ago
- 54eb024 applied patch from Youri Golovanov fixing bug #316338 and adding a couple by Daniel Veillard · 19 years ago
- aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 19 years ago
- 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 19 years ago
- 14b5643 more cleanups based on coverity reports. Daniel by Daniel Veillard · 19 years ago
- 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 19 years ago
- 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 19 years ago
- 53cd4a1 update help about unwanted legal notices, daniel by Daniel Veillard · 19 years ago