diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 17:22:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 17:22:17 +0000 |
commit | b6d1d7414f90576409509c45d95961ab6e292bd2 (patch) | |
tree | 077074b6c2409b464ca5be8d95a4f1b543cb45d0 /ChangeLog | |
parent | 461a9bdf9f4e8dcefcb1316d5ddef61f214e3740 (diff) | |
download | zsh-b6d1d7414f90576409509c45d95961ab6e292bd2.tar.gz zsh-b6d1d7414f90576409509c45d95961ab6e292bd2.tar.xz zsh-b6d1d7414f90576409509c45d95961ab6e292bd2.zip |
25735: use zstat to get canonical name for symbolic links
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1b4108802..2ca77bf9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-03-26 Peter Stephenson <pws@csr.com> + * 25753 (after various previous attempts): + Completion/Unix/Type/_canonical_paths: use zstat to find + canonical name for symbolic links. + * c.f. 24741: Doc/Zsh/mod_stat.yo: loading zstat builtin was misdocumented. |