zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: pws-18 is go
Date: Tue, 11 May 1999 16:50:31 +0200	[thread overview]
Message-ID: <9905111450.AA42215@ibmth.df.unipi.it> (raw)

http://www.ifh.de/~pws/computing/
-rw-r--r--  1 pws  quadrics  924653 May 11 17:03 zsh-3.1.5-pws-18.tar.gz
-rw-r--r--  1 pws  quadrics  374488 May 11 17:03 zsh-3.1.5-pws-18.doc.tar.gz
-rw-r--r--  1 pws  quadrics  750783 May 11 16:29 zsh-3.1.5-pws-18.tar.bz2
-rw-r--r--  1 pws  quadrics  252180 May 11 16:29 zsh-3.1.5-pws-18.doc.tar.bz2

This includes the large file support for SunOS, although Andrej's points
are all valid.  Note that setting CPPFLAGS by hand when runing configure
will disable it.  I hope the problems are small enough to allow upgrading
to full internal large file support gradually.  We should probably think
about handling integer shell parameters as 64 bit wherever this is
available by testing for long long or quad_t; the extra size is trivial
compared with the added convenience.

It doesn't include the patch to turn `incrementalappendhistory' into
`incappendhistory' to fit in the canonical size limits because I forgot,
sorry.  It's trivial and I'll do it now.

Changes:

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

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


             reply	other threads:[~1999-05-11 15:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-11 14:50 Peter Stephenson [this message]
1999-05-11 17:27 ` LFS notes " Andrej Borsenkow
1999-05-12  9:00   ` PATCH: " Peter Stephenson
1999-05-12  9:43     ` Andrej Borsenkow
1999-05-12 10:12       ` Peter Stephenson
1999-05-14  9:54     ` Andrej Borsenkow
1999-05-14 11:40       ` PATCH: try again: Re: LFS notes Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9905111450.AA42215@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).