emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#17156: closed ([PATCH 0/5] Patches to apply)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17156: closed ([PATCH 0/5] Patches to apply)
Date: Tue, 01 Apr 2014 15:06:02 +0000

Your message dated Tue, 1 Apr 2014 08:04:48 -0700
with message-id <address@hidden>
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
address@hidden)


-- 
17156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17156
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]