* Makefile.in (GNULIB_MODULES): Add strtoumax.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:12:13 +0000 (12:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:12:13 +0000 (12:12 -0700)
commita8a2bb29e2ea28dce51bb3a8680bfe2bd6945365
treef382d740123da83c6f212cae2ecfcbd6555060e4
parentd78050d6bab1f1add4284163b8fc474495ac6580
* Makefile.in (GNULIB_MODULES): Add strtoumax.
25 files changed:
ChangeLog
Makefile.in
lib/gnulib.mk
lib/inttypes.h [new file with mode: 0644]
lib/inttypes.in.h [new file with mode: 0644]
lib/strtoimax.c [new file with mode: 0644]
lib/strtol.c [new file with mode: 0644]
lib/strtoll.c [new file with mode: 0644]
lib/strtoul.c [new file with mode: 0644]
lib/strtoull.c [new file with mode: 0644]
lib/strtoumax.c [new file with mode: 0644]
lib/verify.h [new file with mode: 0644]
lib/wchar.h [new file with mode: 0644]
lib/wchar.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/inttypes-pri.m4 [new file with mode: 0644]
m4/inttypes.m4 [new file with mode: 0644]
m4/strtoimax.m4 [new file with mode: 0644]
m4/strtol.m4 [new file with mode: 0644]
m4/strtoll.m4 [new file with mode: 0644]
m4/strtoul.m4 [new file with mode: 0644]
m4/strtoull.m4 [new file with mode: 0644]
m4/strtoumax.m4 [new file with mode: 0644]
m4/wchar_h.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]