| Commit message (Expand) | Author | Age | Files | Lines |
* | `global' tables (registry, etc.) stored in proper place, not in the stack | Roberto Ierusalimschy | 2002-05-08 | 1 | -9/+10 |
* | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 2002-04-23 | 1 | -1/+2 |
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 1 | -1/+2 |
* | line trace uses `savedpc' to save last `pc' seen | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+1 |
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 1 | -2/+2 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -6/+2 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2002-03-07 | 1 | -5/+1 |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -3/+3 |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -12/+12 |
* | comments | Roberto Ierusalimschy | 2002-02-05 | 1 | -2/+2 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -2/+2 |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -2/+13 |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 1 | -1/+0 |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -0/+6 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -1/+5 |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 1 | -1/+2 |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -1/+21 |
* | reentrant implementation of garbage collection | Roberto Ierusalimschy | 2001-12-11 | 1 | -1/+2 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -10/+24 |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -4/+4 |
* | field G renamed to _G to avoid problemas with bugged macro-systems | Roberto Ierusalimschy | 2001-11-06 | 1 | -4/+4 |
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -2/+2 |
* | `Hash' -> `Table' | Roberto Ierusalimschy | 2001-10-25 | 1 | -4/+4 |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -3/+2 |
* | details | Roberto Ierusalimschy | 2001-10-02 | 1 | -2/+2 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -5/+7 |
* | more relaxed rules for syncronized access | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+9 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 |
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -19/+3 |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -6/+5 |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -5/+5 |
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -4/+4 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -4/+4 |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -11/+3 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+8 |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -7/+7 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -1/+2 |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -1/+21 |
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -3/+5 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -12/+23 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -3/+5 |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -4/+4 |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -3/+4 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+2 |
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -12/+2 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+1 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -18/+17 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -2/+1 |