summaryrefslogtreecommitdiff
path: root/xmlregexp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+5
* Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroupDavid Kilzer2017-07-041-1/+1
* Fix NULL pointer deref in xmlFAParseCharClassEscNick Wellnhofer2017-07-041-1/+2
* Fix undefined behavior in xmlRegExecPushStringInternalNick Wellnhofer2017-06-011-2/+3
* Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup <https://bugzilla....CVE-2016-1840Pranjal Jumde2016-05-231-1/+2
* Fix an error with regexp on nullable counted char transitionDaniel Veillard2016-05-091-4/+9
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-2/+2
* Avoid Double Null CheckGaurav2014-05-091-2/+0
* Fix potential NULL pointer dereferences in regexp codeGaurav2013-09-111-3/+5
* Fix spelling of "length".Michael Wood2012-10-301-3/+3
* Big space and tab cleanupDaniel Veillard2012-09-111-116/+116
* Avoid a potential infinite recursionDaniel Veillard2012-08-271-0/+5
* Fix a segfault on XSD validation on pattern errorDaniel Veillard2012-08-171-1/+7
* undef ERROR if already definedPatrick R. Gansterer2012-05-101-0/+3
* Fix broken escape behaviour in regexp rangesDaniel Veillard2010-03-151-0/+11
* Fix a Relaxng bug raised by libvirt test suiteDaniel Veillard2009-09-231-5/+6
* Release of libxml2-2.7.4v2.7.4Daniel Veillard2009-09-101-1/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+3
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-2/+2
* 492317 Fix Relax-NG validation problemsDaniel Veillard2009-08-311-10/+58
* 559410 - Regexp bug on (...)? constructsDaniel Veillard2009-08-221-2/+7
* 570702 fix a bug in regexp determinism checkingDaniel Veillard2009-08-121-1/+3
* add the testchar to 'make check' Volker Grabsch pointed out a typoDaniel Veillard2008-08-261-64/+0
* avoid a regexp crash, should fix #523738 DanielDaniel Veillard2008-05-121-1/+2
* found a nasty bug in regexp automata build, reported by Ashwin and BjornDaniel Veillard2008-03-131-1/+22
* apply patch from Andrew Tosh to fix behaviour when '.' is used in aDaniel Veillard2008-02-081-1/+1
* remove a cut-and-paste copy error DanielDaniel Veillard2007-11-191-1/+0
* another nasty regexp case fixed. added to regression suite DanielDaniel Veillard2007-08-281-4/+24
* Enhanced to include port number (if not == 80) on the "Header:" URL (bugWilliam M. Brack2007-08-241-1/+1
* try to fix for the nth time the automata generation in case of complexDaniel Veillard2007-08-221-37/+153
* applied patch from Richard Jones to for the silent flag on valgrind whenDaniel Veillard2007-04-251-0/+6
* small enhancement for quantifier range with min occurs of 0; fixes bugWilliam M. Brack2007-04-111-0/+5
* fixed problem with 0x2d in Char Range (bug #420596) added regression testWilliam M. Brack2007-03-211-2/+12
* another small change on the algorithm for the elimination of epsilonDaniel Veillard2006-11-021-22/+6
* applied documentation patches from Markus Keim fixed one bug and added aDaniel Veillard2006-11-011-5/+32
* applied fix from Christopher Boumenot for bug #362714 on regexps missingDaniel Veillard2006-10-171-1/+6
* applied patch from Youri Golovanov fixing bug #316338 and adding a coupleDaniel Veillard2006-03-211-18/+34
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-15/+40
* bug fixes for #327167 as well as some cleanups and more thorough tests onDaniel Veillard2006-02-121-16/+267
* compilation and doc build fixes from Michael Day DanielDaniel Veillard2006-01-021-1/+1
* bug in xmlRegExecPushString2() pointed out by Sreeni Nair. DanielDaniel Veillard2005-12-281-1/+1
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-091-1/+1
* fix bug #319897, problem with counted atoms when the transition itself isDaniel Veillard2005-11-011-0/+14
* avoid function parameters names 'list' as this seems to give troubles withDaniel Veillard2005-10-271-8/+8
* commiting a some fixes and debug done yesterday in the London airport.Daniel Veillard2005-10-201-4/+25
* removed the error message removed 2 instability warnings from functionDaniel Veillard2005-10-181-46/+329
* remove warnings under Windows.Rob Richards2005-10-071-7/+7
* seems a test to avoid duplicate transition is really needed at all times.Daniel Veillard2005-09-261-29/+32
* detect combinatory explosion and return with a runtime error in thoseDaniel Veillard2005-09-151-1/+15
* regenerated fixed a compilation problem some cleanups and one bug fixDaniel Veillard2005-08-231-11/+101