prepare NEWS.stable
[gnulib.git] / modules / chdir-safer
1 Description:
2 like chdir, but safer
3
4 Files:
5 lib/chdir-safer.h
6 lib/chdir-safer.c
7 m4/chdir-safer.m4
8
9 Depends-on:
10 errno
11 fchdir
12 fcntl-h
13 open
14 same-inode
15 stdbool
16
17 configure.ac:
18 gl_CHDIR_SAFER
19
20 Makefile.am:
21 lib_SOURCES += chdir-safer.c
22
23 Include:
24 "chdir-safer.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering