Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: more problems w/ irix
- X-seq: zsh-workers 2409
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: more problems w/ irix
- Date: Thu, 14 Nov 1996 15:08:42 +0000 (GMT)
- Cc: rjones@xxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199611141001.LAA19816@xxxxxxxxxxxx> from "Peter Stephenson" at Nov 14, 96 11:01:54 am
>I have a horrible feeling all that OPEN_MAX stuff was actually
>irrelevant... struct multio can only hold MAXREDIRECT redirections,
>normally 16; trying <* where there are more than 16 expanded files
>simply isn't supposed to work. I've added the test and now it won't
>work. I've documented this.
I've been meaning to do something about that for a while now.
>If <muffled but entirely audible whimper> anyone wants to remove the
>limit, it would be possible to make the fds member a pointer, and
>enlarge it as necessary.
I think the neatest way to handle it may be the struct hack, as the
multios are already malloced.
> I have little enthusiasm. It's a rather
>inefficient way of processing a lot of files anyway.
It's a nice syntax. If it's grossly inefficient, we should improve the
code; being built in to the shell it *ought* to be more efficient than
execing cat, at least for small files.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author