kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
9cd1c3cf 2014-04-22 15:30:56 Do not fetch external parameter entities Unless explicitely asked for when validating or replacing entities with their value. Problem pointed out by Daniel Berrange <berrange@redhat.com>
f0dd6e11 2014-04-22 21:15:05 xmlNodeSetName: Allow setting the name to a substring of the currently set name Avoid freeing the currently set name until after having assigned the new name, this allows one to call xmlNodeSetName (node, node->name + 1) to set the new name of the node to a substring of the current name without introducing any crash and without requiring an extra strdup().
7d508fed 2013-12-18 16:47:56 Added macros for argument casts
7e35abeb 2014-03-28 22:55:31 Fix a doc typo Raised by Blasius Bieselbert on IRC
07def30f 2014-03-21 19:38:08 Restore context size and position after XPATH_OP_ARG Fixes a bug with predicates: https://mail.gnome.org/archives/xml/2014-March/msg00014.html
6faa126f 2014-03-21 17:05:51 Fix xmlParseInNodeContext() if node is not element We really need to have ctxt->instate == XML_PARSER_CONTENT when jumping in content parsing Bug reported by Frank Gross
085b997c 2014-02-18 11:47:43 Avoid a possible NULL pointer dereference For https://bugzilla.gnome.org/show_bug.cgi?id=708355
41586ca6 2013-06-17 13:01:33 Fix compilation with minimum and xinclude. xinclude needs xmlAddNextSibling(). Compile out use of xmlLocationSetPtr when xptr is disabled. Include xpath header.
52010c63 2013-06-16 08:55:08 Compile out use of xmlValidateNCName() when not available. Fix compilation with minimum and valid.
1af8b7b2 2013-06-14 22:20:37 Fix compilation with minimum and schematron. Add a hard dependancy on tree. Disable write and close callbacks when output is disabled.