Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -4/+4 |
| | |||||
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 1 | -5/+3 |
| | |||||
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -45/+2 |
| | |||||
* | missing an opcode name | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+2 |
| | |||||
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -8/+5 |
| | |||||
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+3 |
| | |||||
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -17/+21 |
| | |||||
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -77/+56 |
| | |||||
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -3/+3 |
| | |||||
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -3/+12 |
| | |||||
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -4/+11 |
| | |||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
| | |||||
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 1 | -3/+3 |
| | |||||
* | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 2001-03-07 | 1 | -9/+48 |
| | |||||
* | open functions are lua_Cfunctions | Roberto Ierusalimschy | 2001-03-06 | 1 | -10/+8 |
| | |||||
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -2/+2 |
| | |||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -133/+133 |
| | |||||
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 |
| | |||||
* | small bug in testing (pushuserdata needs some memory to work...) | Roberto Ierusalimschy | 2001-02-21 | 1 | -7/+6 |
| | |||||
* | detail | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+3 |
| | |||||
* | tests for string alignment | Roberto Ierusalimschy | 2001-02-13 | 1 | -9/+23 |
| | |||||
* | details | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+4 |
| | |||||
* | 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 |
| |