Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zstrtol/strtol breakage
- X-seq: zsh-workers 61
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: zstrtol/strtol breakage
- Date: Thu, 01 Jun 1995 16:47:34 -0400
I'm trying to figure out what to do about the
zstrtol/strtol breakage. My first question is
on which platforms is this broken? I know about
Solaris and SunOS, but are there others? If it is
broken, then the command
echo {1..10}
will give
{1..10}
rather than
1 2 3 4 5 6 7 8 9 10
You should be using beta8 or beta9 to see this
(if you have a broken strtol).
If only Sun is showing this breakage, then I'll probably
write a configure test for this. If this is just me
misunderstanding the man page for strtol, then I'll
just put zstrtol back.
rc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author