GNU bug report logs - #17156
[PATCH 0/5] Patches to apply

Previous Next

Package: grep;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paolo Bonzini <bonzini <at> gnu.org>
Subject: bug#17156: closed (Re: bug#17156: [PATCH 3/5] grep: avoid to
 re-build a state built previously.)
Date: Tue, 01 Apr 2014 15:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#17156: [PATCH 0/5] Patches to apply

which was filed against the grep package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 17156 <at> debbugs.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)]
From: Jim Meyering <jim <at> meyering.net>
To: 17156-done <at> debbugs.gnu.org
Subject: Re: bug#17156: [PATCH 3/5] grep: avoid to re-build a state built
 previously.
Date: Tue, 1 Apr 2014 08:04:48 -0700
And marking as done.

[Message part 3 (message/rfc822, inline)]
From: Paolo Bonzini <bonzini <at> gnu.org>
To: bug-grep <at> gnu.org
Cc: meyering <at> fb.com
Subject: [PATCH 0/5] Patches to apply
Date: Tue,  1 Apr 2014 11:18:41 +0200
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.