summaryrefslogtreecommitdiff
path: root/lib/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* regex: sync more white-space changes from libcJim Meyering2010-01-281-50/+50
* regex: add many uses of __attribute_warn_unused_result__Jim Meyering2010-01-281-21/+25
* regcomp, regexec, fnmatch: avoid array bounds read errorUlrich Drepper2010-01-041-3/+8
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* regex: fix glibc bug 697Paolo Bonzini2009-01-091-2/+7
* Avoid gcc warnings on cygwin.Eric Blake2008-12-221-0/+2
* Fix violation of <stdbool.h> replacement in regex.Eric Blake2008-05-151-3/+4
* Avoid HP-UX cc warning.Bruno Haible2007-03-251-2/+3
* * lib/regex.h (_Restrict_): Renamed from __restrict, to avoidPaul Eggert2007-01-291-5/+5
* Fix some incompatibilities with gcc -ansi -pedantic.Paul Eggert2006-11-271-1/+1
* * regexec.c (group_nodes_into_DFAstates): Fix a buffer overrunPaul Eggert2006-06-051-2/+2
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-301/+366
* * 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-35/+43
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-35/+45
* Use bool where appropriate.Paul Eggert2005-09-011-93/+98
* * lib/regex_internal.c (re_string_reconstruct): Don't assume bufferPaul Eggert2005-09-011-26/+38
* * lib/regcomp.c (search_duplicated_node): Make first pointer argPaul Eggert2005-08-311-10/+12
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-288/+314
* * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:Paul Eggert2005-08-311-9/+4
* * lib/regexec.c (re_search_internal): Simplify update ofPaul Eggert2005-08-311-8/+8
* * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):Paul Eggert2005-08-311-6/+9
* * config/srclist.txt: Add glibc bug 1245.Paul Eggert2005-08-261-5/+23
* Make regex safe for g++. This fixes one real bug (an "err"Paul Eggert2005-08-251-19/+16
* * config/srclist.txt: Add glibc bug 1237.Paul Eggert2005-08-241-67/+70
* * config/srclist.txt: Add glibc bug 1231.Paul Eggert2005-08-231-17/+1
* * config/srclist.txt: Add glibc bug 1227.Paul Eggert2005-08-211-3/+3
* * config/srclist.txt: Add glibc bug 1225.Paul Eggert2005-08-211-0/+4
* * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.Paul Eggert2005-08-201-252/+180
* (proceed_next_node): Redo local variables to avoid GCC shadowing warnings.Paul Eggert2005-08-191-3/+3
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-0/+4338