Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xstrtod @ 14276:6b7046963230
di-set, ino-map: new modules, from coreutils
* lib/di-set.c: New file.
* lib/di-set.h: Likewise.
* lib/ino-map.c: Likewise.
* lib/ino-map.h: Likewise.
* modules/di-set: Likewise.
* modules/di-set-tests: Likewise.
* modules/ino-map: Likewise.
* modules/ino-map-tests: Likewise.
* tests/test-di-set.c: Likewise.
* tests/test-ino-map.c: Likewise.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Mon, 07 Feb 2011 16:01:24 +0100 |
parents | 6a764f23e302 |
children | 8e9bc5abe470 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert string to 'double', with error checking. |
4110 | 3 |
4 Files: | |
5 lib/xstrtod.h | |
6 lib/xstrtod.c | |
7 m4/xstrtod.m4 | |
8 | |
9 Depends-on: | |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
10 stdbool |
4110 | 11 |
12 configure.ac: | |
13 gl_XSTRTOD | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 "xstrtod.h" | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
21 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 Jim Meyering |