1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/canonicalize
T
Bruno Haible 9316c7139e scratch_buffer: Rename to glibc-internal/scratch_buffer.
* modules/glibc-internal/scratch_buffer: Renamed from
modules/scratch_buffer.
* modules/glibc-internal/scratch_buffer-tests: Renamed from
modules/scratch_buffer-tests.
* modules/canonicalize (Depends-on): Update.
* modules/canonicalize-lgpl (Depends-on): Likewise.
* modules/glob (Depends-on): Likewise.
2022-11-03 21:42:43 +01:00

51 lines
674 B
Plaintext

Description:
Return the canonical absolute name of a given file.
Files:
lib/canonicalize.h
lib/canonicalize.c
m4/canonicalize.m4
m4/lstat.m4
Depends-on:
attribute
double-slash-root
errno
extensions
fcntl-h
file-set
filename
getcwd
hash-triple-simple
idx
intprops
memmove
mempcpy
nocrash
rawmemchr
readlink
glibc-internal/scratch_buffer
stat
stdbool
sys_stat
unistd
xalloc-die
configure.ac:
gl_FUNC_CANONICALIZE_FILENAME_MODE
gl_MODULE_INDICATOR([canonicalize])
gl_MODULE_INDICATOR_FOR_TESTS([canonicalize])
gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
Makefile.am:
lib_SOURCES += canonicalize.c
Include:
"canonicalize.h"
License:
GPL
Maintainer:
Jim Meyering