summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-26(isodigit): Remove unused macro.Jim Meyering
(mode, cp_option_init, DIR_MODE): Use proper mode_t types and macros. Don't assume the traditional Unix values for mode bits.
1999-04-26(S_ISUID, S_ISGID, S_ISVTX, S_IRWXU, S_IRWXG, S_IRWXO):Jim Meyering
Define if not defined. (CHMOD_MODE_BITS): New macro.
1999-04-26(open_maybe_create): Don't pass 0666 to open; it's not needed and isn'tJim Meyering
guaranteed to be portable.
1999-04-26Use proper mode_t types and macros.Jim Meyering
Don't assume the traditional Unix values for mode bits.
1999-04-26Use proper mode_t types and macros.Jim Meyering
Don't assume the traditional Unix values for mode bits.
1999-04-26Use proper mode_t types and macros.Jim Meyering
Don't assume the traditional Unix values for mode bits.
1999-04-26(main): Revert last change.Jim Meyering
Instead, loop on `optind < argc' to protect use of argv[optind].
1999-04-26revert last changeJim Meyering
1999-04-26.Jim Meyering
1999-04-26(main): Handle the case in which seq is given no args.Jim Meyering
1999-04-25*** empty log message ***Jim Meyering
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.