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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 1 Apr 2014 08:04:48 -0700
with message-id <CA+8g5KGev_DeSib5YCpmDROB5p9CZfO8netbfb6aofchkyS02Q <at> mail.gmail.com>
and subject line Re: bug#17156: [PATCH 3/5] grep: avoid to re-build a state built previously.
has caused the debbugs.gnu.org bug report #17156,
regarding [PATCH 0/5] Patches to apply
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17156
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
And marking as done.
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.