GNU bug report logs -
#17156
[PATCH 0/5] Patches to apply
Previous Next
Reported by: Paolo Bonzini <bonzini <at> gnu.org>
Date: Tue, 1 Apr 2014 09:19:01 UTC
Severity: normal
Tags: patch
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 11 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.