summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* regex: work with GCC7's -Werror=implicit-fallthrough=Paul Eggert2017-07-261-4/+17
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* regex: port to Sun CPaul Eggert2016-06-081-2/+2
* Use GCC_LINT, not lintPaul Eggert2016-05-301-2/+2
* regex: make it closer to libcPaul Eggert2016-02-191-33/+32
* regex: merge patches from libcPaul Eggert2016-02-191-31/+7
* regex: treat [x] as x if x is a unibyte encoding errorPaul Eggert2016-01-241-2/+15
* regex: pacify static checkersPaul Eggert2016-01-181-0/+6
* regex: fix [ diagnosticPaul Eggert2016-01-181-2/+2
* regex: fix memory leaksPaul Eggert2016-01-181-14/+13
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* Diagnose ERE '()|\1'Paul Eggert2015-09-191-0/+4
* regex: merge patches from libcPaul Eggert2015-09-191-6/+10
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* 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