summaryrefslogtreecommitdiffstats
path: root/lib/regcomp.c
AgeCommit message (Collapse)AuthorLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert-3858/+0
2006-04-13(init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18NPaul Eggert-4/+6
is not defined. Problem reported by Mark D. Baushke via Derek R. Price.
2006-04-10remove useless spaces before TABsJim Meyering-2/+2
2006-04-10Import latest regex module from gnulib.Paul Eggert-275/+352
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert-375/+394
2005-08-23Update from gnulib.Jim Meyering-278/+109
2005-08-12(duplicate_node) [lint]: Set *new_idx to -1, to avoidJim Meyering-1/+4
warnings (unfounded) in caller that it may be used uninitialized.
2005-07-08(init_dfa, build_range_exp): Store __btowc valuePaul Eggert-3/+4
in wint_t, not wchar_t. Remove now-unnecessary cast.
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert-0/+3925
now in gnulib.