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