Some gnulib modules have been deprecated since 2011, that is, for 9 years.
Some of them were scheduled for removal already in 2012. Time to remove them;
people had enough time to care about the deprecation warning emitted by
gnulib-tool.


2020-04-27  Bruno Haible  <br...@clisp.org>

        getdate: Remove deprecated module.
        * modules/getdate: Remove file.
        * doc/getdate.texi: Remove file.
        * lib/getdate.h: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        realloc: Remove deprecated module.
        * modules/realloc: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        calloc: Remove deprecated module.
        * modules/calloc: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        malloc: Remove deprecated module.
        * modules/malloc: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        fnmatch-posix: Remove deprecated module.
        * modules/fnmatch-posix: Remove file.
        * MODULES.html.sh (Enhancements for POSIX:2008 functions): Update.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        pipe: Remove deprecated module.
        * modules/pipe: Remove file.
        * lib/pipe.h: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        getopt: Remove deprecated module.
        * modules/getopt: Remove file.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        remove-dest-slash: Remove deprecated module.
        * modules/rename-dest-slash: Remove file.
        * MODULES.html.sh (Compatibility checks for POSIX:2008 functions):
        Update.
        * NEWS: Mention the removal.

2020-04-27  Bruno Haible  <br...@clisp.org>

        unictype/bidicategory-*: Remove deprecated modules.
        * modules/unictype/bidicategory-all: Remove file.
        * modules/unictype/bidicategory-byname: Remove file.
        * modules/unictype/bidicategory-name: Remove file.
        * modules/unictype/bidicategory-of: Remove file.
        * modules/unictype/bidicategory-test: Remove file.
        * MODULES.html.sh (Unicode string functions): Update.
        * NEWS: Mention the removals.

>From 5a5a18084a82ce84d1c58bea477eda733ed0676f Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:18:11 +0200
Subject: [PATCH 1/9] unictype/bidicategory-*: Remove deprecated modules.

* modules/unictype/bidicategory-all: Remove file.
* modules/unictype/bidicategory-byname: Remove file.
* modules/unictype/bidicategory-name: Remove file.
* modules/unictype/bidicategory-of: Remove file.
* modules/unictype/bidicategory-test: Remove file.
* MODULES.html.sh (Unicode string functions): Update.
* NEWS: Mention the removals.
---
 ChangeLog                            | 11 +++++++++++
 MODULES.html.sh                      | 11 ++++++-----
 NEWS                                 |  3 +++
 modules/unictype/bidicategory-all    | 26 --------------------------
 modules/unictype/bidicategory-byname | 26 --------------------------
 modules/unictype/bidicategory-name   | 26 --------------------------
 modules/unictype/bidicategory-of     | 26 --------------------------
 modules/unictype/bidicategory-test   | 26 --------------------------
 8 files changed, 20 insertions(+), 135 deletions(-)
 delete mode 100644 modules/unictype/bidicategory-all
 delete mode 100644 modules/unictype/bidicategory-byname
 delete mode 100644 modules/unictype/bidicategory-name
 delete mode 100644 modules/unictype/bidicategory-of
 delete mode 100644 modules/unictype/bidicategory-test

diff --git a/ChangeLog b/ChangeLog
index c13c82b..2078f46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
+	unictype/bidicategory-*: Remove deprecated modules.
+	* modules/unictype/bidicategory-all: Remove file.
+	* modules/unictype/bidicategory-byname: Remove file.
+	* modules/unictype/bidicategory-name: Remove file.
+	* modules/unictype/bidicategory-of: Remove file.
+	* modules/unictype/bidicategory-test: Remove file.
+	* MODULES.html.sh (Unicode string functions): Update.
+	* NEWS: Mention the removals.
+
 2020-04-25  Paul Eggert  <egg...@cs.ucla.edu>
 
 	Tune fts for FTS_LOGICAL+FTS_NOSTAT
diff --git a/MODULES.html.sh b/MODULES.html.sh
index d1ec78f..2c8f956 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3138,11 +3138,12 @@ func_all_modules ()
   func_module uniname/base
   func_module uniname/uniname
   func_module unictype/base
