Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -3/+5 | |
| | ||||||
* | new semantics for pushuserdata (no more different userdatas with same value) | Roberto Ierusalimschy | 2001-02-09 | 1 | -5/+16 | |
| | ||||||
* | easier to add new initialization functions | Roberto Ierusalimschy | 2001-02-06 | 1 | -7/+1 | |
| | ||||||
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 1 | -1/+85 | |
| | ||||||
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -4/+19 | |
| | ||||||
* | better control of relationship top x L->top | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+8 | |
| | ||||||
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -3/+8 | |
| | ||||||
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -2/+14 | |
| | ||||||
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -2/+3 | |
| | ||||||
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -3/+2 | |
| | ||||||
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -9/+6 | |
| | ||||||
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -2/+2 | |
| | ||||||
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+6 | |
| | ||||||
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+3 | |
| | ||||||
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+5 | |
| | ||||||
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -2/+2 | |
| | ||||||
* | new implementation for some API functions | Roberto Ierusalimschy | 2000-10-06 | 1 | -1/+40 | |
| | ||||||
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -1/+11 | |
| | ||||||
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -6/+9 | |
| | ||||||
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -9/+9 | |
| | ||||||
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -3/+2 | |
| | ||||||
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+3 | |
| | ||||||
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 1 | -2/+10 | |
| | ||||||
* | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 2000-09-25 | 1 | -1/+7 | |
| | ||||||
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -2/+17 | |
| | ||||||
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+2 | |
| | ||||||
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -15/+15 | |
| | ||||||
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+11 | |
| | ||||||
* | simpler tests for simpler API | Roberto Ierusalimschy | 2000-08-31 | 1 | -28/+11 | |
| | ||||||
* | new API does not need tests that complex | Roberto Ierusalimschy | 2000-08-29 | 1 | -116/+101 | |
| | ||||||
* | tests for lua_is* | Roberto Ierusalimschy | 2000-08-29 | 1 | -9/+29 | |
| | ||||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -200/+213 | |
| | ||||||
* | new name for globaltable. | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 | |
| | ||||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -1/+2 | |
| | ||||||
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -6/+2 | |
| | ||||||
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+5 | |
| | ||||||
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -10/+24 | |
| | ||||||
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 1 | -3/+2 | |
| | ||||||
* | tests for locals and line numbers | Roberto Ierusalimschy | 2000-06-28 | 1 | -19/+40 | |
| | ||||||
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-06-21 | 1 | -2/+2 | |
| | ||||||
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 | |
| | ||||||
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -3/+3 | |
| | ||||||
* | new test function to list strings from a function | Roberto Ierusalimschy | 2000-06-02 | 1 | -1/+20 | |
| | ||||||
* | changed to test macros for single-state use | Roberto Ierusalimschy | 2000-06-02 | 1 | -134/+136 | |
| | ||||||
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -11/+16 | |
| | ||||||
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -58/+29 | |
| | ||||||
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -3/+5 | |
| | ||||||
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -12/+11 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -5/+2 | |
| |