diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-05-12 14:58:43 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-05-12 14:58:43 +0000 |
commit | 518f437c687bca33aeb4ae804a0b82c1f63ea148 (patch) | |
tree | 5e207617a9c430c739d9b15301ac6b921382180f /ChangeLog | |
parent | 38356d85ba1c3417aaade2f742fcccca2286ec26 (diff) | |
download | zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.gz zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.xz zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.zip |
22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d3c0df53..1841df4ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-05-12 Peter Stephenson <pws@csr.com> + + * unposted: Doc/Zsh/params.yo: improve documentation for $$ + and $PPID. + + * unposted: Doc/Zsh/compsys.yo: document that _list_files + uses the builtin state, c.f. 22440. + + * 22440: Completion/Unix/Type/_list_files: loaded zsh/stat + if not needed, which screwed up external stat programmes. + 2006-05-05 Wayne Davison <wayned@users.sourceforge.net> * unposted: Completion/Unix/Command/_bzr: fixed the completion |