diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-10-16 17:19:18 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-10-16 17:19:18 +0000 |
commit | 5437faa28c0cf86c7241f523909ce33ad4839672 (patch) | |
tree | 6f18a5cfe4047d32986ff3a7714ec1178929e3c3 /ChangeLog | |
parent | 6cdd20e367e465bdc70e0616aa2dfbcfd05b1222 (diff) | |
download | zsh-5437faa28c0cf86c7241f523909ce33ad4839672.tar.gz zsh-5437faa28c0cf86c7241f523909ce33ad4839672.tar.xz zsh-5437faa28c0cf86c7241f523909ce33ad4839672.zip |
Merge assorted patches from the dev. version, as approved by PWS.
Read ChangeLog for details.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d01e1d2c7..3e9a711db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2001-10-16 Bart Schaefer <schaefer@zsh.org> + + * 15812: Doc/Zsh/zle.yo: Cross-reference parameters used by ZLE. + + * 15702: Doc/Zsh/expn.yo: Alphabetize (mostly) parameter flag + descriptions; fix a couple of typos; parameter rule #12. + + * 15676: Test/A01grammar.ztst, Test/A05execution.ztst, + Test/C02cond.ztst, Test/D04parameter.ztst, Test/E01options.ztst, + Test/E02xtrace.ztst, Test/Y01completion.ztst, + Test/Y03arguments.ztst: Tweak %prep sections to exit sooner on + certain failures (by adding blank lines). Other whitespace-only + changes. Avoid [[ ! -r ... ]] test when running as root, as it + always fails in that case. Test `typeset -ft' (function trace). + + * 15488: Doc/Zsh/expn.yo: More index entry cleanup. Reorder the + description section to look less as if it has two menus in info + and to add some cross-references. + + * 15375: Doc/Zsh/options.yo: Explain the effect of CORRECT on + HASH_CMDS et al. + + * 15198 (adapted): Completion/Zsh/Context/_tilde: Return nonzero + if no matches are found. + + * 15060: Test/Y01completion.ztst, Test/Y02compmatch.ztst, + Test/Y03arguments.ztst, Test/comptest: Abandon the tests during + the %prep section if the zpty module can't be loaded. + + * 15057: Src/exec.c: PRINT_EXIT_VALUE for shell functions, too. + + * Andrej: 15038: Test/A01grammar.ztst: test case for 15023. + (unposted) fix a couple of typos in test decriptions + + * 15023, 15027: Src/parse.c: Accept newlines before the "in" + keyword in "for" and "select", per POSIX. + 2001-10-15 Clint Adams <clint@zsh.org> * 15094: Functions/Prompts/prompt_clint_setup: @@ -27,6 +64,12 @@ Test/C02cond.ztst: allow dynamic loading to work on MacOS X if the dlcompat library is installed. +2001-10-11 Bart Schaefer <schaefer@zsh.org> + + * 16013: Src/exec.c: Properly save/restore state around the + DEBUG trap, so that its return value does not alter the return + value of current command (among other things). + 2001-10-08 Oliver Kiddle <opk@zsh.org> * 15983: Completion/Unix/Command/_user_admin, |