zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Peter Stephenson <pws@csr.com>
Cc: Zsh Workers <zsh-workers@sunsite.dk>
Subject: Re: 4.0.6
Date: Thu, 15 Aug 2002 18:10:21 -0400	[thread overview]
Message-ID: <20020815221021.GA2824@dman.com> (raw)
In-Reply-To: <12293.1029326663@csr.com>

> Bart pointed out Karl Tomlinson's termcap/terminfo fix from 17482 should
> be in 4.0 and Thomas Stromberg sent a fix for _mount in 17542, so I have
> updated 4.0.5 to 4.0.6 and sent it to Sourceforge.

4.0.6 segfaults on startup for me (due to use of $terminfo in
/etc/zshrc); this patch seems to help:


Index: Src/Modules/terminfo.c
===================================================================
RCS file: /var/lib/cvs/debian/zsh/Src/Modules/terminfo.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 terminfo.c
--- Src/Modules/terminfo.c	14 Aug 2002 17:28:52 -0000	1.1.1.2
+++ Src/Modules/terminfo.c	15 Aug 2002 21:49:49 -0000
@@ -198,6 +198,8 @@
     {
 	pm->u.str = dupstring(tistr);
 	pm->flags |= PM_SCALAR;
+	pm->sets.cfn = NULL;
+	pm->gets.cfn = strgetfn;
     }
     else
     {


           reply	other threads:[~2002-08-15 22:10 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <12293.1029326663@csr.com>]

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=20020815221021.GA2824@dman.com \
    --to=clint@zsh.org \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.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).