Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zselect builtin.
- X-seq: zsh-workers 17132
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: zselect builtin.
- Date: Mon, 13 May 2002 11:06:27 +0200
- In-reply-to: <28863.1020880155@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <26624.1020878625@xxxxxxx> <28863.1020880155@xxxxxxx>
Peter Stephenson wrote:
> ...
>
> This isn't quite right; normal function execution doesn't work quite
> that way. What is happening is I have a function that sets a trap,
> which gets restored because of the localtraps option. Freeing a trap
> does use freeeprog, with the described behaviour. So it's less
> disastrous, and I can probably avoid using local traps, but would still
> be nice to fix.
Yes, it would be. It was mostly a pretty simple-minded attempt to
ensure that we don't free stuff too early. I'm not sure where a better
place is to put the calls to free*, though.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author