diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-14 19:22:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-14 19:22:50 +0000 |
commit | bd98640cd86d90e4303482cde41dbbeb6690180d (patch) | |
tree | 738aec3e6e4e649a4ce4d902379bbc00184f1a83 | |
parent | c16bd9bbb644536a0316844d208e54b7b99c4a77 (diff) | |
download | coreutils-bd98640cd86d90e4303482cde41dbbeb6690180d.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ GNU coreutils NEWS -*- outline -*- cut's --output-delimiter=D option works with abutting byte ranges. + du no longer segfaults when a subdirectory of an operand + directory is removed while du is traversing that subdirectory. + echo now conforms to POSIX better. It supports the \0ooo syntax for octal escapes, and \c now terminates printing immediately. If POSIXLY_CORRECT is set and the first argument is not "-n", echo now |