NEWS.stable: update and finalise
[gnulib.git] / modules / strtoumax
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
3
4 Files:
5 lib/strtoimax.c
6 lib/strtoumax.c
7 m4/longlong.m4
8 m4/strtoumax.m4
9
10 Depends-on:
11 inttypes-incomplete
12 verify          [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no]
13 stdint          [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no]
14 strtoull        [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes]
15
16 configure.ac:
17 gl_FUNC_STRTOUMAX
18 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
19
20 Makefile.am:
21
22 Include:
23 <inttypes.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Paul Eggert