summaryrefslogtreecommitdiff
path: root/lib/regex_internal.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/regex_internal.c (re_string_reconstruct): Remove declarationJim Meyering2007-01-271-4/+3
* * lib/regex_internal.c (re_string_reconstruct): HandlePaul Eggert2006-09-211-21/+87
* Avoid a warning about an unused variable.Jim Meyering2006-09-151-1/+3
* * regex_internal.c (re_string_skip_chars): Don't assume WEOF fitsPaul Eggert2006-08-111-3/+6
* Import the following changes from libc:Paul Eggert2006-08-101-9/+17
* Merge regex changes from libc, removing some of ourPaul Eggert2006-04-101-132/+139
* * 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-1/+1
* Check for arithmetic overflow when calculating sizes, to preventPaul Eggert2005-09-021-20/+31
* * regex_internal.c (re_string_context_at): Fix bug where thePaul Eggert2005-09-011-2/+2
* * lib/regex_internal.c (build_wcs_upper_buffer): Fix portabilityPaul Eggert2005-09-011-7/+7
* Use bool where appropriate.Paul Eggert2005-09-011-26/+25
* * lib/regex_internal.c (re_string_reconstruct): Don't assume bufferPaul Eggert2005-09-011-2/+5
* * lib/regcomp.c (search_duplicated_node): Make first pointer argPaul Eggert2005-08-311-5/+6
* On 64-bit hosts (where size_t is 64 bits and int is 32 bits), thePaul Eggert2005-08-311-98/+102
* * config/srclist.text: Add glibc bug 1248.Paul Eggert2005-08-261-4/+4
* Make regex safe for g++. This fixes one real bug (an "err"Paul Eggert2005-08-251-4/+4
* * config/srclist.txt: Add glibc bug 1237.Paul Eggert2005-08-241-5/+5
* * config/srclist.txt: Add glibc bug 1231.Paul Eggert2005-08-231-8/+0
* * config/srclist.txt: Add glibc bug 1226.Paul Eggert2005-08-211-2/+2
* * config/srclist.txt: Add glibc bugs 1220, 1221, 1222.Paul Eggert2005-08-201-111/+76
* (re_acquire_state, re_acquire_state_context) [defined lint]:Paul Eggert2005-08-201-0/+8
* (re_string_realloc_buffers, re_node_set_insert):Paul Eggert2005-08-191-21/+21
* * modules/regex (Files): Add lib/regex_internal.c,Paul Eggert2005-07-071-0/+1673