NEWS.stable: update and finalise
[gnulib.git] / modules / rename
1 Description:
2 rename() function: change the name or location of a file.
3
4 Files:
5 lib/rename.c
6 m4/rename.m4
7
8 Depends-on:
9 stdio
10 canonicalize-lgpl [test $REPLACE_RENAME = 1]
11 dirname-lgpl      [test $REPLACE_RENAME = 1]
12 lstat             [test $REPLACE_RENAME = 1]
13 rmdir             [test $REPLACE_RENAME = 1]
14 same-inode        [test $REPLACE_RENAME = 1]
15 stdbool           [test $REPLACE_RENAME = 1]
16 strdup            [test $REPLACE_RENAME = 1]
17
18 configure.ac:
19 gl_FUNC_RENAME
20 gl_STDIO_MODULE_INDICATOR([rename])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Jim Meyering