From: Bruno Haible <bruno@clisp.org> Date: Mon, 27 Apr 2020 23:29:16 +0000 (+0200) Subject: getopt: Remove deprecated module. X-Git-Tag: v1.0~4157 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0abc38bd2a1398f02d79e6a94c7785cab7ff36c2;p=gnulib.git getopt: Remove deprecated module. * modules/getopt: Remove file. * NEWS: Mention the removal. --- diff --git a/ChangeLog b/ChangeLog index 67d89573bc..17e6660939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-04-27 Bruno Haible <bruno@clisp.org> + + getopt: Remove deprecated module. + * modules/getopt: Remove file. + * NEWS: Mention the removal. + 2020-04-27 Bruno Haible <bruno@clisp.org> remove-dest-slash: Remove deprecated module. diff --git a/NEWS b/NEWS index 2cd5866164..0d770756d8 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,11 @@ User visible incompatible changes Date Modules Changes +2020-04-27 getopt This deprecated module is removed. Please choose + among getopt-posix and getopt-gnu. getopt-gnu + provides "long options" and "options with optional + arguments", getopt-posix doesn't. + 2020-04-27 rename-dest-slash This deprecated module is removed. Use the module 'rename' instead. diff --git a/modules/getopt b/modules/getopt deleted file mode 100644 index 53c844d8b0..0000000000 --- a/modules/getopt +++ /dev/null @@ -1,26 +0,0 @@ -Description: -Process command line arguments. - -Status: -deprecated - -Notice: -This module is deprecated. Use the module 'getopt-posix' or 'getopt-gnu' instead. - -Files: - -Depends-on: -getopt-gnu - -configure.ac: - -Makefile.am: - -Include: -<getopt.h> or <unistd.h> - -License: -LGPL - -Maintainer: -all, glibc