zsh-workers
 help / color / mirror / code / Atom feed
* Announcement draft
@ 1996-07-31 21:11 Zoltan Hidvegi
  1996-07-31 22:15 ` Zefram
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Zoltan Hidvegi @ 1996-07-31 21:11 UTC (permalink / raw)
  To: Zsh workers list

I'd like to announce zsh-3.0-pre5 in a few newsgroups.  Here is my proposed
announcement.  Please tell me your opinions about that.

Zoltan


-----BEGIN PGP SIGNED MESSAGE-----

 Zsh version 3.0 is going to be released soon!
 ---------------------------------------------

The latest version is zsh-3.0-pre5.  It is much more stable than the last
production release, zsh-2.5.0.  More than a thousand bugs have been fixed
since the release of zsh-2.5.0 (although none counted) and several new
features were added.  Everyone using zsh-2.5.0 or earlier is encouraged to
upgrade.  Note that some incompatible changes have been made to zsh so
old scripts may have to be modified to run with zsh-3.0.

For those who do not know what it is:

The Z-shell, zsh is the most powerful freely available Unix command
interpreter.  It most resembles the Korn shell (ksh).  It includes

 * a very powerful command-line editor which can even be used to edit
   files

 * 102 options for customizing its behavior

 * very powerful filename globing which can do almost everything that
   find can do

 * fully programmable completion

 * spelling correction

 * powerful substitution features which can often be used instead of cut
   or sed

 * features to make C-shell (csh) users feel more at home and extra
   features drawn from tcsh (another `custom' shell).

Additionally zsh is probably one of the most portable program available
for Unix.  It uses GNU autoconf and it builds out of the box on most
systems.

Zsh can emulate the POSIX shell and the Korn shell quite well when it is
invoked as sh or ksh respectively.  /bin/sh can be safely linked to zsh.

The latest release, the zsh FAQ and documentation is available from the
following anonymous ftp sites.  The first is the official archive site.
The rest are mirror sites which are kept frequently up to date.  The sites
marked with a star may mirror ftp.math.gatech.edu instead of the primary
site.

   HUNGARY
      ftp://ftp.cs.elte.hu/pub/zsh/

   Australia
    * ftp://ftp.ips.oz.au/pub/packages/zsh/

   France
      ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/

   Germany
      ftp://ftp.uni-trier.de/pub/unix/shell/zsh/
      ftp://ftp.prz.tu-berlin.de/pub/unix/shells/zsh/
    * ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/

   Japan
      ftp://ftp.tohoku.ac.jp/mirror/zsh/
    * ftp://ftp.iij.ad.jp/pub/misc/zsh/

   Norway
    * ftp://ftp.uit.no/pub/unix/shells/zsh/

   Sweden
      ftp://ftp.lysator.liu.se/pub/unix/zsh/

   UK
      ftp://ftp.net.lut.ac.uk/zsh/

   USA
      ftp://ftp.math.gatech.edu/pub/zsh/
      ftp://uiarchive.cso.uiuc.edu/pub/packages/shells/zsh/
    * ftp://ftp.sterling.com/zsh/
    * ftp://ftp.rge.com/pub/shells/zsh/


Zoltan Hidvegi
Coordinator of the zsh development

My PGP public key is available from the above ftp sites (in pubring.pgp),
via finger -l hzoli@cs.elte.hu or from the key servers.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv

iQCVAwUBMf/LUAupSCiLN749AQGxngP+ODNsh6ZTmILDasUJgYSDReHxSfE1bC6m
I9kOh2Cmd11Rr1VY/EGvTxFhNByW8kfxsJpTcJgQtbXZTFW5f7ysFIg7GqzkfDLR
vfpqVww6JsbVQ94vTjhlFROsMlDDfuiuHSUHPDIxu/V0S34UpkdoYoDJKg9qQ2my
CRsesNSH8HY=
=osRE
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 26+ messages in thread
* Re: sh compatibility again :->
@ 1996-08-12 15:29 whukriede
  0 siblings, 0 replies; 26+ messages in thread
From: whukriede @ 1996-08-12 15:29 UTC (permalink / raw)
  To: zsh-workers

Hi!

Zoltan wrote:
> Andrej Borsenkow wrote:
>> 4. Traditional /bin/sh interprets `set -' as set +xv. It could be well
>> undocumented (it is not on our system) but still is so. Could anybody test
>> it on more than one systems? zsh silently sets positional parameters to
...
> OK.  I've changed that.  set - will be the same as set +xv and
> set - args will be the same as set +xv -- args.  This will not be
> documented since it is just an obsolecent compatibility feature and
> noone should use that.

Excerpt from the BSD 4.3 sh(1) manual page:

     set [-eknptuvx [arg ...]]

     ....

     -v Print shell input lines as they are read.
     -x Print commands and their arguments as they are exe-
        cuted.
     -  Turn off the -x and -v options.

Greetings, Wolfgang.


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~1996-08-12 15:48 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-31 21:11 Announcement draft Zoltan Hidvegi
1996-07-31 22:15 ` Zefram
1996-08-01  6:36 ` Bas V. de Bakker
1996-08-01  8:31   ` Peter Stephenson
1996-08-01  9:04     ` Running zsh as sh (Was: Announcement draft) Bas V. de Bakker
1996-08-01  9:10     ` Announcement draft Andrej Borsenkow
1996-08-01 13:49       ` Here docs Peter Stephenson
1996-08-01 14:07         ` Zoltan Hidvegi
1996-08-01 16:27           ` More Configure problems Peter Stephenson
1996-08-01 17:40             ` Peter Stephenson
1996-08-01 17:55               ` Zoltan Hidvegi
1996-08-01 21:03                 ` Zoltan Hidvegi
1996-08-01 23:30                   ` Zoltan Hidvegi
1996-08-02  8:32                   ` Peter Stephenson
1996-08-02 10:03                     ` Andrej Borsenkow
1996-08-02 13:29                       ` Zoltan Hidvegi
1996-08-02  1:03             ` Zefram
1996-08-01 14:42   ` Announcement draft Zoltan Hidvegi
1996-08-08 15:13 ` sh compatibility again :-> Andrej Borsenkow
1996-08-12  2:18   ` Zoltan Hidvegi
1996-08-12  4:36     ` Bart Schaefer
1996-08-12  5:00       ` Zefram
1996-08-12  6:01         ` Bart Schaefer
1996-08-12  6:34           ` Bart Schaefer
1996-08-12  6:20       ` Andrej Borsenkow
1996-08-12 15:29 whukriede

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).