From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 974 invoked from network); 25 Aug 1998 18:31:39 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 25 Aug 1998 18:31:39 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id OAA19113; Tue, 25 Aug 1998 14:18:36 -0400 (EDT) Resent-Date: Tue, 25 Aug 1998 14:18:36 -0400 (EDT) From: "Bart Schaefer" Message-Id: <980825112115.ZM16178@candle.brasslantern.com> Date: Tue, 25 Aug 1998 11:21:15 -0700 X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@math.gatech.edu Subject: Time for zsh-3.1.5 ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"AtKh-3.0.ag4.y_lur"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4353 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Here's a list of all the changes I have to zsh-3.1.4. There have been a few others to port to or fix the build process on other platforms, which I didn't pick up. Some of these are fixes for fairly serious bugs; what's the prognosis for an official 3.1.5 appearing soon? Are there any of the following that are deemed unsuitable for inclusion in the next release? (Sorry I don't have all the article numbers.) __________ Fix "for subdir in $(SUBDIRS)" in clean.mk and config.mk, which broke bash. PWS's patches from zsh-workers 4209 and 4212 for POSIX character ranges in glob patterns. PWS's patch from 4172 to replace inerrflush() and discard_input() with herrflush() and to eliminate the lastc global entirely. This makes zsh discard all buffered input, rather than just up to the end of the current line, on a history or parse error. (Supercedes PWS's patch from 4095 for unintentional shell exit when `lastc' is incorrectly set.) PWS's patches from zsh-workers 4191 and 4196 to abort processing on parse errors except in interactive shells or init files (except in ksh mode). Bernd Eggink's patch from 4192 for mishandled "select" input. My patch to stop broken variants of "su" from sending zsh into the wrong emulation mode by providing a bogus argv[0]. PWS's patch from zsh-workers 4317 for improper local variable `unset'. Zefram's patch to handle years > 1999 correctly in ztrftime(). PWS's patch from zsh-workers 4250 to regenerate signal names on reconfigure. Goran Larsson's patch from zsh-workers 4105 to nul-terminate a string. My patch to fix "compctl -S ''" (make it work again). Sven's patch from 4147 for strange completinword behavior. Sven's patch from zsh-workers 4140 for starting menu completion following a compctl that uses -U. PWS's correction from zsh-workers 4128 of insertion of spaces when using completeinword and alwaystoend together. PWS's patch from zsh-workers 4124 for excess adding of slashes when completing. PWS's patch from zsh-workers 4315 for history search segfault. Wayne Davison's patch for spaceinline(). Wayne Davison's misc. up/down -line patches from zsh-workers 4086. Wayne Davison's patches from zsh-workers 4104 and (an earlier one whose number I've lost) to make history-search-backward more like the 3.0.5 version and to use zmult sensibly in the search functions (which previously ignored it). My patch to pass widget name and optionally zmult as parameters to user- defined widgets. My patch to fix error in handling of negated digit arguments. Sven's patch from zsh-workers 4283 to make optional the second string in r[] and R[] extended compctl patterns. My patch to wrap execzlefunc() in PERMALLOC { ... } LASTALLOC. My patch for excess "make" verbosity in compiling manpages and info. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com