summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
AgeCommit message (Collapse)Author
2006-04-13(init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18NPaul Eggert
is not defined. Problem reported by Mark D. Baushke via Derek R. Price.
2006-04-10remove useless spaces before TABsJim Meyering
2006-04-10Import latest regex module from gnulib.Paul Eggert
2005-09-09Import latest regex module from gnulib, to fix some 64-bit bugs.Paul Eggert
2005-08-23Update from gnulib.Jim Meyering
2005-08-12(duplicate_node) [lint]: Set *new_idx to -1, to avoidJim Meyering
warnings (unfounded) in caller that it may be used uninitialized.
2005-07-08(init_dfa, build_range_exp): Store __btowc valuePaul Eggert
in wint_t, not wchar_t. Remove now-unnecessary cast.
2005-07-08Switch to Isamu Hasegawa's implementation of regex, which isPaul Eggert
now in gnulib.