diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-06 11:36:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-06 11:36:02 +0000 |
commit | e43a5fc8ea0725501c6d743df4432cd8879d943b (patch) | |
tree | 24583436b3b3ecd09d4955c8dd08d0a62907156c /ChangeLog | |
parent | 4065dd5258d64f2f450a73c80cf2a394d56251da (diff) | |
download | zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.tar.gz zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.tar.xz zsh-e43a5fc8ea0725501c6d743df4432cd8879d943b.zip |
users/1097: rehash style for external commands
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 86f2bfa00..f5d738c1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-06 Peter Stephenson <pws@csr.com> + + * users/1097: Completion/Zsh/Type/_command_names, + Doc/Zsh/compsys.yo: rehash style for external commands. + 2006-03-03 Peter Stephenson <p.w.stephenson@ntlworld.com> * 22318: Src/builtin.c: uniquifying special arrays was broken. @@ -9,7 +14,7 @@ * 22317: Src/builtins.c, Src/exec.c: exiting the shell from code forked from within a function doesn't maintain the exit status. - + * 22277, 22281 plus tweaks: Src/exec.c, Src/jobs.c, Src/signals.c, Test/C03traps.ztst: standardize behaviour of using wait builtin with trapped signals. |