Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: test patches
- X-seq: zsh-workers 3101
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hacking and development)
- Subject: Re: test patches
- Date: Fri, 9 May 1997 01:49:46 -0700
- In-reply-to: <199705090742.DAA09847@xxxxxxxxxx>
- References: <199705090742.DAA09847@xxxxxxxxxx>
On May 9, 3:42am, Zoltan Hidvegi wrote:
} Subject: test patches
}
} I have made an other change I'm not completely sure about.
While we're on that subject, when did integer-typed variables start to
prefix their values with their base?
E.g. I had some old, working shell functions that assumed that:
zsh% typedef -i 16 x
zsh% x=255
zsh% echo $x
FF
But I happened to run one of those functions in 3.0.3-test4 and got `16#FF'
instead of `FF'. Everything else was downhill from there. Is there some
way to prevent this behavior? (Other than the bizarre-looking ${x#*#}.)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.nbn.com/people/lantern
Messages sorted by:
Reverse Date,
Date,
Thread,
Author