zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: "Zsh Hacker's List" <zsh-workers@sunsite.auc.dk>
Subject: Re: 3.1.6-pws-9 available, I hope
Date: Mon, 22 Nov 1999 07:51:52 +0000	[thread overview]
Message-ID: <991122075152.ZM18282@candle.brasslantern.com> (raw)
In-Reply-To: <rsqwvrbuqtk.fsf@crane.jaist.ac.jp>

On Nov 22, 12:51pm, Tanaka Akira wrote:
} Subject: Re: 3.1.6-pws-9 available, I hope
}
} I imported pws-9 and compared to last revision patched from bart-8.
} 
} This is summary of `cvs diff -r zsh-workers_8702 -r zsh-3_1_6-pws-9'.

A summary of differences from the version I have here:

* configure of -pws-9 has been built with a newer version of autoconf, so
  I got a lot of essentially no-op diff lines on that.

* In addition to 8501, configure.in is missing this change, suggested by
  Zefram but for which no patch was previously sent:

--- ./configure.in	Sun Nov 21 04:36:00 1999
+++ ../../zsh-3.1.6/configure.in	Sat Nov  6 22:39:21 1999
@@ -398,7 +398,7 @@
 AC_PROG_INSTALL             dnl Check for BSD compatible `install'
 AC_PROG_AWK                 dnl Check for mawk,gawk,nawk, then awk.
 AC_PROG_LN                  dnl Check for working ln, for "make install"
-AC_CHECK_PROGS([YODL], [yodl], [exit 0; yodl])
+AC_CHECK_PROGS([YODL], [yodl], [: yodl])
 
 dnl ------------------
 dnl CHECK HEADER FILES

* Only a nit, but there's an extraneous space in one spot in math.c:

--- ./Src/math.c	Sun Nov 21 15:00:36 1999
+++ ../../zsh-3.1.6/Src/math.c	Sat Nov 20 12:47:13 1999
@@ -367,7 +367,7 @@
 #ifdef USE_LOCALE
 		    setlocale(LC_NUMERIC, prev_locale);
 #endif
-		    if (ptr == nptr || *nptr == '.' ) {
+		    if (ptr == nptr || *nptr == '.') {
 			zerr("bad floating point constant", NULL, 0);
 			return EOI;
 		    }

* I have the same doubled paragraph in compsys.yo that -pws-9 has.  Based
  on my commitlogs, it was included in both 8639 and 8633.  (I can't check
  this against the archive easily, as 8639 is uuencoded.  Is there anyone
  who really still cares about the roughly 25% savings in size gained by
  doing gzip followed by uuencode?)  Did you fix this by hand, Tanaka?

* Otherwise, my differences are the same as those Tanaka reported.

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


  parent reply	other threads:[~1999-11-22  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-22  0:17 Peter Stephenson
1999-11-22  2:35 ` Geoff Wing
1999-11-22  3:09   ` Bart Schaefer
1999-11-22  3:51 ` Tanaka Akira
1999-11-22  6:56   ` Bart Schaefer
1999-11-22  7:51   ` Bart Schaefer [this message]
1999-11-22  8:27     ` Tanaka Akira
1999-11-22  9:56 Sven Wischnowsky

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=991122075152.ZM18282@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --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).