mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
This is more consistent with the other defines here. * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Port to z/OS. Problem reported by Paul Gilmartin. Change local vars to use gl_ prefix rather than ac_. Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency with other defines. * modules/double-slash-root: New module. * modules/dirname (Files): Remove m4/double-slash-root.m4. (Depends-on): Add double-slash-root. * MODULES.html.sh (File system functions): Mention new module.
31 lines
302 B
Plaintext
31 lines
302 B
Plaintext
Description:
|
|
Extract specific portions of filenames.
|
|
|
|
Files:
|
|
lib/dirname.h
|
|
lib/dirname.c
|
|
lib/basename.c
|
|
lib/stripslash.c
|
|
m4/dirname.m4
|
|
m4/dos.m4
|
|
|
|
Depends-on:
|
|
double-slash-root
|
|
stdbool
|
|
xalloc
|
|
xstrndup
|
|
|
|
configure.ac:
|
|
gl_DIRNAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"dirname.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|