Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering | |
2002-01-18 | (parse_obsolescent_option): Issue a warning for obsolete usage, | Jim Meyering | |
unless POSIXLY_CORRECT. | |||
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering | |
2002-01-18 | tweak copyright line | Jim Meyering | |
2002-01-18 | Fix tr so it no longer gets a failed assertion for [::] or [==]. | Jim Meyering | |
(xmemdup): Rename from `substr' and rewrite to take only pointer/length parameters. (build_spec_list): Update sole caller. Properly diagnose the invalid specs [::] and [==]. Pawel Prokop reported that `tr [::] _' elicits a failed assertion. | |||
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering | |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. (usage, main): Implement this. | |||
2002-01-16 | (ISDIGIT, S_ISVTX, S_IXUGO): Comment fix. | Jim Meyering | |
2002-01-16 | (_POSIX2_VERSION, POSIX2_VERSION): New macros. | Jim Meyering | |
2002-01-16 | add 2002 to Copyright line | Jim Meyering | |
2002-01-16 | tweak comment | Jim Meyering | |
2002-01-16 | add 2002 to Copyright line | Jim Meyering | |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, main): Implement this. | |||
2002-01-16 | add 2002 to Copyright line | Jim Meyering | |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, main): Implement this. | |||
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | |
support of obsolete "+" option syntax in sort, tail, and uniq. (usage, parse_obsolescent_option): Implement the above. | |||
2002-01-14 | Comment fixes to bring us up to date with respect to POSIX 1003.1-2001. | Jim Meyering | |
In particular, POSIX.2 is now obsolete. | |||
2002-01-14 | Comment fixes to bring us up to date with respect to POSIX 1003.1-2001. | Jim Meyering | |
In particular, POSIX.2 is now obsolete. | |||
2002-01-14 | Comment fixes to bring us up to date with respect to POSIX 1003.1-2001. | Jim Meyering | |
In particular, POSIX.2 is now obsolete. | |||
2002-01-14 | (mergefps): Fix bug when eliminating empty files. | Jim Meyering | |
2002-01-12 | (copy_reg): Don't treat errno==ENOENT as a special case. | Jim Meyering | |
(same_file_ok): Detect a case that would have lead to the errno==ENOENT condition above (and a misleading diagnostic), and return 0 so we give a diagnostic about the source and destination being the same file. (copy_internal): Use an explicit test for errno==EXDEV to detect that rename has failed because source and destination are on different devices. This reverts part of a change from 1997-12-13, and is to avoid letting a race condition evoke a bogus diagnostic. Note that while POSIX has encouraged the errno==EXDEV test for years, it was inadequate back in 1997. I'm hoping that many more systems have conforming support these days. Reported by Michael Gaughen <mgaughen@polyserve.com> | |||
2002-01-12 | (usage): Also mention Ext3. | Jim Meyering | |
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 | |