kc3-lang/gnulib/lib/xstrtoumax.c

Branch :


Log

Author Commit Date CI Message
89f2b489 2000-08-07 15:48:18 back out Copyright date changes for files with no changes year
d349992d 2000-07-09 07:22:43 update copyright date
5cda9cf9 1999-04-21 04:28:36 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.
93627d90 1999-04-20 13:24:14 (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.
953ff42a 1999-04-19 00:20:36 *** empty log message ***