-  func_module unictype/bidicategory-byname
-  func_module unictype/bidicategory-name
-  func_module unictype/bidicategory-of
-  func_module unictype/bidicategory-test
-  func_module unictype/bidicategory-all
+  func_module unictype/bidiclass-byname
+  func_module unictype/bidiclass-name
+  func_module unictype/bidiclass-longname
+  func_module unictype/bidiclass-of
+  func_module unictype/bidiclass-test
+  func_module unictype/bidiclass-all
   func_module unictype/block-list
   func_module unictype/block-of
   func_module unictype/block-test
diff --git a/NEWS b/NEWS
index c9548d5..585d9d8 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  unictype/bidicategory-*  These deprecated modules are removed. Use
+                                     the modules unictype/bidiclass-* instead.
+
 2020-03-28  dosname         On native Windows, OS/2, DOS,
                             IS_RELATIVE_FILE_NAME("c:") now returns false.
 
diff --git a/modules/unictype/bidicategory-all b/modules/unictype/bidicategory-all
deleted file mode 100644
index d5c05e1..0000000
--- a/modules/unictype/bidicategory-all
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Unicode character bidi category functions.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-all' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-all
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
diff --git a/modules/unictype/bidicategory-byname b/modules/unictype/bidicategory-byname
deleted file mode 100644
index 2afced3..0000000
--- a/modules/unictype/bidicategory-byname
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Find a Unicode character bidi category, given its name.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-byname' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-byname
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
diff --git a/modules/unictype/bidicategory-name b/modules/unictype/bidicategory-name
deleted file mode 100644
index 5a0f9ff..0000000
--- a/modules/unictype/bidicategory-name
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Name of Unicode character bidi category.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-name' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-name
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
diff --git a/modules/unictype/bidicategory-of b/modules/unictype/bidicategory-of
deleted file mode 100644
index fb7c085..0000000
--- a/modules/unictype/bidicategory-of
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Determine bidi category of a Unicode character.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-of' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-of
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
diff --git a/modules/unictype/bidicategory-test b/modules/unictype/bidicategory-test
deleted file mode 100644
index 76feb68..0000000
--- a/modules/unictype/bidicategory-test
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Test whether a Unicode character belongs to a given bidi category.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'unictype/bidiclass-test' instead.
-
-Files:
-
-Depends-on:
-unictype/bidiclass-test
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"unictype.h"
-
-License:
-LGPLv3+ or GPLv2
-
-Maintainer:
-all
-- 
2.7.4

>From ae006ab087881d9273cee33e8afaae4c3107acc1 Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:25:01 +0200
Subject: [PATCH 2/9] remove-dest-slash: Remove deprecated module.

* modules/rename-dest-slash: Remove file.
* MODULES.html.sh (Compatibility checks for POSIX:2008 functions):
Update.
* NEWS: Mention the removal.
---
 ChangeLog                 |  8 ++++++++
 MODULES.html.sh           |  1 -
 NEWS                      |  3 +++
 modules/rename-dest-slash | 26 --------------------------
 4 files changed, 11 insertions(+), 27 deletions(-)
 delete mode 100644 modules/rename-dest-slash

diff --git a/ChangeLog b/ChangeLog
index 2078f46..67d8957 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	remove-dest-slash: Remove deprecated module.
+	* modules/rename-dest-slash: Remove file.
+	* MODULES.html.sh (Compatibility checks for POSIX:2008 functions):
+	Update.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	unictype/bidicategory-*: Remove deprecated modules.
 	* modules/unictype/bidicategory-all: Remove file.
 	* modules/unictype/bidicategory-byname: Remove file.
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 2c8f956..2eb6608 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2584,7 +2584,6 @@ func_all_modules ()
   func_module d-ino
   func_module d-type
   func_module link-follow
-  func_module rename-dest-slash
   func_module rmdir-errno
   func_module timer-time
   func_module unlink-busy
diff --git a/NEWS b/NEWS
index 585d9d8..2cd5866 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  rename-dest-slash  This deprecated module is removed. Use the
+                               module 'rename' instead.
+
 2020-04-27  unictype/bidicategory-*  These deprecated modules are removed. Use
                                      the modules unictype/bidiclass-* instead.
 
