Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2002-11-22 | 1 | -5/+5 |
* | separated control over C recursion level | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+3 |
* | easier way to keep `base' correct | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+1 |
* | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 2002-11-21 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-11-18 | 1 | -6/+6 |
* | new representation for hooks (to allow asynchronous calls to sethook) | Roberto Ierusalimschy | 2002-11-18 | 1 | -2/+5 |
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -1/+17 |
* | new API for coroutines | Roberto Ierusalimschy | 2002-11-06 | 1 | -2/+3 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -11/+20 |
* | only one instance of registry and default metatable per global state | Roberto Ierusalimschy | 2002-10-22 | 1 | -12/+7 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -3/+3 |
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+2 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -9/+6 |
* | use a linear count for count hook | Roberto Ierusalimschy | 2002-08-12 | 1 | -2/+2 |
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -2/+14 |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -13/+2 |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -10/+21 |
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -6/+15 |
* | hook count is quadratic | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 2002-07-02 | 1 | -3/+3 |
* | `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 |