From 64ea76d0aee46e81f6dab1f266301da9cef3ba07 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 5 Sep 2016 16:26:27 +0200 Subject: [PATCH] Deprecate the 'progname' module * NEWS: Document the deprecation of the 'progname' module. --- ChangeLog | 4 ++++ NEWS | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba3e048..fb551f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-09-05 Pino Toscano + + * NEWS: Document the deprecation of the 'progname' module. + 2016-09-02 Jim Meyering manywarnings: add -fno-common diff --git a/NEWS b/NEWS index e33d350..1758d22 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,14 @@ User visible incompatible changes Date Modules Changes +2016-09-05 progname This module is deprecated. Please switch to the + 'getprogname' module and its getprogname() + function to know the name of the current program, + and there is no more need to export a + 'const char *program_name' variable. + Currently there is no replacement for + set_program_name(). + 2016-08-17 stdbool This no longer supports _Bool for C++. Programs intended to be portable to C++ compilers should use plain 'bool' instead. -- 2.7.4