summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2010-03-18 14:25:08 +0100
committerPaolo Bonzini <bonzini@gnu.org>2010-03-22 10:21:16 +0100
commit39fba7b612909c4abd1dc72037f4ec3b8615d8e8 (patch)
treeb2d249bb55a226ec1bcc616710ce67673b655a6a /po
parent89ee113b4a2e1f54b3a83ca88ac71deead16bc77 (diff)
downloadgrep-39fba7b612909c4abd1dc72037f4ec3b8615d8e8.tar.gz
grep: kill GREP_PROGRAM/EGREP_PROGRAM/FGREP_PROGRAM
* NEWS: Document slight semantic change. * TODO: #ifdefs are gone. * po/POTFILES.in: Update. * src/Makefile.am (grep_SOURCES, egrep_SOURCES, fgrep_SOURCES): Remove grep.c/egrep.c/fgrep.c. (noinst_LIBRARIES): Change libsearch.a to libgrep.a. (libsearch_a_SOURCES): Rename to libgrep_a_SOURCES, add grep.c (LDADD): Change libsearch.a to libgrep.a. * src/esearch.c: Add before_options and after_options. * src/fsearch.c: Likewise. * src/gsearch.c: Likewise. * src/grep.c (short_options, long_options): Remove GREP_PROGRAM special-casing. (usage): Use before_options and after_options, look at matchers. (setmatcher): Merge with install_matcher. (main): Call setmatcher (NULL) instead of install_matcher. * src/grep.h (GREP_PROGRAM): Remove. (before_options, after_options): Add.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e2454a0b..b047712d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -27,4 +27,7 @@ src/dfa.c
src/grep.c
src/kwset.c
src/dfasearch.c
+src/esearch.c
+src/fsearch.c
+src/gsearch.c
src/pcresearch.c