summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18NPaul Eggert2006-04-131-4/+6
* Fix space-tab problem. From Jim Meyering.Paul Eggert2006-04-111-2/+2
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-275/+352
* * regcomp.c, regexec.c, regex_internal.c: Back out previousDerek R. Price2005-09-161-13/+0
* * regex_internal.h: Blank `pure' for GNUC < 3.Derek R. Price2005-09-151-0/+13
* Change bitset word type from unsigned int to unsigned long int,Paul Eggert2005-09-061-44/+59
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-29/+23
* Use bool where appropriate.Paul Eggert2005-09-011-48/+54
* * lib/regcomp.c (search_duplicated_node): Make first pointer argPaul Eggert2005-08-311-2/+2
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-114/+125
* * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:Paul Eggert2005-08-311-17/+8
* * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):Paul Eggert2005-08-311-10/+12
* * lib/regex_internal.h (re_sub_match_top_t): Remove unused memberPaul Eggert2005-08-311-2/+0
* Make regex safe for g++. This fixes one real bug (an "err"Paul Eggert2005-08-251-7/+8
* * config/srclist.txt: Add glibc bug 1240.Paul Eggert2005-08-251-1/+2
* * config/srclist.txt: Add glibc bug 1237.Paul Eggert2005-08-241-134/+134
* * config/srclist.txt: Add glibc bug 1224.Paul Eggert2005-08-211-26/+0
* * config/srclist.txt: Add glibc bug 1223.Paul Eggert2005-08-201-1/+0
* * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.Paul Eggert2005-08-201-221/+83
* (duplicate_node): Return new index, not an error code,Paul Eggert2005-08-201-31/+30
* * config/srclist.txt: Comment out regcomp.c, since we have a porting fixPaul Eggert2005-07-081-3/+4
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-0/+3925