diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-11-03 23:40:21 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-11-03 23:40:21 +0000 |
commit | 42f096be3422e46695798a01c7571bf0515ef1d6 (patch) | |
tree | c7e3332dfda9c8d0e07948006e0293340a7c17df | |
parent | c43a6be917e0eafbaac49971b97408d366c5a5a4 (diff) | |
download | zsh-42f096be3422e46695798a01c7571bf0515ef1d6.tar.gz zsh-42f096be3422e46695798a01c7571bf0515ef1d6.tar.xz zsh-42f096be3422e46695798a01c7571bf0515ef1d6.zip |
16094,16158,16201,16215 (see log entries)
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 24d7a4db1..45d244e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2001-11-03 Bart Schaefer <schaefer@zsh.org> + + * 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 <opk@zsh.org> * unposted: Functions/Prompts/prompt_oliver_setup, |