diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-14 11:57:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-14 11:57:08 +0000 |
commit | e6f14352d61721db83b46e0e56c4d19b731fed95 (patch) | |
tree | 7bf7741f5c63b956dde1bfbbdc2da8d587ce2a7d /ChangeLog | |
parent | 4af11dc57a6f3d1c8f0ed412f6f11cf835edcf4e (diff) | |
download | zsh-e6f14352d61721db83b46e0e56c4d19b731fed95.tar.gz zsh-e6f14352d61721db83b46e0e56c4d19b731fed95.tar.xz zsh-e6f14352d61721db83b46e0e56c4d19b731fed95.zip |
28037: improved error messages for module autoloads
of math functions and builtins
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 300bef279..d053c39d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-06-14 Peter Stephenson <pws@csr.com> + * 28037: Src/exec.c, Src/math.c, Src/module.c, + Test/V01zmodload.ztst: improved error messages for autoloading + math functions and builtins (but not conditions). + * 28010: configure.ac, Src/compat.c: use getcwd() as fallback if zgetcwd() fails. @@ -13285,5 +13289,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5002 $ +* $Revision: 1.5003 $ ***************************************************** |