Mercurial > hg > octave-shane > gnulib-hg
annotate modules/strtoimax @ 13922:120aa31e498d
* build-aux/gendocs.sh: restore x bit
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 10 Dec 2010 09:40:08 -0700 |
parents | 80a6ec6ecb2e |
children | 94f2b4a2e01c |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 strtoimax() function: convert string to 'intmax_t'. |
4110 | 3 |
4 Files: | |
5 lib/strtoimax.c | |
6 m4/longlong.m4 | |
7 m4/strtoimax.m4 | |
8 | |
9 Depends-on: | |
4172 | 10 strtoll |
6323
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
11 verify |
6735
1f6871379885
* modules/inttypes: New file.
Derek R. Price <derek@ximbiot.com>
parents:
6323
diff
changeset
|
12 inttypes |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
6735
diff
changeset
|
13 stdint |
4110 | 14 |
15 configure.ac: | |
16 gl_FUNC_STRTOIMAX | |
8167
633acfbd4fa8
Use GL_LINK_WARNING in the generated inttypes.h.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
17 gl_INTTYPES_MODULE_INDICATOR([strtoimax]) |
4110 | 18 |
19 Makefile.am: | |
20 | |
21 Include: | |
8679 | 22 <inttypes.h> |
4110 | 23 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 |
4197 | 27 Maintainer: |
28 Paul Eggert |