Mercurial > hg > octave-kai > gnulib-hg
annotate modules/rename-dest-slash @ 7740:a589558ebfc6
update from texinfo
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 22 Dec 2006 17:25:43 +0000 |
parents | 6a764f23e302 |
children | e3b5ec5715b7 |
rev | line source |
---|---|
7306 | 1 Description: |
2 rename() function: change the name or location of a file. | |
3 | |
4 Files: | |
5 lib/rename-dest-slash.c | |
6 m4/rename-dest-slash.m4 | |
7 | |
8 Depends-on: | |
9 xalloc | |
10 dirname | |
11 | |
12 configure.ac: | |
13 gl_FUNC_RENAME_TRAILING_DEST_SLASH | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <stdio.h> | |
19 | |
20 License: | |
21 GPL | |
22 | |
23 Maintainer: | |
24 Jim Meyering |