mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>. * modules/bool: Renamed from modules/stdbool-h. * modules/bool-tests: Renamed from modules/stdbool-h-tests. * modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests. * tests/test-bool.c: Renamed from tests/test-stdbool-h.c. * tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc. * tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc. * modules/stdbool-h-c99-tests: Update. * modules/stdbool-h-c99-c++-tests: Update. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: Update.
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
Description:
|
|
renameatu() function: rename a file, relative to two dirs, with unsigned flag
|
|
|
|
Files:
|
|
lib/at-func2.c
|
|
lib/renameatu.c
|
|
lib/renameatu.h
|
|
m4/renameat.m4
|
|
|
|
Depends-on:
|
|
stdio-h
|
|
extensions
|
|
fcntl-h
|
|
filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
|
|
openat-h [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
|
|
fstatat [test $REPLACE_RENAMEAT = 1]
|
|
readlinkat [test $REPLACE_RENAMEAT = 1]
|
|
bool [test $REPLACE_RENAMEAT = 1]
|
|
at-internal [test $HAVE_RENAMEAT = 0]
|
|
filename [test $HAVE_RENAMEAT = 0]
|
|
fstat [test $HAVE_RENAMEAT = 0]
|
|
getcwd-lgpl [test $HAVE_RENAMEAT = 0]
|
|
openat-die [test $HAVE_RENAMEAT = 0]
|
|
rename [test $HAVE_RENAMEAT = 0]
|
|
same-inode [test $HAVE_RENAMEAT = 0]
|
|
save-cwd [test $HAVE_RENAMEAT = 0]
|
|
stat [test $HAVE_RENAMEAT = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_RENAMEAT
|
|
if test $HAVE_RENAMEAT = 0; then
|
|
AC_LIBOBJ([at-func2])
|
|
fi
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += renameatu.c
|
|
|
|
Include:
|
|
"renameatu.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|