Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-24 | Include new "xstrtol.h", not "xstrtoul.h". | Jim Meyering | |
1999-04-24 | Include new "xstrtol.h", not "xstrtoul.h". | Jim Meyering | |
(struct control) [repeat]: Declare as uintmax_t, not int. (struct control) [lines_required]: Likewise. (handle_line_error): Use human_readable to print lines_required. (parse_repeat_count): Parse a uintmax_t. (parse_patterns): Parse a uintmax_t. | |||
1999-04-24 | Include new "xstrtol.h", not "xstrtoul.h". | Jim Meyering | |
1999-04-24 | Include new "xstrtol.h", not "xstrtoul.h". | Jim Meyering | |
Change all U_LONG_LONG to uintmax_t. (head_lines): Move a couple dcls into an inner scope. (string_to_integer): Rename from string_to_ull. | |||
1999-04-23 | import latest | Jim Meyering | |
1999-04-22 | *** empty log message *** | Jim Meyering | |
1999-04-22 | (word32): Don't use `#error'; it runs afoul of SunOS 4.1.4 cc. | Jim Meyering | |
1999-04-22 | *** empty log message *** | Jim Meyering | |
1999-04-22 | Guard strong_alias and weak_alias with #ifdef _LIBC. | Jim Meyering | |
1999-04-22 | Don't bother with pot-mail anymore -- Francois needs merely the URL. | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | *** empty log message *** | 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-21 | Update to glibc 2.1.1 version. | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | (jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | Jim Meyering | |
1999-04-21 | (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | Jim Meyering | |
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | (jm_AC_TYPE_UINTMAX_T): Move unsigned long | Jim Meyering | |
long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |||
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | Jim Meyering | |
Replace xstroull if necessary. | |||
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | update comment | Jim Meyering | |
1999-04-21 | <xstrtol.h>: Include this, not xstrtoul.h. | Jim Meyering | |
<human.h>: Include. Use uintmax_t in place of unsigned long. Use human_readable to convert to strings for printing. | |||
1999-04-21 | . | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | . | Jim Meyering | |
1999-04-21 | *** empty log message *** | Jim Meyering | |
1999-04-21 | Port to AIX and HP-UX. Support cross-compilation. | Jim Meyering | |
1999-04-20 | <config.h>: Include first, since it can do | Jim Meyering | |
things like #define const, and this must be done before including any system headers. | |||
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 | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | (main): Restore `+' in getopt_long string. Otherwise, | Jim Meyering | |
commands like `seq 10 -2 0' wouldn't work. From Andreas Schwab. | |||
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | (b_host): Remove /pub suffix. | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | (my-distcheck): Use AMTAR, not TAR. | Jim Meyering | |
1999-04-19 | . | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | . | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |
1999-04-19 | *** empty log message *** | Jim Meyering | |