about summary refs log tree commit diff
path: root/patchlist.txt
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-05-12 04:49:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-05-12 04:49:46 +0000
commitea0ddb0fc6073be3d7d289e59b083f564dbd761f (patch)
treed1e3f1be8624d47e7e8a75838f9e84885a17a484 /patchlist.txt
parent53d36e795b26a945048e7a87a1a91224f8e1663a (diff)
downloadzsh-ea0ddb0fc6073be3d7d289e59b083f564dbd761f.tar.gz
zsh-ea0ddb0fc6073be3d7d289e59b083f564dbd761f.tar.xz
zsh-ea0ddb0fc6073be3d7d289e59b083f564dbd761f.zip
Diffstat (limited to 'patchlist.txt')
-rw-r--r--patchlist.txt66
1 files changed, 65 insertions, 1 deletions
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