master
parser: Pop inputs if parsing DTD failed
parser: Convert some "internal errors" to meaningful codes
parser: Remove xmlErrEncoding
Enable error tests with entity substitution
Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <https://bugzilla.gnome.org/show_bug.cgi?id=758588>
Heap use-after-free in xmlSAX2AttributeNs
parser: Fix detection of null bytes
parser: Improve error handling in push parser
parser: Pop PEs that start markup declarations explicitly
parser: Fix parsing of doctype declarations
parser: Improve detection of entity loops
Avoid reparsing in xmlParseStartTag2
fix from Steve Ball and update of the comment. William pointed out that
fixed problem with free on dupl attribute in dtd (bug309637). added
parser: Rework parsing of attribute and entity values
tests: Add more tests for redefined attributes
Fix unsigned integer overflow
fixed a parser bug where invalid char in comment may not be detected,
parser: Fix error return in xmlParseElementContentDecl
parser: Fix detection of duplicate attributes in XML namespace
parser: Fix detection of duplicate attributes
parser: More fixes to push parser error handling
Only warn on invalid redeclarations of predefined entities
SAX2: Report malloc failures
Do not fetch external parsed entities
parser: Rework general entity parsing
Fix double counting of CRLF in comments
parser: Fix parsing of DTD content
fix the patch for unreproductable #343000 but also fix a line/column
Spelling and grammar fixes
parser: Make CRLF increment line number
parser: Fix general entity parsing
parser: Push general entity input streams on the stack
parser: Avoid duplicate namespace errors
parser: Protect against quadratic default attribute expansion
parser: Rework handling of undeclared entities
parser: Consolidate error handling for undeclared entities
Add test case for recursive external parsed entities
parser: Only report a single entity error
parser: Remove xmlErrEncodingInt
encoding: Detect truncated multi-byte sequences with ICU
parser: Make unsupported encodings an error in declarations
error: Make sure that error messages are valid UTF-8