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
/
backupfile
blob
fd15ec504438f23d15720fd96afb214a3da9dd5d
1
Description:
2
Determine the name of a backup file.
3
4
Files:
5
lib/backup-internal.h
6
lib/backup-find.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
28
xalloc-oversized
29
30
configure.ac:
31
gl_BACKUPFILE
32
33
Makefile.am:
34
lib_SOURCES += backupfile.c backup-find.c
35
36
Include:
37
"backupfile.h"
38
39
Link:
40
$(LIB_MBRTOWC)
41
42
License:
43
GPL
44
45
Maintainer:
46
Paul Eggert, Jim Meyering