diff --git a/modules/rename-dest-slash b/modules/rename-dest-slash
deleted file mode 100644
index e175761..0000000
--- a/modules/rename-dest-slash
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-rename() function: change the name or location of a file.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the 'rename' module instead.
-
-Files:
-
-Depends-on:
-rename
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdio.h>
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering
-- 
2.7.4

>From 0abc38bd2a1398f02d79e6a94c7785cab7ff36c2 Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:29:16 +0200
Subject: [PATCH 3/9] getopt: Remove deprecated module.

* modules/getopt: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog      |  6 ++++++
 NEWS           |  5 +++++
 modules/getopt | 26 --------------------------
 3 files changed, 11 insertions(+), 26 deletions(-)
 delete mode 100644 modules/getopt

diff --git a/ChangeLog b/ChangeLog
index 67d8957..17e6660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	getopt: Remove deprecated module.
+	* modules/getopt: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	remove-dest-slash: Remove deprecated module.
 	* modules/rename-dest-slash: Remove file.
 	* MODULES.html.sh (Compatibility checks for POSIX:2008 functions):
diff --git a/NEWS b/NEWS
index 2cd5866..0d77075 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 53c844d..0000000
--- 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
-- 
2.7.4

>From 4510cafd334ddb9adb5b9ff174a716a0b388a323 Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:33:26 +0200
Subject: [PATCH 4/9] pipe: Remove deprecated module.

* modules/pipe: Remove file.
* lib/pipe.h: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog    |  7 +++++++
 NEWS         |  6 ++++++
 lib/pipe.h   |  2 --
 modules/pipe | 26 --------------------------
 4 files changed, 13 insertions(+), 28 deletions(-)
 delete mode 100644 lib/pipe.h
 delete mode 100644 modules/pipe

diff --git a/ChangeLog b/ChangeLog
index 17e6660..21541dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	pipe: Remove deprecated module.
+	* modules/pipe: Remove file.
+	* lib/pipe.h: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	getopt: Remove deprecated module.
 	* modules/getopt: Remove file.
 	* NEWS: Mention the removal.
diff --git a/NEWS b/NEWS
index 0d77075..ab56d08 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,12 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  pipe            This deprecated module is removed. Use the module
+                            'spawn-pipe' instead. Instead of
+                              #include "pipe.h"
+                            write
+                              #include "spawn-pipe.h"
+
 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
diff --git a/lib/pipe.h b/lib/pipe.h
deleted file mode 100644
index 3c1b4b8..0000000
--- a/lib/pipe.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Obsolete; consider using spawn-pipe.h instead.  */
-#include "spawn-pipe.h"
diff --git a/modules/pipe b/modules/pipe
deleted file mode 100644
index 2f7e873..0000000
--- a/modules/pipe
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-Creation of subprocesses, communicating via pipes.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'spawn-pipe' instead.
-
-Files:
-lib/pipe.h
-
-Depends-on:
-spawn-pipe
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-all
-- 
2.7.4

>From 17c1bcb550dc20a29aa62482d2e5f158af8a6dfe Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:37:35 +0200
Subject: [PATCH 5/9] fnmatch-posix: Remove deprecated module.

* modules/fnmatch-posix: Remove file.
* MODULES.html.sh (Enhancements for POSIX:2008 functions): Update.
* NEWS: Mention the removal.
---
 ChangeLog             |  7 +++++++
 MODULES.html.sh       |  1 -
 NEWS                  |  3 +++
 modules/fnmatch-posix | 30 ------------------------------
 4 files changed, 10 insertions(+), 31 deletions(-)
 delete mode 100644 modules/fnmatch-posix

diff --git a/ChangeLog b/ChangeLog
index 21541dd..e08b21e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	fnmatch-posix: Remove deprecated module.
+	* modules/fnmatch-posix: Remove file.
+	* MODULES.html.sh (Enhancements for POSIX:2008 functions): Update.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	pipe: Remove deprecated module.
 	* modules/pipe: Remove file.
 	* lib/pipe.h: Remove file.
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 2eb6608..240a9ee 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2605,7 +2605,6 @@ func_all_modules ()
   func_module iconv_open-utf
   func_module unistd-safer
   func_module fnmatch
