summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-25<inttypes.h>: Include it here instead.Jim Meyering
<config.h>: Include it here too.
1999-04-25Don't include inttypes.h here.Jim Meyering
1999-04-25[NDEBUG]: Remove definition.Jim Meyering
1999-04-25*** empty log message ***Jim Meyering
1999-04-25*** empty log message ***Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24(print_entry): Use `#if', not `#ifdef HAVE_UT_HOST'.Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24.Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24.Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24*** empty log message ***Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-24Include 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-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-24Include 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-23import latestJim 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-22Guard strong_alias and weak_alias with #ifdef _LIBC.Jim Meyering
1999-04-22Don'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-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-21Update 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 longJim Meyering
long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1999-04-21*** empty log message ***Jim Meyering
1999-04-21Require 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-21update commentJim 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-21Port to AIX and HP-UX. Support cross-compilation.Jim Meyering