Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-08 | (long_time_format): Extended translator comments. | Jim Meyering | |
2001-12-29 | (main): With -r, always dereference symlinks. | Jim Meyering | |
2001-12-21 | [!HAVE_CONFIG_H]: Remove block of code that duplicated | Jim Meyering | |
code in lib/ for compiling this program without config.h. | |||
2001-12-21 | (usage): Deprecate --kilobytes. Document size suffixes. | Jim Meyering | |
2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering | |
(long_options, usage, main): Add -B. (usage): Deprecate --kilobytes, -m, --megabytes. Document size suffixes. (print_header, show_dev): Enlarge column widths for trailing "B". | |||
2001-12-21 | (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'. | Jim Meyering | |
(long_options, usage, main): Add -B. (usage): Deprecate --kilobytes, -m, --megabytes. Document size suffixes. | |||
2001-12-21 | (usage, parse_integer): Prefer K to k for 1024. | Jim Meyering | |
2001-12-20 | (usage, specify_sort_size): Accept 'K' (which is | Jim Meyering | |
now preferred, as it connotes 1024) as well as 'k'. | |||
2001-12-19 | Add FSF copyright notice. | Jim Meyering | |
2001-12-19 | (xstrtoumax): If there is no number but there | Jim Meyering | |
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. Accept 'K' as well as 'k'. | |||
2001-12-17 | (usage): Remove strap `)' in --help output. | Jim Meyering | |
2001-12-16 | use generated fs_name function | Jim Meyering | |
2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. Split --help output into smaller pieces. Use fputs, not printf. | |||
2001-12-15 | from Marcus Brinkmann | Jim Meyering | |
2001-12-13 | (wc): Use ISSPACE and iswspace in addition to hard-coding | Jim Meyering | |
the ASCII space character. | |||
2001-12-11 | (main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | split long line | Jim Meyering | |
2001-12-11 | (change_file_mode, main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (change_file_owner): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (re_protect): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | Include the word `fail' in some diagnostics to make it clearer | Jim Meyering | |
that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (buggy_lseek_support): Remove function. | Jim Meyering | |
(skip_via_lseek) [__linux__]: New function. (skip): Use skip_via_lseek, not buggy_lseek_support. | |||
2001-12-03 | (usage): Don't split translatable strings in the middle of a sentence. | Jim Meyering | |
2001-12-03 | (usage): Merge lone "\n" into adjacent string. | Jim Meyering | |
2001-12-03 | (usage): Merge lone "\n" into adjacent string. | Jim Meyering | |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. | |||
2001-12-02 | *** empty log message *** | Jim Meyering | |
2001-12-02 | (touch): Extend the change of 2001-09-15 to work on | Jim Meyering | |
systems for which errno is set to EPERM in that case. Thus, e.g., `touch /' by non-root gives a better diagnostic on systems like SunOS4. | |||
2001-12-02 | Don't emulate dd's skip=N for *all* character devices; lseek works | Jim Meyering | |
just fine on non-tape character devices like /dev/mem and /dev/kmem. (buggy_lseek_support) [__linux__]: Emulate `skip=N' behavior using reads, not lseek for Linux tape devices (major == 9). Kernel lseek support for tapes is broken, up to and including linux-2.4.16. Reported by Herbert Xu. | |||
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering | |
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION. | |||
2001-12-01 | Rename just-added macros. Here are the new names: | Jim Meyering | |
HELP_OPTION_DESCRIPTION VERSION_OPTION_DESCRIPTION | |||
2001-12-01 | (EMIT_HELP_DESCRIPTION): New macro. | Jim Meyering | |
(EMIT_VERSION_DESCRIPTION): New macro. | |||
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. | |||
2001-11-27 | The change of 2001-11-01 introduced a bug whereby some recursive | Jim Meyering | |
listings didn't have a blank line between per-directory groups of files. (print_dir): Print a newline before each directory name except the first one, rather than after each except the last, since now (after the changes of 2001-11-01) detecting whether a `pending*' is the last would involve more work. Reported by Andreas Schwab. This change has no net effect. (main): Remove always-true conjunct and add a comment. | |||
2001-11-27 | (SET_MODE) [O_BINARY]: Call setmode, not set_mode. | Jim Meyering | |
2001-11-26 | Don't include "gtod.h" | Jim Meyering | |
(main): Don't `call' GETTIMEOFDAY_INIT. | |||
2001-11-26 | (cat): Don't test whether the full_write return value (of type size_t) | Jim Meyering | |
is less than 0. Reported by Nelson H. F. Beebe, as a warning from Irix 6.5's C compiler. | |||
2001-11-26 | *** empty log message *** | Jim Meyering | |
2001-11-25 | (usage): Indent --help and --version strings to start in the 7th column. | Jim Meyering | |
2001-11-25 | (usage): Indent --help and --version strings to start in the 7th column. | Jim Meyering | |
2001-11-24 | (usage): Make --help and --version strings start in column 7. | Jim Meyering | |
2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering | |
for short options too.'' | |||
2001-11-23 | (usage): Use `output', not `print' in description of | Jim Meyering | |
the --version option, so this message is consistent with all the rest. | |||
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | |
descriptions are alone in their own string. | |||
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering | |
Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too. | |||
2001-11-23 | (main): Don't split string in the middle of sentence. | Jim Meyering | |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering | |
Use fputs, not printf. | |||
2001-11-23 | Use opaque type, Hash_table, not `struct hash_table'. | Jim Meyering | |
2001-11-22 | (cp_option_init): Likewise. | Jim Meyering | |
(do_copy): Call src_info_init. |