diff options
author | Peter Stephenson <pws@zsh.org> | 2016-02-11 15:23:57 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-02-11 15:23:57 +0000 |
commit | 6d82ce161a760af4421c1153e78741bda95bf6b6 (patch) | |
tree | 3c47d24d82c798293e4a01eba16b74527cad950b /ChangeLog | |
parent | 10cf74deee142d1f02d12a76bc4eab2d224423f5 (diff) | |
download | zsh-6d82ce161a760af4421c1153e78741bda95bf6b6.tar.gz zsh-6d82ce161a760af4421c1153e78741bda95bf6b6.tar.xz zsh-6d82ce161a760af4421c1153e78741bda95bf6b6.zip |
37946: make rm * warnings more informative.
Now count files that would be deleted up to 100.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a549e1112..a6e3514fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-11 Peter Stephenson <p.stephenson@samsung.com> + + * 37946: Src/utils.c: make rm * warnings more informative about + files being deleted. + 2016-02-09 Peter Stephenson <p.stephenson@samsung.com> * 37893: Doc/Zsh/builtins.yo: document behaviour of typeset -U |