rename: modernize replacement
[pspp] / doc / posix-functions / rename.texi
1 @node rename
2 @section @code{rename}
3 @findex rename
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rename.html}
6
7 Gnulib module: rename
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function does not handle trailing slashes correctly on
13 some platforms (the full rules for trailing slashes are complex):
14 SunOS 4.1, mingw.
15 @item
16 This function will not replace an existing destination on some
17 platforms:
18 mingw.
19 @end itemize
20
21 Portability problems not fixed by Gnulib:
22 @itemize
23 This function will not replace a destination that is currently opened
24 by any process:
25 mingw.
26 @item
27 This function mistakenly allows names ending in @samp{.} or @samp{..}
28 on some platforms:
29 Cygwin 1.5.x.
30 @end itemize