zsh-workers
 help / color / mirror / code / Atom feed
* New patch available for 3.0.6-pre-1
@ 1999-04-25  7:01 Bart Schaefer
  1999-04-25  7:51 ` Geoff Wing
  1999-04-25 13:28 ` Peter Stephenson
  0 siblings, 2 replies; 3+ messages in thread
From: Bart Schaefer @ 1999-04-25  7:01 UTC (permalink / raw)
  To: zsh-workers

I've made up a a second pre-patch for 3.0.6, which carries the version number
3.0.6-pre-1.  It requires the previous patch, if starting from 3.0.5 source.
	ftp://ftp.brasslantern.com/pub/zsh/zsh-3.0.5-3.0.6-pre-0.diff
	ftp://ftp.brasslantern.com/pub/zsh/zsh-3.0.6-pre-0-pre-1.diff

Remember that after applying patches to 3.0.5, you must "touch stamp-h.in"
before running configure to prevent make from attempting to rerun autoconf
and autoheader.

Checksums on the latest diff:

(BSD)  64755    95
(SYSV) 1818 190 zsh-3.0.6-pre-0-pre-1.diff

I'd appreciate feedback from anyone who grabs it and applies it.  The man
pages and info doc should now be in sync. (At least, all the same changes
have been applied to each since the 3.0.5 sources; discrepancies older
than that haven't been checked.)  With the one exception noted below, I
believe the doc to be up to date with respect to the code, and I folded
in the meta-information from 3.1.5-pws-15 so it should also be reasonably
accurate with respect to the Web.

Things that aren't done yet:

* The latest FAQ document isn't included; I'll grab the one from -pws-16
  when that appears.

* If any documentation change is needed for PWS's patches to the typeset
  builtin (zsh-workers 4914), it isn't done yet.  There were doc changes
  for the 3.1.5 version of the patches, but I haven't parsed out whether
  all the same code changes were made.  Peter, save me some time?

* I haven't changed any of the zsh.h "if (!foo) {;} else bar" macros (see
  ChangeLog).

* I haven't included Tatsuo Furukawa's zle_refresh.c changes, pending
  feedback from Geoff.

* I haven't done anything with Greg Badros's color completion patches;
  anybody have anything further to say about that?

* I haven't deleted the RCS $Id$ keywords, but I'm going to unless a lot
  of people object.

Here are the new ChangeLog entries since -pre-0:

+ 1999-04-25 05:56  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Doc/zsh.texi, Doc/zshbuiltins.man, Doc/zshexpn.man,
+ 	Doc/zshmisc.man: Copy some new parameter expansion text from
+ 	3.1.5-pws-15, and do a few other parameter expansion fixes; fix a
+ 	couple of awkward sentences; copy doc for print_eight_bit into
+ 	zsh.texi; fix some cross-references among the man pages.
+ 
+ 1999-04-24 23:52  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Doc/zsh.texi: Incorporate changes to various meta-info from the
+ 	3.1.5-pws-15 documentation.
+ 
+ 1999-04-24 22:07  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Src/init.c, Src/params.c, Src/utils.c: Adapt zsh-workers 5783 and
+ 	5844 to 3.0.5 to correctly propagate errflag out of zerr() even in
+ 	some noerrs cases.
+ 
+ 1999-04-24 06:12  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Src/builtin.c, Src/exec.c, Src/glob.c, Src/hist.c, Src/input.c,
+ 	Src/jobs.c, Src/lex.c, Src/params.c, Src/parse.c, Src/subst.c,
+ 	Src/utils.c, Src/watch.c, Src/zle_main.c, Src/zle_refresh.c,
+ 	Src/zle_tricky.c: Most of Wayne Davison's big compiler warning
+ 	elimination patch, from the URL he posted in zsh-workers 6072. 
+ 	Some lines that got wider than 80 columns have been reformatted,
+ 	and the braces around single-line macro calls are not included
+ 	(because I intend to fix the macros themselves if possible).
+ 
+ 1999-04-24 06:05  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Src/zle_tricky.c: Sven fixes for completion in $((...)) and for a
+ 	potential core dump when building completion lists from internal
+ 	hash tables; adapted by Sven from zsh-workers 5564 and 5799.
+ 
+ 1999-04-21 16:50  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Etc/CONTRIBUTORS: Patch in a few changes from the 3.1.5 version
+ 	of this file.
+ 
+ 1999-04-21 15:29  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* Src/utils.c: PWS fix for interrupting a query, zsh-workers 5364
+ 	(follow-up to 5281).
+ 
+ 	* configure.in: PWS noticed a problem with the configure.in test
+ 	for typeahead clobber.
+ 
+ 1999-04-21 08:46  Bart Schaefer <schaefer@zsh.org>
+ 
+ 	* README, META-FAQ: Update to match the 3.1.5 version.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


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

* Re: New patch available for 3.0.6-pre-1
  1999-04-25  7:01 New patch available for 3.0.6-pre-1 Bart Schaefer
@ 1999-04-25  7:51 ` Geoff Wing
  1999-04-25 13:28 ` Peter Stephenson
  1 sibling, 0 replies; 3+ messages in thread
From: Geoff Wing @ 1999-04-25  7:51 UTC (permalink / raw)
  To: zsh-workers

Bart Schaefer <schaefer@brasslantern.com> typed:
:* I haven't included Tatsuo Furukawa's zle_refresh.c changes, pending
:  feedback from Geoff.

What do you mean "pending feedback from Geoff."?  I sent feedback a 
whole three minutes before you posted this!  :-)

:-- 
:Bart Schaefer                                 Brass Lantern Enterprises
:http://www.well.com/user/barts              http://www.brasslantern.com
:
:
:-- 
:Bart Schaefer                                 Brass Lantern Enterprises
:http://www.well.com/user/barts              http://www.brasslantern.com

Double sigs!

Alrighty, time to start downloading and testing.

Regards,
-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0413 431 874 <<<new
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


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

* Re: New patch available for 3.0.6-pre-1
  1999-04-25  7:01 New patch available for 3.0.6-pre-1 Bart Schaefer
  1999-04-25  7:51 ` Geoff Wing
@ 1999-04-25 13:28 ` Peter Stephenson
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 1999-04-25 13:28 UTC (permalink / raw)
  To: zsh-workers

"Bart Schaefer" wrote:
> * If any documentation change is needed for PWS's patches to the typeset
>   builtin (zsh-workers 4914), it isn't done yet.  There were doc changes
>   for the 3.1.5 version of the patches, but I haven't parsed out whether
>   all the same code changes were made.  Peter, save me some time?

I can't get through to the archive at the moment (and I don't have anything
like enough space to store all the patches here), but if I remember right
I deliberately didn't make any user-visible changes for the 3.0.5 version
of the patch.

-- 
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


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

end of thread, other threads:[~1999-04-25 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-25  7:01 New patch available for 3.0.6-pre-1 Bart Schaefer
1999-04-25  7:51 ` Geoff Wing
1999-04-25 13:28 ` Peter Stephenson

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).