aboutsummaryrefslogtreecommitdiffstats
path: root/lib/regexec.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-4398/+0
2006-06-05* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrunPaul Eggert1-2/+2
reported by Andreas Schwab.
2006-04-10Import latest regex module from gnulib.Paul Eggert1-301/+366
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert1-554/+633
2005-08-23Update from gnulib.Jim Meyering1-273/+185
2005-08-12(regexec, re_search_stub) [!_LIBC]: Omit declaration of unused local, dfa.Jim Meyering1-3/+7
(proceed_next_node): Remove outer declaration and unnecessary initialization of local-shadowed `dest_node'. Declare it in inner scopes, nearer its uses instead.
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert1-0/+4338
now in gnulib.