]> Savannah Git Hosting - gnulib.git/commitdiff
getopt: Remove deprecated module.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:29:16 +0000 (01:29 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:29:16 +0000 (01:29 +0200)
* modules/getopt: Remove file.
* NEWS: Mention the removal.

ChangeLog
NEWS
modules/getopt [deleted file]

index 67d89573bcbb0ede1fbc82a052b3cdc03a25eb24..17e6660939094f948a8c480841b075642a4b4300 100644 (file)
--- 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 2cd58661649c2d23b4c412984a4b576585c21441..0d770756d8b0f0167cf8d024d80ae49d4b1fa958 100644 (file)
--- 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 (file)
index 53c844d..0000000
+++ /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