Mercurial > hg > octave-shane > gnulib-hg
annotate modules/savedir @ 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
parents | 578b354d30fc |
children | 4941d0da6e24 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return the entries of a directory (just the names) as an argz string. |
4110 | 3 |
4 Files: | |
5 lib/savedir.h | |
6 lib/savedir.c | |
7 m4/savedir.m4 | |
8 | |
9 Depends-on: | |
15636
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15238
diff
changeset
|
10 closedir |
11938
7cbcde229d97
backupfile, chdir-long, fts, savedir: make safer
Eric Blake <ebb9@byu.net>
parents:
11934
diff
changeset
|
11 dirent-safer |
11934
80567a8f98f8
fdopendir: split into its own module
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
12 fdopendir |
15636
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15238
diff
changeset
|
13 opendir |
578b354d30fc
Add dependencies to new dirent related modules.
Bruno Haible <bruno@clisp.org>
parents:
15238
diff
changeset
|
14 readdir |
4110 | 15 xalloc |
16 | |
17 configure.ac: | |
18 gl_SAVEDIR | |
19 | |
20 Makefile.am: | |
15238
c823305b8a6c
savedir: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
11938
diff
changeset
|
21 lib_SOURCES += savedir.c |
4110 | 22 |
23 Include: | |
24 "savedir.h" | |
25 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
27 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
28 |
4197 | 29 Maintainer: |
30 Jim Meyering |