Mercurial > hg > octave-kai > gnulib-hg
annotate modules/backupfile @ 16455:cfdc186017be
New module 'fabsf-ieee'.
* modules/fabsf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:27:36 +0100 |
parents | 578b354d30fc |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determination of the filename of a backup file, according to user environment |
3 variables. | |
4110 | 4 |
5 Files: | |
6 lib/backupfile.h | |
7 lib/backupfile.c | |
8 m4/backupfile.m4 | |
9 | |
10 Depends-on: | |
11 argmatch | |
15636
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15178
diff
changeset
|
12 closedir |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
5820
diff
changeset
|
13 d-ino |
11938
7cbcde229d97
backupfile, chdir-long, fts, savedir: make safer
Eric Blake <ebb9@byu.net>
parents:
10748
diff
changeset
|
14 dirent-safer |
12213
d642b5a319a9
dirname-lgpl: adjust clients that don't need full dirname
Eric Blake <ebb9@byu.net>
parents:
11938
diff
changeset
|
15 dirname-lgpl |
10748 | 16 memcmp |
15636
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15178
diff
changeset
|
17 opendir |
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15178
diff
changeset
|
18 readdir |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
19 stdbool |
4110 | 20 |
21 configure.ac: | |
22 gl_BACKUPFILE | |
23 | |
24 Makefile.am: | |
15178
5f6af8ca83f6
backupfile: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14387
diff
changeset
|
25 lib_SOURCES += backupfile.c |
4110 | 26 |
27 Include: | |
28 "backupfile.h" | |
29 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
30 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
31 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5155
diff
changeset
|
32 |
4197 | 33 Maintainer: |
34 Paul Eggert, Jim Meyering |