Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-02 | Just include xstrtol.h rather than rolling our own include pattern. | Paul Eggert | |
2003-10-15 | Sync with gnulib. | Jim Meyering | |
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2003-06-06 | Include <stdint.h> as an alternative to <inttypes.h>. | Jim Meyering | |
2000-08-07 | back out Copyright date changes for files with no changes year | Jim Meyering | |
2000-07-09 | update copyright date | Jim Meyering | |
1999-04-21 | Remove 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 computing | Jim 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 | |