Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.0.6 hanged in freejob from TRAPCHLD



Bart wrote:
> This plus the possibility of interrupting the copy from the saved state
> back to the globals is the need for queue_signals() inside lexrestore().

Eww. Wouldn't it perhaps be easier and better in the long run to replace
this whole save/restore/globals concept with non-global structs and make
all the lexer functions take a pointer to the relevant instance of the
struct.

Oliver



Messages sorted by: Reverse Date, Date, Thread, Author