summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-08-22*** empty log message ***Jim Meyering
1999-08-22.Jim Meyering
1999-08-22tweak commentJim Meyering
1999-08-22(check_file): Explain why we have separate `if' and `else'Jim Meyering
blocks when the code in the else block could handle both cases.
1999-08-22*** empty log message ***Jim Meyering
1999-08-22(check_file): Generate each line of output earlier,Jim Meyering
when possible. It is possible when using none of these options: --count, -repeated, --all-repeated, --unique. Based on a patch from Ian Turner. (check_file): Move declarations of local variables into the scopes where used. (min): Remove macro definition. (different): Use MIN, not min. (SWAP_LINES): New macro. (check_file): Use it here.
1999-08-22.Jim Meyering
1999-08-22*** empty log message ***Jim Meyering
1999-08-22*** empty log message ***Jim Meyering
1999-08-22Escape backslashes so tr's manual comes out right.Jim Meyering
Reported by Andreas Schwab.
1999-08-22*** empty log message ***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*** empty log message ***Jim Meyering
1999-08-22(run_shell): Declare with noreturn attribute.Jim Meyering
Use an explicit exit(1) rather than doing that through error.
1999-08-22*** empty log message ***Jim Meyering
1999-08-22(main): Rename locals i and j.Jim Meyering
Use IF_LINT macro instead of #ifdef lint...
1999-08-22*** empty log message ***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
(main): Likewise.
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
(mergefps): Likewise.
1999-08-22(usage): Correct bug-reporting email address.Jim Meyering
(tsort): Remove trailing `\n' in error format.
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
(check_file): Use it here. [really remove min macro, this time]
1999-08-22(writeline): Constify a char*.Jim Meyering
1999-08-22(cksum): Constify a char*.Jim Meyering
1999-08-22*** empty log message ***Jim Meyering
1999-08-22(parse_integer): Add `const' to char* parameter andJim Meyering
add a separate `suffix' variable.
1999-08-22(check_file): Move declarations of local variablesJim Meyering
into the scopes where they're used. (min): Remove macro definition. (different): Use MIN, not min.
1999-08-21*** empty log message ***Jim Meyering
1999-08-21(usage): Remove the ` [-v]' from the Usage: line.Jim Meyering
1999-08-20import latestJim Meyering
1999-08-20*** empty log message ***Jim Meyering
1999-08-20*** empty log message ***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-18paste --delimiters: add missing `='Jim Meyering
1999-08-18stty --file: add missing `='Jim Meyering
1999-08-18*** empty log message ***Jim Meyering
1999-08-18(AC_SYS_LARGEFILE): Fix typo: missing commaJim Meyering
in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
1999-08-17*** empty log message ***Jim Meyering
1999-08-17source input-tty instead of open-coding itJim Meyering
1999-08-17(EXTRA_DIST): Add input-tty.Jim Meyering
1999-08-17*** empty log message ***Jim Meyering
1999-08-17*** empty log message ***Jim Meyering
1999-08-17.Jim Meyering