From ea0ddb0fc6073be3d7d289e59b083f564dbd761f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 12 May 1999 04:49:46 +0000 Subject: pws-18 --- patchlist.txt | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) (limited to 'patchlist.txt') diff --git a/patchlist.txt b/patchlist.txt index faeade93b..3c88576c2 100644 --- a/patchlist.txt +++ b/patchlist.txt @@ -1012,7 +1012,71 @@ pws: 6165: globsubst'd foo='~/bin' depended on extendedglob being set Sven: 6167: show unloaded parameters as undefined -Bart: 6171 as rewritten in 6174: old RedHat Linux doesn't have normall +Bart: 6171 as rewritten in 6174: old RedHat Linux doesn't have normal definitions for poll. pws: 6180: Completion/Core/compinstall + + pws-18 + +Bart: 6188: compinit speedup + +pws: 6193: [un]setopt shouldn't complain when setting an unsettable option +to the value it already has + +Sven: 6194: complete assoc array arguments by default where necessary + +Sven: 6195: _expand_word and _correct_word change. + +Sven: 6197: off by one error parsing assignment in completion + +pws: 6202: trivial _correct_filename change, ^Xc -> ^XC + +pws: 6205: use FIONREAD wherever defined, read chars immediately into +buffer + +Bart: 6213: race condition in $(...), use waitforpid() instead of +unblocking child (which shouldn't happen until later). + +Tanaka Akira: 6219: initialize a variable in zle_tricky.c + +Wayne: 6220: various compilation warnings + +pws: 6224: alter 6205 to read chars only when necessary, but ensure +terminal is set appropriately. + +pws: 6227: configuration for large file support (from bash aclocal.m4). + +pws: 6235: unset -m shouldn't restore unset parameters; unsetting a global +should remove it from paramtab even inside a function. + +Wayne: 6236: history changes to improve management of duplicate lines, +incremental history read/write, and sharing history + +pws: 6237: window size code upgraded from 3.0.6-pre2, plus Bart's patch +4447. + +pws: 6238: Wayne's share_history option set in ksh emulation + +pws: 6239: need space after incrementalappendhistory for kshoptionprint + +pws: 6240: a pipeline ending in a builtin didn't attach to the tty pgrp. + +Wayne: 6241: history editing can use foreign history commands; history +appended in hend() instead of hbegin() + +Sven: 6046: nested parameter expansions can return either arrays or +scalars. + +pws: 6246: doc changes for 6046, plus subscripts done properly + +Sven: 6249: fix for 6046 (problem showed up with $(...)) + +Wayne: 6255: more history: zle toggle between local/global history; `zle +widget' can now take a direct numeric argument; small tweaks + +pws: 6257: rewrite 6240 for any old builtin structure after the pipeline + +pws: 6258: yet another attempt at the same problem + +pws: 6259: second version of compinstall -- cgit 1.4.1