summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-05-06 14:52:27 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-05-06 14:52:27 +0000
commitb8d144ca45f14265eb4f20c4f1e793a361cd0d71 (patch)
tree67fb6c3dbfc706833511c65a345ca3b4183c8067
parentd3454531d454c322493faa24195b102ac7522988 (diff)
downloadzsh-b8d144ca45f14265eb4f20c4f1e793a361cd0d71.tar.gz
zsh-b8d144ca45f14265eb4f20c4f1e793a361cd0d71.zip
Assorted previously-uncommitted patches (16613, 16032, doc tweak).
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93577efac..99eb61917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,19 @@
* 17078: Completion/Base/Utility/_describe: fix _arguments' -s
option
+2002-05-04 Bart Schaefer <schaefer@zsh.org>
+
+ * 16613 (modified): acconfig.h, zshconfig.ac, Src/init.c: detect
+ variant tgetent() return value and test for it correctly.
+
+ * unposted; based on 16032: Src/exec.c, Src/glob.c, Src/subst.c:
+ split tokenize() into a second function shtokenize() and a static
+ function zshtokenize() which implements both of them; tokenize()
+ ignores SH_GLOB, shtokenize() respects it.
+
+ * unposted: Doc/Zsh/options.yo: explain the effect of unreadable
+ directories in PATH, etc., on the CORRECT option.
+
2002-05-03 Oliver Kiddle <opk@zsh.org>
* 17072; based on 17066 (Danek Duvall):