diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-31 21:58:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-31 21:58:32 +0000 |
commit | 3f8f27929472cdd5ed78543e123b72aebe61b847 (patch) | |
tree | 9639b14791c57a5854643a98579de9a37645e5ef /ChangeLog | |
parent | 5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50 (diff) | |
download | zsh-3f8f27929472cdd5ed78543e123b72aebe61b847.tar.gz zsh-3f8f27929472cdd5ed78543e123b72aebe61b847.tar.xz zsh-3f8f27929472cdd5ed78543e123b72aebe61b847.zip |
11696: local readonly specials bugs fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5986061f3..8f91937f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-31 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> + + * 11696: Src/params.c: fix bugs reported in 10990 localising + readonly specials if they were integer or hashes that needed + copying. + 2000-05-31 Sven Wischnowsky <wischnow@zsh.org> * 11688: Completion/Commands/_complete_debug, |