summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-18 16:33:52 +0000
committerJim Meyering <jim@meyering.net>1995-10-18 16:33:52 +0000
commite74c290ac78e49ec1d7542cfde35d035de9e0b64 (patch)
tree1ff0d580ceae99842ceb002cf988912f1d31f510 /old/fileutils
parent5ea57c875d16ea94563618c20e89b597c01faee7 (diff)
downloadcoreutils-e74c290ac78e49ec1d7542cfde35d035de9e0b64.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 1922d5f0c..bbee8b146 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -6,9 +6,13 @@ User-visible changes in release 3.13:
* `ls -c' does what it's supposed to
* all programs include program name in --version output
* `ls --quote-name' works
-* fix bug in the way mv determined whether src and dest are the same file
+* mv properly determines whether src and dest are the same file
+ Before, it could (though with very low probability) fail to do the move,
+ reporting that distinct source and destination are the same file.
* du --dereference (-L) works with directory symlinks
* du works on SunOS 4 systems even when accounting is enabled
+* many programs that convert strings to integers now use strtol or strtoul
+ and detect overflow
User-visible changes in release 3.12:
* None.
User-visible changes in release 3.11: