bug#24375: FYI: udpate to use gnulib's new getprogname module

2016-09-08 Thread Jim Meyering
On Mon, Sep 5, 2016 at 9:52 PM, Jim Meyering wrote: > I've just pushed the attached to make grep use gnulib's new > getprogname module instead of the classic "progname" module. This > means there is no longer the classic "char const *program_name" > variable, nor any need to call set_program_name.

bug#24375: FYI: udpate to use gnulib's new getprogname module

2016-09-05 Thread Jim Meyering
I've just pushed the attached to make grep use gnulib's new getprogname module instead of the classic "progname" module. This means there is no longer the classic "char const *program_name" variable, nor any need to call set_program_name. From 6c96214b4d75de6bf6cf95514e39c494fdcc8c4f Mon Sep 17 00: