summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-04-24.Jim Meyering
1996-04-24.Jim Meyering
1996-04-24(find_backup_file_name): Constify decls of formal parameters.Jim Meyering
1996-04-24(find_backup_file_name, max_backup_version, make_version_name,Jim Meyering
version_number, concat): Constify decls of formal parameters.
1996-04-24.Jim Meyering
1996-04-24[HAVE_LCHOWN]: Define chown to lchown.Jim Meyering
1996-04-24[chown]: Move definition up a little.Jim Meyering
1996-04-24[HAVE_LCHOWN]: Define chown to lchown.Jim Meyering
1996-04-24[HAVE_LCHOWN]: Define chown to lchown.Jim Meyering
1996-04-24[HAVE_LCHOWN]: Define chown to lchown.Jim Meyering
1996-04-24.Jim Meyering
1996-04-24(main): Declare to return int, not void.Jim Meyering
1996-04-24(main): Declare to return int, not void.Jim Meyering
1996-04-24(usage): Add missing close paren and open paren.Jim Meyering
1996-04-24.Jim Meyering
1996-04-24(su_SOURCES): Remove getopt.c and getopt1.c.Jim Meyering
(EXTRA_DIST): Add getopt.c and getopt1.c
1996-04-24.Jim Meyering
1996-04-24.Jim Meyering
1996-04-22.Jim Meyering
1996-04-22(usage): Use FIRST, LAST consistently in description.Jim Meyering
1996-04-22(usage): Describe new %V format.Jim Meyering
1996-04-22.Jim Meyering
1996-04-22(usage): Reflect that now --no-sync is the default.Jim Meyering
1996-04-22New version from gettext-0.10.12.Jim Meyering
1996-04-22(md5_check): Remove spurious `\n' at end of error format string.Jim Meyering
1996-04-21(decode_one_format): Use printf's L modifier for long doubles,Jim Meyering
not `l'. From Eric Backus.
1996-04-21Include <values.h>.Jim Meyering
[!BITSPERBYTE]: Define. [OFF_T_MAX]: Use BITSPERBYTE, not 8, and cast the result to off_t.
1996-04-21.Jim Meyering
1996-04-21.Jim Meyering
1996-04-21Include xstrtol.h.Jim Meyering
[!BITSPERBYTE]: Define. [!UID_T_MAX]: Define. [!GID_T_MAX]: Define. (get_ids): Use xstrtol, not atoi. (is_number): Remove now-unused function.
1996-04-21Remove obsolete FIXME.Jim Meyering
1996-04-21(decode_switches): Replace two more atoi uses with xstrtol.Jim Meyering
1996-04-21(decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic.Jim Meyering
1996-04-21(decode_switches): Clean up last change.Jim Meyering
[posix_pedantic]: Don't consider TABSIZE environment variable.
1996-04-21(decode_switches): Use xstrtol, not atoi.Jim Meyering
Detect and ignore invalid value for COLUMNS environment variable. In error about invalid TABSIZE, don't reference optarg!
1996-04-21.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message. From Karl Berry.Jim Meyering
1996-04-21(usage): Improve help message.Jim Meyering
Enclose message strings in _(). From Karl Berry.
1996-04-20.Jim Meyering
1996-04-20.Jim Meyering
1996-04-20.Jim Meyering
1996-04-20No longer call sync by default.Jim Meyering
1996-04-20(main): Make separation of case for n_files == 0 more clear.Jim Meyering
1996-04-19.Jim Meyering
1996-04-19(copy_reg): Rearrange arithmetic in conditional to avoidJim Meyering
integer overflow with large files.
1996-04-19(basename): Rewrite so it doesn't rely on strrchr,Jim Meyering
and hence doesn't need to include string.h -- on some alpha-based OSF systems, there's a conflicting prototype for basename in string.h. Reported by Kaveh Ghazi.
1996-04-19.Jim Meyering
1996-04-19.Jim Meyering
1996-04-19(main): Make code clearer: use new variable `n_files' inJim Meyering
place of `argc - optind'. Use `file' instead of `argv + optind'.