Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: error message for `%a' gave wrong line number | Roberto Ierusalimschy | 2001-07-10 | 2 | -7/+20 |
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 3 | -65/+86 |
* | new versions by lhf | Roberto Ierusalimschy | 2001-07-05 | 2 | -60/+73 |
* | LUA_MINSTACK has a fixed value | Roberto Ierusalimschy | 2001-07-05 | 1 | -5/+4 |
* | `opmodes' table also generated automatically by mkprint | Roberto Ierusalimschy | 2001-07-03 | 1 | -43/+42 |
* | details | Roberto Ierusalimschy | 2001-07-03 | 1 | -2/+2 |
* | check C is independent from check B | Roberto Ierusalimschy | 2001-07-03 | 1 | -4/+5 |
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 5 | -117/+35 |
* | tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -0/+108 |
* | missing an opcode name | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+2 |
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 7 | -24/+24 |
* | new macros for changing numbers | Roberto Ierusalimschy | 2001-06-28 | 2 | -8/+13 |
* | new macro to control format for `read"*n"' | Roberto Ierusalimschy | 2001-06-28 | 2 | -5/+11 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 8 | -78/+64 |
* | new `read' option `*u' (read-until) + simpler implementation for `read' | Roberto Ierusalimschy | 2001-06-22 | 1 | -78/+84 |
* | resurect userdata before calling its GC tag method | Roberto Ierusalimschy | 2001-06-21 | 3 | -22/+34 |
* | new reserved words `in' and `global' | Roberto Ierusalimschy | 2001-06-20 | 3 | -15/+12 |
* | no more "compat mode" with 3.2 (deprecated functions) | Roberto Ierusalimschy | 2001-06-20 | 1 | -67/+1 |
* | no more opnames in binary tag methods | Roberto Ierusalimschy | 2001-06-20 | 1 | -4/+2 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 12 | -103/+92 |
* | small optimizations | Roberto Ierusalimschy | 2001-06-15 | 2 | -89/+97 |
* | more relaxed rules for syncronized access | Roberto Ierusalimschy | 2001-06-15 | 2 | -114/+68 |
* | details | Roberto Ierusalimschy | 2001-06-13 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2001-06-13 | 1 | -2/+2 |
* | more robust treatment of GC tag methods (now they can create new | Roberto Ierusalimschy | 2001-06-12 | 3 | -26/+16 |
* | `(exp)' adjusts exp to 1 result | Roberto Ierusalimschy | 2001-06-12 | 3 | -13/+15 |
* | unused definition | Roberto Ierusalimschy | 2001-06-11 | 1 | -5/+1 |
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 6 | -96/+94 |
* | details | Roberto Ierusalimschy | 2001-06-08 | 1 | -4/+2 |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 9 | -95/+94 |
* | C++ warning | Roberto Ierusalimschy | 2001-06-08 | 1 | -8/+5 |
* | details. | Roberto Ierusalimschy | 2001-06-08 | 4 | -79/+71 |
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 5 | -33/+41 |
* | details (rests of debug code) | Roberto Ierusalimschy | 2001-06-07 | 2 | -8/+2 |
* | details | Roberto Ierusalimschy | 2001-06-07 | 3 | -6/+6 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 17 | -220/+215 |
* | user can define extra alignment requirements | Roberto Ierusalimschy | 2001-06-05 | 1 | -2/+5 |
* | `weakmode' queries must have an explicit `?' | Roberto Ierusalimschy | 2001-06-05 | 1 | -5/+5 |
* | details | Roberto Ierusalimschy | 2001-06-05 | 6 | -32/+44 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 15 | -1441/+1599 |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 7 | -50/+70 |
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 6 | -117/+81 |
* | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 2001-04-11 | 4 | -31/+55 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 7 | -30/+121 |
* | avoid use of l_char outside INTERNALs (use lua_char instead) | Roberto Ierusalimschy | 2001-04-06 | 3 | -54/+61 |
* | small bug (when parser fails, there is no function on the stack...) | Roberto Ierusalimschy | 2001-04-06 | 1 | -2/+4 |
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 6 | -58/+46 |
* | allow syntax << function (x) ... end (...) >> as a statement | Roberto Ierusalimschy | 2001-04-05 | 1 | -5/+9 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 30 | -120/+208 |
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 4 | -9/+11 |