canonicalize-lgpl: fix glibc bug with trailing slash
[pspp] / doc / glibc-functions / canonicalize_file_name.texi
1 @node canonicalize_file_name
2 @subsection @code{canonicalize_file_name}
3 @findex canonicalize_file_name
4
5 Gnulib module: canonicalize-lgpl
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on all non-glibc platforms:
11 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12 @item
13 This function fails to detect trailing slashes on non-directories on
14 some platforms:
15 glibc 2.3.5.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize