summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-26 15:37:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-26 15:37:54 +0000
commit461a9bdf9f4e8dcefcb1316d5ddef61f214e3740 (patch)
tree2b23491fb6dcbf4214969e4a5f95774e6b57b4db
parent24736: a couple more tests failing on Solaris (diff)
downloadzsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.gz
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.bz2
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.lz
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.xz
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.zst
zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.zip
24741: loading zstat builtin was misdocumented
-rw-r--r--ChangeLog7
-rw-r--r--Doc/Zsh/mod_stat.yo2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ebe46c53..1b4108802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-03-26 Peter Stephenson <pws@csr.com>
+ * c.f. 24741: Doc/Zsh/mod_stat.yo: loading zstat builtin was
+ misdocumented.
+
+ * 24736: Test/A02alias.ztst, Test/D07multibyte.ztst:
+ tests failing with "foo" in the path and with inscrutable
+ numeric sorting with NUMERIC_GLOB_SORT unset.
+
* unposted: Config/version.mk: 4.3.5-dev-2.
2008-03-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo
index 21c750e34..df1ef9037 100644
--- a/Doc/Zsh/mod_stat.yo
+++ b/Doc/Zsh/mod_stat.yo
@@ -18,7 +18,7 @@ manref(stat)(2)). The same command is provided with two names; as
the name tt(stat) is often used by an external command it is recommended
that only the tt(zstat) form of the command is used. This can be
arranged by loading the module with the command `tt(zmodload -F zsh/stat
-zstat)'.
+b:zstat)'.
If the tt(stat) call fails, the appropriate system error message
printed and status 1 is returned.