]> Savannah Git Hosting - gnulib.git/commitdiff
remove-dest-slash: Remove deprecated module.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:25:01 +0000 (01:25 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Apr 2020 23:26:47 +0000 (01:26 +0200)
* modules/rename-dest-slash: Remove file.
* MODULES.html.sh (Compatibility checks for POSIX:2008 functions):
Update.
* NEWS: Mention the removal.

ChangeLog
MODULES.html.sh
NEWS
modules/rename-dest-slash [deleted file]

index 2078f463075713a7980dbb04d28d70b7191069e3..67d89573bcbb0ede1fbc82a052b3cdc03a25eb24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 2c8f956d9af1cb8833705a4513211b54ca92e111..2eb660830527c3ff353a4d6b6003d35ee89e90c5 100755 (executable)
@@ -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 585d9d8cf607e77fa05431c18db2ed4597c57573..2cd58661649c2d23b4c412984a4b576585c21441 100644 (file)
--- 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 (file)
index e175761..0000000
+++ /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