From 42f096be3422e46695798a01c7571bf0515ef1d6 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 3 Nov 2001 23:40:21 +0000 Subject: 16094,16158,16201,16215 (see log entries) --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24d7a4db1..45d244e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2001-11-03 Bart Schaefer + + * 16215: Src/subst.c: save and restore mult_isarr in singsub() + in case of nested substitution via getoutput(). + + * 16201: Src/params.c, Src/utils.c, Src/zsh.h: introduce the + PM_NAMEDDIR flag to mark parameters for which a value change + should be reflected in the named directory table. + + * 16158: Src/utils.c: interpret TAB as "yes" only in spckword(), + not in getquery() which is also used by other callers. + + * 16094: Src/compat.c: zopenmax() shouldn't return the true limit + on the number of descriptors, as that might be a very large number + and we really only care about the highest-numbered descriptor that + is already open. + 2001-11-02 Oliver Kiddle * unposted: Functions/Prompts/prompt_oliver_setup, -- cgit 1.4.1