Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-13 | . | Jim Meyering | |
2002-01-13 | *** empty log message *** | Jim Meyering | |
2002-01-13 | *** empty log message *** | Jim Meyering | |
2002-01-13 | Tweak to work with the programs in diffutils. | Jim Meyering | |
2002-01-12 | . | Jim Meyering | |
2002-01-12 | . | Jim Meyering | |
2002-01-12 | *** empty log message *** | Jim Meyering | |
2002-01-12 | *** empty log message *** | 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 | *** empty log message *** | Jim Meyering | |
2002-01-12 | *** empty log message *** | Jim Meyering | |
2002-01-12 | (shred invocation): List some journaled filesystems. | Jim Meyering | |
2002-01-12 | (usage): Also mention Ext3. | Jim Meyering | |
2002-01-12 | s/the the/the/ in a comment | Jim Meyering | |
2002-01-09 | *** empty log message *** | Jim Meyering | |
2002-01-08 | *** empty log message *** | Jim Meyering | |
2002-01-08 | (long_time_format): Extended translator comments. | Jim Meyering | |
2002-01-06 | update from master | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | (version_etc_copyright): Update copyright year. | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | . | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-05 | add another test | Jim Meyering | |
2002-01-05 | *** empty log message *** | Jim Meyering | |
2002-01-02 | (install-data-yes, uninstall-data-yes): | Jim Meyering | |
Install the LC_TIME locale category as an alias for LC_MESSAGES. This fixes a bug introduced in the 2001-09-22 upgrade to gettext 0.10.40. | |||
2001-12-31 | . | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | (main): With -r, always dereference symlinks. | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | . | Jim Meyering | |
2001-12-29 | *** empty log message *** | Jim Meyering | |
2001-12-29 | (TESTS): Add r-vs-symlink. | Jim Meyering | |
2001-12-28 | . | Jim Meyering | |
2001-12-21 | Use notation compatible with SI and with IEC 60027-2. | Jim Meyering | |
For example, --block-size=1MB now means --block-size=1000000, whereas --block-size=1MiB now means --block-size=1048576. A trailing `B' now means decimal, not binary; this is a silent change. -H or --si now outputs the trailing 'B', for consistency with this. Programs now output trailing 'K' (not 'k') to mean 1024. New df, du short option -B is short for --block-size. You can omit an integer `1' before a block size suffix, e.g. `df -BG' is equivalent to `df -B 1G' and to `df --block-size=1G'. Document the above. Remove documentation for obsolescent constructs MD, --kilobytes, -m or --megabytes. | |||
2001-12-21 | *** empty log message *** | Jim Meyering | |
2001-12-21 | *** empty log message *** | 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 | *** empty log message *** | Jim Meyering | |
2001-12-20 | *** empty log message *** | 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-20 | *** empty log message *** | Jim Meyering | |
2001-12-20 | (close_stdout_status): If ferror (stdout), do | Jim Meyering | |
not silently exit merely because the output buffer happens to have nothing pending. | |||
2001-12-19 | *** empty log message *** | Jim Meyering | |
2001-12-19 | Add FSF copyright notice. | Jim Meyering | |