* 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>
+
+ 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.
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
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.
+++ /dev/null
-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