Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: Resuming the running coroutine makes it unyieldable | Roberto Ierusalimschy | 2013-11-08 | 1 | -2/+3 |
* | BUG: stack overflow in vararg functions with many fixed | Roberto Ierusalimschy | 2013-04-19 | 1 | -4/+11 |
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+673 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -516/+0 |
* | BUG: debug hooks may get wrong when mixed with coroutines | Roberto Ierusalimschy | 2006-06-05 | 1 | -3/+4 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -9/+8 |
* | small bug | Roberto Ierusalimschy | 2005-10-23 | 1 | -2/+5 |
* | small bug when debugging dead threads | Roberto Ierusalimschy | 2005-10-14 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2005-10-06 | 1 | -6/+4 |
* | detail | Roberto Ierusalimschy | 2005-09-09 | 1 | -2/+2 |
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -18/+14 |
* | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 2005-08-22 | 1 | -7/+7 |
* | small improvements | Roberto Ierusalimschy | 2005-08-22 | 1 | -28/+24 |
* | small changes (to easy integration with Coco) | Roberto Ierusalimschy | 2005-08-09 | 1 | -15/+16 |
* | better recovery at panic | Roberto Ierusalimschy | 2005-07-11 | 1 | -15/+32 |
* | detail | Roberto Ierusalimschy | 2005-06-13 | 1 | -2/+1 |
* | better control for compatibility code for varargs | Roberto Ierusalimschy | 2005-06-13 | 1 | -2/+3 |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -5/+5 |
* | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 |
* | better tests for correctness of `savedpc' | Roberto Ierusalimschy | 2005-05-03 | 1 | -1/+2 |
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 1 | -2/+5 |
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 1 | -1/+3 |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -2/+2 |
* | call limit may be larger than shorts | Roberto Ierusalimschy | 2005-03-18 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+2 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -12/+12 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -12/+12 |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+2 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+2 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 |
* | added an `L' parameter to macros L_TRY & L_THROW (someone may need it). | Roberto Ierusalimschy | 2004-12-01 | 1 | -3/+3 |
* | removal of unused variable | Roberto Ierusalimschy | 2004-09-22 | 1 | -3/+1 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -18/+14 |
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 1 | -12/+22 |
* | two bugs related to varargs | Roberto Ierusalimschy | 2004-09-03 | 1 | -5/+9 |
* | new macro `lua_threadyield' + lock stuff in `luaconf.h' + details | Roberto Ierusalimschy | 2004-06-02 | 1 | -6/+6 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -23/+43 |
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -12/+18 |
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -2/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -18/+4 |
* | details | Roberto Ierusalimschy | 2004-03-24 | 1 | -2/+2 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -17/+18 |
* | comments | Roberto Ierusalimschy | 2003-11-11 | 1 | -2/+2 |
* | it's ok to dump functions with upvalues | Roberto Ierusalimschy | 2003-10-20 | 1 | -2/+5 |
* | detail | Roberto Ierusalimschy | 2003-10-20 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2003-10-03 | 1 | -3/+3 |
* | bug: cannot invalidate a running coroutine | Roberto Ierusalimschy | 2003-09-05 | 1 | -9/+21 |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -14/+8 |
* | new auxiliary function `luaH_setstr' | Roberto Ierusalimschy | 2003-08-26 | 1 | -4/+3 |
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 1 | -4/+6 |