Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/xstrtod @ 10009:0fdbc870dc2d
* modules/mkdir (License): Re-license as LGPLv2+.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Tue, 29 Apr 2008 13:15:02 +0200 |
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 |