diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-10 14:07:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-10 14:07:59 +0000 |
commit | 8650ea82a47f21c34706a6d2b813302e69be4c1c (patch) | |
tree | 25f0d1a179a9cc292c2ee2c555b943ddd6f70881 | |
parent | 5c2d34512114ad76b5a6934cd22f3f577509b65a (diff) | |
download | coreutils-8650ea82a47f21c34706a6d2b813302e69be4c1c.tar.xz |
.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,6 +136,8 @@ GNU coreutils NEWS -*- outline -*- permissions like =xX and =u, and did not properly diagnose some invalid strings like g+gr, ug,+x, and +1. These bugs have been fixed. + csplit could produce corrupt output, given input lines longer than 8KB + dd now computes statistics using a realtime clock (if available) rather than the time-of-day clock, to avoid glitches if the time-of-day is changed while dd is running. Also, it avoids |