Mercurial > hg > octave-nkf > gnulib-hg
view modules/double-slash-root @ 7727:9711a2d74170
* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 18 Dec 2006 18:04:20 +0000 |
parents | |
children | 8bf6ff9a34bd |
line wrap: on
line source
Description: Check whether // is distinct from /. Files: m4/double-slash-root.m4 Depends-on: configure.ac: gl_DOUBLE_SLASH_ROOT Makefile.am: Include: License: LGPL Maintainer: Eric Blake, Paul Eggert, Jim Meyering