diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 15:37:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 15:37:54 +0000 |
commit | 461a9bdf9f4e8dcefcb1316d5ddef61f214e3740 (patch) | |
tree | 2b23491fb6dcbf4214969e4a5f95774e6b57b4db /ChangeLog | |
parent | a34d483b8d8913ae11654c2b49598ef46ee2bdd4 (diff) | |
download | zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.gz zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.tar.xz zsh-461a9bdf9f4e8dcefcb1316d5ddef61f214e3740.zip |
24741: loading zstat builtin was misdocumented
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 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> |