Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+2 |
* | new facilities to test memory overflow in main.c | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+10 |
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -5/+7 |
* | support for tests of yield inside hooks + better support for tests | Roberto Ierusalimschy | 2002-11-18 | 1 | -22/+75 |
* | details | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -32/+32 |
* | detail | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -2/+2 |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -2/+2 |
* | assertion must be always valid (not only in debug mode) | Roberto Ierusalimschy | 2002-10-25 | 1 | -2/+1 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -4/+3 |
* | tests for compatibility functions lua_dostring/lua_dofile | Roberto Ierusalimschy | 2002-10-22 | 1 | -1/+13 |
* | small changes in type configuration facilities | Roberto Ierusalimschy | 2002-10-22 | 1 | -2/+2 |
* | cannot raise memory error when realloc to smaller block | Roberto Ierusalimschy | 2002-09-05 | 1 | -2/+2 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -4/+4 |
* | `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 | -7/+5 |
* | xpcall now is builtin + new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -35/+8 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -4/+5 |
* | new macro `lua_isudataval' (for completude) | Roberto Ierusalimschy | 2002-07-09 | 1 | -1/+4 |
* | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 2002-06-25 | 1 | -2/+2 |
* | avoid using obsolete lua_dostring | Roberto Ierusalimschy | 2002-06-20 | 1 | -5/+8 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -4/+33 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 |
* | Lua now uses only `realloc' for all its memory management | Roberto Ierusalimschy | 2002-06-11 | 1 | -2/+5 |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -4/+4 |
* | new commands to test `load' | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+8 |
* | quick-and-dirty function to print code (for debugging Lua) | Roberto Ierusalimschy | 2002-05-13 | 1 | -1/+13 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 |
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 1 | -2/+2 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+6 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -5/+5 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -5/+5 |
* | details | Roberto Ierusalimschy | 2002-04-02 | 1 | -5/+8 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -2/+2 |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -10/+4 |
* | implementation of `global' statement | Roberto Ierusalimschy | 2002-03-14 | 1 | -2/+2 |
* | `luaA_index' is a local macro now | Roberto Ierusalimschy | 2002-03-04 | 1 | -8/+10 |
* | more tests for boolean API | Roberto Ierusalimschy | 2002-03-04 | 1 | -1/+7 |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -4/+4 |
* | details. | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
* | test for lua_pushbool | Roberto Ierusalimschy | 2002-02-07 | 1 | -0/+3 |
* | line number in listcode (and tests for replace) | Roberto Ierusalimschy | 2002-02-05 | 1 | -1/+5 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -8/+8 |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -4/+8 |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -3/+11 |
* | new macro lua_userstateopen | Roberto Ierusalimschy | 2002-01-09 | 1 | -1/+8 |
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 1 | -5/+5 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -8/+2 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -38/+23 |