summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-08-31Add .rpm, .png, and .fli.Jim Meyering
1999-08-30(longopts): Restore accidentally-removed entry for `--portability' long option.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30split a long line.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
1999-08-29(isinteger): Move definition to precede use. Remove prototype.Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
1999-08-22(detect_loop): There's no loop if k->top is NULL.Jim Meyering
1999-08-22tweak commentJim Meyering
1999-08-22(check_file): Explain why we have separate `if' and `else'Jim Meyering
1999-08-22(check_file): Generate each line of output earlier,Jim Meyering
1999-08-22(ATTRIBUTE_NORETURN): Define.Jim Meyering
1999-08-22Use ATTRIBUTE_NORETURN instead of NO_RETURN_ATTRIBUTE.Jim Meyering
1999-08-22(run_shell): Declare with noreturn attribute.Jim Meyering
1999-08-22(main): Rename locals i and j.Jim Meyering
1999-08-22(validate_path): Use IF_LINT macro instead of #ifdef lint.Jim Meyering
1999-08-22(batch_convert): Use IF_LINT macro instead of #ifdef lint.Jim Meyering
1999-08-22(dump): Use IF_LINT macro instead of #ifdef lint...Jim Meyering
1999-08-22(paste_parallel): Use IF_LINT macro instead of #ifdef lint...Jim Meyering
1999-08-22(read_line): Use IF_LINT macro instead of #ifdef lint...Jim Meyering
1999-08-22(checkfp): Use IF_LINT macro instead of #ifdef lint...Jim Meyering
1999-08-22(usage): Correct bug-reporting email address.Jim Meyering
1999-08-22(IF_LINT): Define new macro.Jim Meyering
1999-08-22(md5_check): Remove trailing `\n' in error format.Jim Meyering
1999-08-22(SWAP_LINES): New macro.Jim Meyering
1999-08-22(writeline): Constify a char*.Jim Meyering
1999-08-22(cksum): Constify a char*.Jim Meyering
1999-08-22(parse_integer): Add `const' to char* parameter andJim Meyering
1999-08-22(check_file): Move declarations of local variablesJim Meyering
1999-08-21(usage): Remove the ` [-v]' from the Usage: line.Jim Meyering
1999-08-20(usage): Tweak --help output to make it more consistent with that of chgrp.Jim Meyering
1999-08-20(usage): Tweak --help output to make it more consistent with that of chown.Jim Meyering
1999-08-16This change is nearly identical to the chown.c change of 1998-05-24Jim Meyering
1999-08-16(groupname): Declare to be `const'.Jim Meyering
1999-08-15(ENOSYS): Define to a bogus value if not already defined.Jim Meyering
1999-08-10(usage): Add ls --quoting-style=locale.Jim Meyering
1999-08-08(usage): Clarify description of --time=WORD.Jim Meyering
1999-08-08(count_entry): Remove cast of savedir arg.Jim Meyering
1999-08-08(copy_dir): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_owner): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_mode): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_group): Remove cast of savedir arg.Jim Meyering
1999-08-06(Follow_mode): Remove comma at end of enumerator list.Jim Meyering