Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-2.6-beta14 released
- From: "Richard J. Coleman" <coleman@xxxxxxxxxxxxxxx>
- To: zsh-announce@xxxxxxxxxxxxxxx
- Subject: zsh-2.6-beta14 released
- Date: Mon, 15 Apr 1996 02:29:31 -0400
I've loaded zsh-2.6-beta14 into the main zsh archive.
Richard Coleman (Coordinator, Zsh Development Group)
zsh@xxxxxxxxxxxxxxx (zsh e-mail)
coleman@xxxxxxxxxxxxxxx (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).
-----------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author