zsh-users
 help / color / mirror / code / Atom feed
From: Helmut Jarausch <jarausch@IGPM.Rwth-Aachen.DE>
To: kristiag@stud.math.ntnu.no
Cc: zsh-users@math.gatech.edu
Subject: Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2
Date: Mon, 2 Nov 1998 12:03:46 +0100 (CST)	[thread overview]
Message-ID: <jarausch-981102120345.A05697@numa1> (raw)
In-Reply-To: <19981102103233.A1700@stud.math.ntnu.no>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Kristian Gjøsteen wrote
>> I did some debugging and found that a typtab array came out differently
>> in the two versions. So with the following patch, zsh-3.1.5 seems to
>> work on IRIX 6.2 using said MIPSpro compiler. Now, obviously, this is
>> just silly and should not be used, but I hope this can point others in
>> the right direction. I do not have time to debug this further.
>> 
>> --- /Stores/stash/zsh/src-3.1.5-local/Src/utils.c       Thu Oct 15 23:46:01 1998
>> +++ utils.c     Mon Nov  2 09:43:16 1998
>> @@ -2387,6 +2387,8 @@
>>         typtab[STOUC(*s)] |= ISPECIAL;
>>      if (isset(BANGHIST) && bangchar && interact && isset(SHINSTDIN))
>>         typtab[bangchar] |= ISPECIAL;
>> +    typtab[0] = 4640;
>> +    typtab[32] = 10284;
>>  }
>>  
>>  /**/

Hey, that SOLVES the problem here.  Many thanks!!!




--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany




      reply	other threads:[~1998-11-02 11:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-30 17:30 Helmut Jarausch
1998-10-30 18:27 ` Zefram
1998-10-30 20:18   ` Anthony.Iano-Fletcher
1998-10-30 21:24     ` Thomas Ziehmer [RHRK]
1998-10-30 23:39   ` Roland Jesse
1998-10-30 23:56     ` RoboHak
1998-11-01  8:56       ` Roland Jesse
1998-11-01 18:13         ` Bart Schaefer
1998-11-02  9:30         ` Zefram
1998-11-02  9:32         ` kristiag
1998-11-02 11:03           ` Helmut Jarausch [this message]

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-981102120345.A05697@numa1 \
    --to=jarausch@igpm.rwth-aachen.de \
    --cc=kristiag@stud.math.ntnu.no \
    --cc=zsh-users@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).