summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-04-28 01:25:01 +0200
committerBruno Haible <bruno@clisp.org>2020-04-28 01:26:47 +0200
commitae006ab087881d9273cee33e8afaae4c3107acc1 (patch)
tree33a3f0a2a9b30c5182f77a1b878c17bfec0fd36a
parent5a5a18084a82ce84d1c58bea477eda733ed0676f (diff)
downloadgnulib-ae006ab087881d9273cee33e8afaae4c3107acc1.tar.gz
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.
-rw-r--r--ChangeLog8
-rwxr-xr-xMODULES.html.sh1
-rw-r--r--NEWS3
-rw-r--r--modules/rename-dest-slash26
4 files changed, 11 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index 2078f46307..67d89573bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2020-04-27 Bruno Haible <bruno@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 <bruno@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 2c8f956d9a..2eb6608305 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 585d9d8cf6..2cd5866164 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 e175761545..0000000000
--- 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