Commit Graph

9 Commits

Author SHA1 Message Date
Paul Eggert a4e2377f60 Just include xstrtol.h rather than rolling our own include pattern. 2004-08-02 22:55:59 +00:00
Jim Meyering c8043fb655 Sync with gnulib. 2003-10-15 07:26:36 +00:00
Jim Meyering b1b4af8047 Sync with gnulib. 2003-08-18 09:44:49 +00:00
Jim Meyering 563aaa8d0b Include <stdint.h> as an alternative to <inttypes.h>. 2003-06-06 22:30:03 +00:00
Jim Meyering 51b6b653a2 back out Copyright date changes for files with no changes year 2000-08-07 15:48:18 +00:00
Jim Meyering fde850f7ad update copyright date 2000-07-09 07:22:43 +00:00
Jim Meyering 8907976270 Remove the temporary strtoumax replacement;
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-21 04:28:36 +00:00
Jim Meyering 154588d722 (my_strtoumax): Fix typo in computing
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-20 13:24:14 +00:00
Jim Meyering e5e1c6d4fd *** empty log message *** 1999-04-19 00:20:36 +00:00