summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-121-0/+2
* regex: fix memory leak in compilerPaul Eggert2014-07-111-1/+5
* regex: fix memory leak in compilerPaul Eggert2014-06-191-3/+11
* maint: update copyrightEric Blake2014-01-011-1/+1
* c-ctype, regex, verify: port to gcc -std=c90 -pedanticPaul Eggert2013-05-291-1/+1
* regex: fix dfa race in multithreaded usesPaul Eggert2013-05-191-3/+8
* regex: rename remaining __attribute calls to __attribute__.Gary V. Vaughan2013-03-081-5/+5
* regex: merge patches from libcPaul Eggert2013-02-251-45/+27
* regex: conform to strict CPaul Eggert2013-01-051-1/+2
* regex: omit needless signed-pointer castsPaul Eggert2013-01-011-13/+13
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* regex: implement rational rangesPaul Eggert2012-12-301-9/+3
* regex: port to C89Paul Eggert2012-12-301-1/+1
* regex: merge glibc changesPaul Eggert2012-12-301-9/+10
* regex: use locale-independent comparison for codeset namePaul Eggert2012-06-261-2/+4
* regex: avoid warning when pointers are not longPaul Eggert2012-06-171-2/+5
* regex: don't assume uint64_t or uint32_tPaul Eggert2012-05-261-6/+10
* regex: remove unnecessary type punningPaul Eggert2012-04-041-13/+13
* regex: pacify GCC when compiling GRUBPaul Eggert2012-03-301-1/+1
* regex: diagnose too-large repeat counts in EREsPaul Eggert2012-03-161-2/+10
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* regex: merge glibc changesPaul Eggert2012-02-071-20/+67
* maint: spelling fixesPaul Eggert2012-02-051-11/+11
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-18/+18
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* regcomp.c: make non-_LIBC implementation of build_range_exp consistentJim Meyering2010-03-201-7/+15
* regcomp.c: avoid the sole warning from gcc's -Wtype-limitsJim Meyering2010-02-031-1/+5
* regcomp.c: avoid a new -Wshadow warningJim Meyering2010-02-031-5/+4
* regcomp.c: spelling and merge-artifact from glibcJim Meyering2010-01-281-4/+3
* regcomp.c: sync white-space changes from glibcJim Meyering2010-01-281-46/+46
* regcomp.c: do not ignore internal return valuesJim Meyering2010-01-281-3/+9
* regcomp, regexec, fnmatch: avoid array bounds read errorUlrich Drepper2010-01-041-3/+7
* regcomp: skip collseq lookup when there are no rulesUlrich Drepper2010-01-041-2/+3
* regcomp: recognize ill-formed { } expressionsUlrich Drepper2010-01-041-1/+2
* regcomp: fix typo in commentJim Meyering2010-01-041-1/+1
* regcomp: sync from glibc: remove dead storeJim Meyering2010-01-041-1/+0
* regcomp: sync from glibc; always use nl_langinfoJim Meyering2010-01-041-1/+6
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* regex: Fix fastmap for multibyte character ranges.Paolo Bonzini2009-11-251-1/+1
* regex: fix glibc bug 9697Paolo Bonzini2009-01-091-27/+47
* regex: replace mbrtowc with __mbrtowc.Paolo Bonzini2009-01-091-3/+4
* Fix violation of <stdbool.h> replacement in regex.Eric Blake2008-05-151-2/+2
* optimize double anchors such as ^$Paolo Bonzini2008-05-151-25/+23
* Fix a 4-year-old used-uninitialized bug in regcomp.c.Jim Meyering2007-12-011-1/+1
* Fix regex code so it doesn't rely on strcasecmp.Paul Eggert2007-02-151-19/+1
* 2007-02-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-02-051-6/+2
* Avoid mempcpy in the regex code, as the string.h mempcpy stuffPaul Eggert2007-02-021-8/+4
* * lib/regex.h (_Restrict_): Renamed from __restrict, to avoidPaul Eggert2007-01-291-6/+6
* * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoidJim Meyering2006-11-281-7/+7