-
- Downloads
Add strtoll and strtoull to libiberty.
2014-10-28 Yury Gribov <y.gribov@samsung.com> include/ * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes. libiberty/ * strtoll.c: New file. * strtoull.c: New file. * configure.ac: Add long long checks. Add harness for strtoll and strtoull. Check decls for strtol, strtoul, strtoll, strtoull. * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull. * config.in: Regenerate. * configure: Regenerate. * functions.texi: Regenerate. * testsuite/Makefile.in (check-strtol): New rule. (test-strtol): Likewise. (mostlyclean): Clean up strtol test. * testsuite/test-strtol.c: New test. From-SVN: r216772
Showing
- include/ChangeLog 4 additions, 0 deletionsinclude/ChangeLog
- include/libiberty.h 27 additions, 0 deletionsinclude/libiberty.h
- libiberty/ChangeLog 15 additions, 0 deletionslibiberty/ChangeLog
- libiberty/Makefile.in 34 additions, 12 deletionslibiberty/Makefile.in
- libiberty/config.in 31 additions, 0 deletionslibiberty/config.in
- libiberty/configure 120 additions, 2 deletionslibiberty/configure
- libiberty/configure.ac 11 additions, 3 deletionslibiberty/configure.ac
- libiberty/functions.texi 18 additions, 0 deletionslibiberty/functions.texi
- libiberty/strtoll.c 175 additions, 0 deletionslibiberty/strtoll.c
- libiberty/strtoull.c 122 additions, 0 deletionslibiberty/strtoull.c
- libiberty/testsuite/Makefile.in 11 additions, 1 deletionlibiberty/testsuite/Makefile.in
- libiberty/testsuite/test-strtol.c 184 additions, 0 deletionslibiberty/testsuite/test-strtol.c
Loading
Please register or sign in to comment