Looks like someone took away my permissions for the grep repository. No big deal, in fact I was wondering why I still had them.
Anyhow, it would be great if you could apply these. Jim, can you help? Paolo Norihiro Tanaka (3): grep: avoid to re-build a state built previously. grep: optimization of DFA by reuse of multi-byte buffers in non-UTF8 locales grep: pass a single line to regex Paolo Bonzini (2): Partially revert "dfa: improve port to freestanding DJGPP" Revert conversion to shell scripts gnulib | 2 +- po/POTFILES.in | 3 + src/Makefile.am | 28 +- src/dfa.c | 142 ++-- src/dfasearch.c | 46 +- src/egrep.c | 12 + src/egrep.sh | 10 - src/fgrep.c | 12 + src/grep.c | 2496 +------------------------------------------------------ src/grep.h | 17 + src/main.c | 2478 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/search.h | 2 + 12 files changed, 2649 insertions(+), 2599 deletions(-) create mode 100644 src/egrep.c delete mode 100644 src/egrep.sh create mode 100644 src/fgrep.c create mode 100644 src/main.c -- 1.9.0
