bug#20905: FYI: maint: unify three argv-processing calls

2015-06-26 Thread Jim Meyering
On Fri, Jun 26, 2015 at 1:37 PM, Paul Eggert wrote: > Thanks, I followed up with the attached cleanup of various minor issues in > the neighborhood. Thanks. Especially appreciated: the s/ok/status/ renaming.

bug#20905: FYI: maint: unify three argv-processing calls

2015-06-26 Thread Paul Eggert
Thanks, I followed up with the attached cleanup of various minor issues in the neighborhood. >From 60e0b1ab8c78a75b3ebe836264804bb4c363ba7f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 26 Jun 2015 13:34:51 -0700 Subject: [PATCH] grep: minor tweaks * src/grep.c (main): Change recently-ad

bug#20905: FYI: maint: unify three argv-processing calls

2015-06-26 Thread Jim Meyering
I've attached a small patch that unifies the three calls to grep_commandline_arg in grep.c's main: I've also pushed an even less substantial patch to alphabetize some enum names, here: http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f240c9477c7d76b74dbbc9390c727d49d3c7bc88 0001-maint-unify-