zsh-workers
 help / color / mirror / code / Atom feed
From: Helmut Jarausch <jarausch@IGPM.Rwth-Aachen.DE>
To: zsh-workers@math.gatech.edu
Subject: buglet
Date: Fri, 22 Jan 1999 12:47:23 +0100 (CST)	[thread overview]
Message-ID: <jarausch-990122124722.A02733@numa1> (raw)

Version zsh-3.1.5-pws-4-P  plus all patches upto 4944
need the following tiny patch (to compile on SGI)

Helmut.


diff -cr zsh-3.1.5-pws-4-P.OLD/Src/builtin.c zsh-3.1.5-pws-4-P/Src/builtin.c
*** zsh-3.1.5-pws-4-P.OLD/Src/builtin.c	Fri Jan 22 10:41:14 1999
--- zsh-3.1.5-pws-4-P/Src/builtin.c	Fri Jan 22 11:07:34 1999
***************
*** 790,796 ****
  	    zsfree(remnode(dirstack, dir));
  	return NULL;
      }
!     if (dest != getdata(dir)) {
  	zsfree(getdata(dir));
  	setdata(dir, dest);
      }
--- 790,796 ----
  	    zsfree(remnode(dirstack, dir));
  	return NULL;
      }
!     if (dest != (char*)getdata(dir)) {
  	zsfree(getdata(dir));
  	setdata(dir, dest);
      }
***************
*** 1989,1995 ****
  		puts(wd ? ": none" : " not found");
  		returnval = 1;
  	    }
! 	} else if ((cnam = findcmd(*argv))) {
  	    /* Found external command. */
  	    if (wd) {
  		printf("%s: command\n", *argv);
--- 1989,1995 ----
  		puts(wd ? ": none" : " not found");
  		returnval = 1;
  	    }
! 	} else if ((cnam = findcmd(*argv,0))) {
  	    /* Found external command. */
  	    if (wd) {
  		printf("%s: command\n", *argv);





             reply	other threads:[~1999-01-22 11:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-22 11:47 Helmut Jarausch [this message]
1999-01-22 12:33 ` buglet 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=jarausch-990122124722.A02733@numa1 \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=zsh-workers@math.gatech.edu \
    /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).