summaryrefslogtreecommitdiff
path: root/lib/xstrtoumax.c
AgeCommit message (Collapse)Author
2005-09-22Sync from gnulib.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-02Just include xstrtol.h rather than rolling our own include pattern.Paul Eggert
2003-10-15Sync with gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-06-06Include <stdint.h> as an alternative to <inttypes.h>.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-04-21Remove the temporary strtoumax replacement;Jim Meyering
we now have a true replacement in strtoumax.c. (__strtol): Always define to strtoumax. (<stdlib.h>): No need to include. (PARAMS): Remove. (my_strtoumax): Move this to strtoumax.c, rename it to strtoumax, and simplify.
1999-04-20(my_strtoumax): Fix typo in computingJim Meyering
whether overflow occurred. Improve overflow-detection to use only one conditional branch total, rather than 2N+1 conditional branches for an N-digit number.
1999-04-19*** empty log message ***Jim Meyering