]> Savannah Git Hosting - gnulib.git/commit
Port modules to use getprogname explicitly
authorPino Toscano <ptoscano@redhat.com>
Thu, 18 Aug 2016 13:18:23 +0000 (15:18 +0200)
committerJim Meyering <meyering@fb.com>
Mon, 5 Sep 2016 16:21:54 +0000 (09:21 -0700)
commitf29814b96c9737abc8193d57d630697700feebeb
tree8c4505532adb10e16fa8965d7fc993a06f867388
parent653a5be9759c9757a2509dad5057064e97899517
Port modules to use getprogname explicitly

... instead of requiring progname to be used (or program_name to be
provided).
* lib/argmatch.c: Do not include progname.h.
[TEST] (program_name): Do not define.
[TEST] (main): Call getprogname instead of using program_name.
* lib/c-stack.c: Do not include progname.h.
(program_name): Do not define.
(die): Call getprogname instead of using program_name.
* lib/chdir-long.c: Do not include progname.h.
[TEST_CHDIR] (main): Do not set program_name.
* lib/error.c [!_LIBC]: Include progname.h.
[!_LIBC] (program_name): Define using getprogname.
* lib/euidaccess.c: Do not include progname.h.
[TEST] (main): Do not set program_name.
* lib/git-merge-changelog.c: Include getprogname.h instead of
progname.h.
(usage): Call getprogname instead of using program_name.
(main): Likewise.  Stop calling set_program_name.
* lib/group-member.c: Do not include progname.h.
[TEST] (main): Do not set program_name.
* modules/argmatch (Depends-on): Add getprogname.
* modules/c-stack (Depends-on): Likewise.
* modules/error (Depends-on): Likewise.
* modules/git-merge-changelog (Depends-on): Likewise.
Also remove progname.
12 files changed:
ChangeLog
lib/argmatch.c
lib/c-stack.c
lib/chdir-long.c
lib/error.c
lib/euidaccess.c
lib/git-merge-changelog.c
lib/group-member.c
modules/argmatch
modules/c-stack
modules/error
modules/git-merge-changelog