repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
backup-rename
blob
d4bd339d77b827016b1e42820a9f1f998171b3e6
1
Description:
2
Rename a file to a backup name.
3
4
Files:
5
lib/backup-internal.h
6
lib/backup-rename.c
7
lib/backupfile.c
8
lib/backupfile.h
9
m4/backupfile.m4
10
11
Depends-on:
12
argmatch
13
attribute
14
basename-lgpl
15
c99
16
closedir
17
d-ino
18
dirent-safer
19
fcntl
20
idx
21
memcmp
22
opendirat
23
readdir
24
renameatu
25
stdbool
26
stdint
27
xalloc-oversized
28
29
configure.ac:
30
gl_BACKUPFILE
31
32
Makefile.am:
33
lib_SOURCES += backupfile.c backup-rename.c
34
35
Include:
36
"backupfile.h"
37
38
Link:
39
$(LIB_MBRTOWC)
40
41
License:
42
GPL
43
44
Maintainer:
45
Paul Eggert, Jim Meyering