[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] LuaThreads 1.0.1 (for Lua 5.0-work0)
- From: Tom Wrensch <twrensch@...>
- Date: Fri, 5 Jul 2002 09:52:06 -0700 (PDT)
On Thu, 4 Jul 2002, Roberto Ierusalimschy wrote:
> - error handling ("pcall" won't get an "errf" parameter)
Hmm, how will you support error handling then?
> - lua_setglobals/lua_getglobals (now, each Lua function has it own
> global table)
Good! This should ease a number of minor problems I was having.
> - hooks: there will be only one hook function, which can be called in
> several different events (calls, returns, line change, instruction
> count).
I guess this is the answer to my first question?
- Tom Wrensch