Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | avoid clashing names between macros and fields | Roberto Ierusalimschy | 2001-11-29 | 1 | -1/+1 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -108/+107 | |
* | details. | Roberto Ierusalimschy | 2001-11-06 | 1 | -2/+3 | |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 1 | -7/+7 | |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -21/+26 | |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -10/+11 | |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -4/+4 | |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -3/+3 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -25/+25 | |
* | avoid augmenting alignment of pointers | Roberto Ierusalimschy | 2001-08-30 | 1 | -10/+10 | |
* | 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 |