Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-16 | Convert --backup to take an optional argument. | Jim Meyering | |
Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg. | |||
1999-10-09 | Accept new option: --target-directory=DIR | Jim Meyering | |
(TARGET_DIRECTORY_OPTION): Define. (usage): Describe it. (main): Implement it. Make code clearer: use new variable `n_files' in place of `argc - optind'. Use `file' instead of `argv + optind'. | |||
1999-10-04 | (__attribute__): Wrap with #ifndef __attribute__. | Jim Meyering | |
1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering | |
be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI. | |||
1999-10-03 | (TARGET_DIRECTORY_OPTION): Define. | Jim Meyering | |
(usage): Describe it. (main): Implement it. Remove unused variable, stdin_tty. Make code clearer: use new variable `n_files' in place of `argc - optind'. Use `file' instead of `argv + optind'. | |||
1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering | |
Do the same for other config.h macros like CLOSEDIR_VOID and MAJOR_*. | |||
1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering | |
1999-09-19 | (siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED. | Jim Meyering | |
Change lots of count and index variables to be of unsigned type. (dd_copy): Add new unsigned variable, n_bytes_read, in place of many uses of `nread'. | |||
1999-09-19 | (__attribute__): Define. | Jim Meyering | |
(ATTRIBUTE_NORETURN): Remove #else clause. (ATTRIBUTE_UNUSED): Define. | |||
1999-09-09 | (usage): Remove misleading sentence in --help output. | Jim Meyering | |
From Karl Heuer. | |||
1999-09-08 | Remove declaration of xstrdup. | Jim Meyering | |
1999-09-02 | Remove xstrdup declaration. | Jim Meyering | |
1999-09-02 | Remove xstrdup declaration. | Jim Meyering | |
1999-09-02 | Remove xstrdup declaration. | Jim Meyering | |
1999-09-02 | Remove xstrdup declaration. | Jim Meyering | |
1999-09-01 | Remove declaration of xstrdup. | Jim Meyering | |
1999-08-31 | Add .rpm, .png, and .fli. | Jim Meyering | |
From Andres Soolo. | |||
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-30 | split 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 | |
Include "xstrtol.h". (isinteger): Remove function and prototype. (main): Use xstrtol in place of atoi. Remove associated FIXME comments. | |||
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-22 | tweak comment | Jim 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 | (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 | (ATTRIBUTE_NORETURN): Define. | Jim Meyering | |
1999-08-22 | Use ATTRIBUTE_NORETURN instead of NO_RETURN_ATTRIBUTE. | 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 | (main): Rename locals i and j. | Jim Meyering | |
Use IF_LINT macro instead of #ifdef lint... | |||
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 | |