mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID
This commit is contained in:
parent
38356d85ba
commit
518f437c68
4 changed files with 22 additions and 5 deletions
11
ChangeLog
11
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
|
||||
|
|
|
@ -15,8 +15,6 @@ integer ok
|
|||