From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id RAA06010 for ; Mon, 15 Apr 1996 17:06:50 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id CAA23277; Mon, 15 Apr 1996 02:48:35 -0400 (EDT) Resent-Date: Mon, 15 Apr 1996 02:31:15 -0400 (EDT) Message-Id: <199604150629.CAA11090@redwood.skiles.gatech.edu> X-Mailer: exmh version 1.6.6 3/24/96 To: zsh-announce@math.gatech.edu Subject: zsh-2.6-beta14 released Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Apr 1996 02:29:31 -0400 From: "Richard J. Coleman" Resent-Message-ID: <"x_m_P1.0.-b5.pqUSn"@euclid> Resent-From: zsh-announce@math.gatech.edu X-Mailing-List: archive/latest/25 X-Loop: zsh-announce@math.gatech.edu X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I've loaded zsh-2.6-beta14 into the main zsh archive. Richard Coleman (Coordinator, Zsh Development Group) zsh@math.gatech.edu (zsh e-mail) coleman@math.gatech.edu (general e-mail) ----------------------------------------------------------------- Changes are: * alias -L now prints `-- ' first if alias begins with `-'. Also changes reporter to use "alias -L". Also removed Log messages from reporter. From Zefram (712). * Printing was missing glob characters. From Zoltan (705). * Small rearrangement of function `source'. From rc. * Change zshall.x to use relative paths to other man pages. From Zefram and others. * Move code to hash whole directory into cmdnamtab to its own function `hashdir'. From rc. * Unbalanced stack in math expression could cause core dump. From Zoltan (879). * Tighten up security on temporary files. From Zoltan (881). * Make termbuf local rather than global. Only allocate static termbuf if tgetent will not accept NULL termbuf (and hence allocate its own). Add configure check for tgetent that accepts NULL termbuf. From Zoltan (878, 892). * Lots of refresh bugs fixed. From Mason (820,831,867,868). * Update configure to version 2.9. From rc * Add emptytable and filltable methods to hash tables. Changed fullhash and addusernames to be these methods for cmdnamtab and nameddirtab. From rc. * Convert named directories table from a link list to a hash table. From Zefram (711). -----------------------------------------------------------------