coreutils/NEWS

71 lines
3.6 KiB
Plaintext
Raw Normal View History

2002-12-15 00:29:11 +08:00
[4.5.5]
2003-01-22 23:55:21 +08:00
* rm on FreeBSD can once again remove directories from NFS-mounted file systems
2003-01-21 04:01:18 +08:00
* ls has a new option --dereference-command-line-symlink-to-dir, which
2003-01-21 04:17:06 +08:00
corresponds to the new default behavior when none of -d, -l -F, -H, -L
has been specified.
2003-01-15 20:24:04 +08:00
* ls dangling-symlink now prints `dangling-symlink'.
2003-01-21 04:17:06 +08:00
Before, it would fail with `no such file or directory'.
* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print
attributes of `symlink', rather than attributes of their referents.
2003-01-15 20:24:54 +08:00
* Fix a bug introduced in 4.5.4 that made it so that ls --color would no
longer highlight the names of files with the execute bit set when not
specified on the command line.
2003-01-15 20:24:04 +08:00
* shred's --zero (-z) option no longer gobbles up any following string
Before, `shred --zero file' would produce `shred: missing file argument',
and worse, `shred --zero f1 f2 ...' would appear to work, but would leave
the first file untouched.
2003-01-10 04:59:09 +08:00
* readlink: new program
2003-01-10 04:14:08 +08:00
* cut: new feature: when used to select ranges of byte offsets (as opposed
to ranges of fields) and when --output-delimiter=STRING is specified,
output STRING between ranges of selected bytes.
* rm -r can no longer be tricked into mistakenly reporting a cycle.
* when rm detects a directory cycle, it no longer aborts the entire command,
but rather just the affected command line argument.
2002-12-15 00:29:11 +08:00
2002-10-14 16:30:56 +08:00
[4.5.4]
2002-12-12 07:46:04 +08:00
* cp no longer fails to parse options like this: --preserve=mode,ownership
2002-12-02 17:31:04 +08:00
* `ls --color -F symlink-to-dir' works properly
2002-12-01 17:58:26 +08:00
* ls is much more efficient on directories with valid dirent.d_type.
2002-12-01 17:57:39 +08:00
* stty supports all baud rates defined in linux-2.4.19.
2002-11-25 00:58:50 +08:00
* `du symlink-to-dir/' would improperly remove the trailing slash
* `du ""' would evoke a bounds violation.
* In the unlikely event that running `du /' resulted in `stat ("/", ...)'
failing, du would give a diagnostic about `' (empty string) rather than `/'.
2002-11-06 17:21:59 +08:00
* printf: a hexadecimal escape sequence has at most two hex. digits, not three.
* The following features have been added to the --block-size option
and similar environment variables of df, du, and ls.
- A leading "'" generates numbers with thousands separators.
For example:
$ ls -l --block-size="'1" file
-rw-rw-r-- 1 eggert src 47,483,707 Sep 24 23:40 file
- A size suffix without a leading integer generates a suffix in the output.
For example:
$ ls -l --block-size="K"
-rw-rw-r-- 1 eggert src 46371K Sep 24 23:40 file
* ls's --block-size option now affects file sizes in all cases, not
2002-11-09 07:20:38 +08:00
just for --block-size=human-readable and --block-size=si. Fractional
sizes are now always rounded up, for consistency with df and du.
2002-11-06 17:21:59 +08:00
* df now displays the block size using powers of 1000 if the requested
block size seems to be a multiple of a power of 1000.
2002-11-10 21:33:04 +08:00
* nl no longer gets a segfault when run like this `yes|nl -s%n'
2002-12-12 07:46:04 +08:00
2002-10-06 14:34:55 +08:00
[4.5.3]
2002-10-13 14:04:38 +08:00
* du --dereference-args (-D) no longer fails in certain cases
2002-10-10 15:57:35 +08:00
* `ln --target-dir=DIR' no longer fails when given a single argument
2002-12-12 07:46:04 +08:00
2002-09-12 20:02:56 +08:00
[4.5.2]
2002-10-06 03:17:57 +08:00
* `rm -i dir' (without --recursive (-r)) no longer recurses into dir
2002-10-05 16:30:07 +08:00
* `tail -c N FILE' now works with files of size >= 4GB
2002-09-30 01:17:28 +08:00
* `mkdir -p' can now create very deep (e.g. 40,000-component) directories
2002-09-20 16:59:07 +08:00
* rmdir -p dir-with-trailing-slash/ no longer fails
2002-09-18 16:30:57 +08:00
* printf now honors the `--' command line delimiter
2002-09-18 16:31:16 +08:00
* od's 8-byte formats x8, o8, and u8 now work
2002-09-12 20:02:56 +08:00
* tail now accepts fractional seconds for its --sleep-interval=S (-s) option
2002-12-12 07:46:04 +08:00
2002-08-14 21:44:19 +08:00
[4.5.1]
2002-09-01 00:02:41 +08:00
* du and ls now report sizes of symbolic links (before they'd always report 0)
2002-08-02 22:49:52 +08:00
* uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1.
2002-08-04 21:48:07 +08:00
This package is the union of the following:
2002-08-26 18:04:05 +08:00
textutils-2.1, fileutils-4.1.11, sh-utils-2.0.15.