-  func_module fnmatch-posix
   func_module fnmatch-gnu
   func_module glob
   func_module exclude
diff --git a/NEWS b/NEWS
index ab56d08..312edc2 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  fnmatch-posix   This deprecated module is removed. Use the module
+                            'fnmatch' instead.
+
 2020-04-27  pipe            This deprecated module is removed. Use the module
                             'spawn-pipe' instead. Instead of
                               #include "pipe.h"
diff --git a/modules/fnmatch-posix b/modules/fnmatch-posix
deleted file mode 100644
index 508da56..0000000
--- a/modules/fnmatch-posix
+++ /dev/null
@@ -1,30 +0,0 @@
-Description:
-fnmatch() function: wildcard matching.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'fnmatch' instead.
-
-Files:
-
-Depends-on:
-fnmatch
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-"fnmatch.h"
-
-Link:
-$(LIB_MBRTOWC)
-
-License:
-LGPLv2+
-
-Maintainer:
-all
-
-- 
2.7.4

>From 9972519136b2b5cbe255bc8359716fe4f35fb60b Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:40:19 +0200
Subject: [PATCH 6/9] malloc: Remove deprecated module.

* modules/malloc: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog      |  6 ++++++
 NEWS           |  3 +++
 modules/malloc | 31 -------------------------------
 3 files changed, 9 insertions(+), 31 deletions(-)
 delete mode 100644 modules/malloc

diff --git a/ChangeLog b/ChangeLog
index e08b21e..1e3bf3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	malloc: Remove deprecated module.
+	* modules/malloc: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	fnmatch-posix: Remove deprecated module.
 	* modules/fnmatch-posix: Remove file.
 	* MODULES.html.sh (Enhancements for POSIX:2008 functions): Update.
diff --git a/NEWS b/NEWS
index 312edc2..6f368cf 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  malloc          This deprecated module is removed. Use the module
+                            'malloc-gnu' instead.
+
 2020-04-27  fnmatch-posix   This deprecated module is removed. Use the module
                             'fnmatch' instead.
 
diff --git a/modules/malloc b/modules/malloc
deleted file mode 100644
index 366408a..0000000
--- a/modules/malloc
+++ /dev/null
@@ -1,31 +0,0 @@
-Description:
-malloc() function that is glibc compatible.
-
-Comment:
-This module should not be used as a dependency from a test module,
-otherwise when this module occurs as a tests-related module, it will
-have side effects on the compilation of the main modules in lib/.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'malloc-gnu' instead.
-
-Files:
-
-Depends-on:
-malloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering
-- 
2.7.4

>From b5c5401efa7f3b21b0888c5d6b8ff814fc39da3b Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:41:55 +0200
Subject: [PATCH 7/9] calloc: Remove deprecated module.

* modules/calloc: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog      |  6 ++++++
 NEWS           |  3 +++
 modules/calloc | 26 --------------------------
 3 files changed, 9 insertions(+), 26 deletions(-)
 delete mode 100644 modules/calloc

diff --git a/ChangeLog b/ChangeLog
index 1e3bf3d..63237f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	calloc: Remove deprecated module.
+	* modules/calloc: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	malloc: Remove deprecated module.
 	* modules/malloc: Remove file.
 	* NEWS: Mention the removal.
diff --git a/NEWS b/NEWS
index 6f368cf..8c09e75 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  calloc          This deprecated module is removed. Use the module
+                            'calloc-gnu' instead.
+
 2020-04-27  malloc          This deprecated module is removed. Use the module
                             'malloc-gnu' instead.
 
diff --git a/modules/calloc b/modules/calloc
deleted file mode 100644
index 8869bb1..0000000
--- a/modules/calloc
+++ /dev/null
@@ -1,26 +0,0 @@
-Description:
-calloc() function that is glibc compatible.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'calloc-gnu' instead.
-
-Files:
-
-Depends-on:
-calloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering
-- 
2.7.4

>From ec803406c3bf77d7e08b0370f8bdfb1c0dabb54a Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:43:26 +0200
Subject: [PATCH 8/9] realloc: Remove deprecated module.

