diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-06 22:38:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-06 22:38:47 +0000 |
commit | f30af94885279cae22ea0c60f74c5444490a3be9 (patch) | |
tree | 32a2479657bc37030fb3833d1c1546dc0fcd8d45 /ChangeLog | |
parent | d6c4e4c6922ecf2dd57b66729c7cbf593d0db6bd (diff) | |
download | zsh-f30af94885279cae22ea0c60f74c5444490a3be9.tar.gz zsh-f30af94885279cae22ea0c60f74c5444490a3be9.tar.xz zsh-f30af94885279cae22ea0c60f74c5444490a3be9.zip |
27357: fix compiler warnings in attr module
27358: fix error if $0 altered in sourced file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 55f558e75..0026f6b4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-11-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27358: Src/builtin.c: error if $0 was altered within + a sourced file. + + * 27357: Src/Modules/attr.c: fix compiler warnings + 2009-11-06 Peter Stephenson <pws@csr.com> * Frank Terbeck: 27353: Functions/VCS_Info/VCS_INFO_bydir_detect, @@ -12301,5 +12308,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4803 $ +* $Revision: 1.4804 $ ***************************************************** |