* modules/realloc: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog       |  6 ++++++
 NEWS            |  3 +++
 modules/realloc | 31 -------------------------------
 3 files changed, 9 insertions(+), 31 deletions(-)
 delete mode 100644 modules/realloc

diff --git a/ChangeLog b/ChangeLog
index 63237f8..158ceca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	realloc: Remove deprecated module.
+	* modules/realloc: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	calloc: Remove deprecated module.
 	* modules/calloc: Remove file.
 	* NEWS: Mention the removal.
diff --git a/NEWS b/NEWS
index 8c09e75..9fd9b25 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  realloc         This deprecated module is removed. Use the module
+                            'realloc-gnu' instead.
+
 2020-04-27  calloc          This deprecated module is removed. Use the module
                             'calloc-gnu' instead.
 
diff --git a/modules/realloc b/modules/realloc
deleted file mode 100644
index b712e02..0000000
--- a/modules/realloc
+++ /dev/null
@@ -1,31 +0,0 @@
-Description:
-realloc() function that is glibc compatible.
-
-Comment:
-This module should not be used as a dependency from a test module,
-otherwise when this module occurs as a tests-related module, it will
-have side effects on the compilation of the main modules in lib/.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'realloc-gnu' instead.
-
-Files:
-
-Depends-on:
-realloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering
-- 
2.7.4

>From 7bafd5ec482d72b1e812ff0bf23add14fcb1841a Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Tue, 28 Apr 2020 01:50:17 +0200
Subject: [PATCH 9/9] getdate: Remove deprecated module.

* modules/getdate: Remove file.
* doc/getdate.texi: Remove file.
* lib/getdate.h: Remove file.
* NEWS: Mention the removal.
---
 ChangeLog        |  8 ++++++++
 NEWS             |  7 +++++++
 doc/getdate.texi |  1 -
 lib/getdate.h    |  3 ---
 modules/getdate  | 27 ---------------------------
 5 files changed, 15 insertions(+), 31 deletions(-)
 delete mode 100644 doc/getdate.texi
 delete mode 100644 lib/getdate.h
 delete mode 100644 modules/getdate

diff --git a/ChangeLog b/ChangeLog
index 158ceca..48bada3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2020-04-27  Bruno Haible  <br...@clisp.org>
 
+	getdate: Remove deprecated module.
+	* modules/getdate: Remove file.
+	* doc/getdate.texi: Remove file.
+	* lib/getdate.h: Remove file.
+	* NEWS: Mention the removal.
+
+2020-04-27  Bruno Haible  <br...@clisp.org>
+
 	realloc: Remove deprecated module.
 	* modules/realloc: Remove file.
 	* NEWS: Mention the removal.
diff --git a/NEWS b/NEWS
index 9fd9b25..99973c5 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,13 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2020-04-27  getdate         This deprecated module is removed. Use the module
+                            'parse-datetime' instead. Instead of
+                              #include "getdate.h"
+                            write
+                              #include "parse-datetime.h"
+                            The function get_date is renamed to parse_datetime.
+
 2020-04-27  realloc         This deprecated module is removed. Use the module
                             'realloc-gnu' instead.
 
diff --git a/doc/getdate.texi b/doc/getdate.texi
deleted file mode 100644
index 099b1bb..0000000
--- a/doc/getdate.texi
+++ /dev/null
@@ -1 +0,0 @@
-@include parse-datetime.texi
diff --git a/lib/getdate.h b/lib/getdate.h
deleted file mode 100644
index 9f5d1a9..0000000
--- a/lib/getdate.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Obsolete; consider using parse-datetime.h instead.  */
-#include "parse-datetime.h"
-#define get_date(a, b, c) parse_datetime (a, b, c)
diff --git a/modules/getdate b/modules/getdate
deleted file mode 100644
index 37c37f9..0000000
--- a/modules/getdate
+++ /dev/null
@@ -1,27 +0,0 @@
-Description:
-Convert a date/time string to linear time.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'parse-datetime' instead.
-
-Files:
-doc/getdate.texi
-lib/getdate.h
-
-Depends-on:
-parse-datetime
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-
-License:
-GPL
-
-Maintainer:
-Paul Eggert
-- 
2.7.4

Reply via email to