Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2001-06-26 | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 8 | -78/+64 |
2001-06-22 | new `read' option `*u' (read-until) + simpler implementation for `read' | Roberto Ierusalimschy | 1 | -78/+84 |
2001-06-21 | resurect userdata before calling its GC tag method | Roberto Ierusalimschy | 3 | -22/+34 |
2001-06-20 | new reserved words `in' and `global' | Roberto Ierusalimschy | 3 | -15/+12 |
2001-06-20 | no more "compat mode" with 3.2 (deprecated functions) | Roberto Ierusalimschy | 1 | -67/+1 |
2001-06-20 | no more opnames in binary tag methods | Roberto Ierusalimschy | 1 | -4/+2 |
2001-06-15 | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 12 | -103/+92 |
2001-06-15 | small optimizations | Roberto Ierusalimschy | 2 | -89/+97 |
2001-06-15 | more relaxed rules for syncronized access | Roberto Ierusalimschy | 2 | -114/+68 |
2001-06-13 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2001-06-13 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2001-06-12 | more robust treatment of GC tag methods (now they can create new | Roberto Ierusalimschy | 3 | -26/+16 |
2001-06-12 | `(exp)' adjusts exp to 1 result | Roberto Ierusalimschy | 3 | -13/+15 |
2001-06-11 | unused definition | Roberto Ierusalimschy | 1 | -5/+1 |
2001-06-11 | details about opcode parameters | Roberto Ierusalimschy | 6 | -96/+94 |
2001-06-08 | details | Roberto Ierusalimschy | 1 | -4/+2 |
2001-06-08 | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 9 | -95/+94 |
2001-06-08 | C++ warning | Roberto Ierusalimschy | 1 | -8/+5 |
2001-06-08 | details. | Roberto Ierusalimschy | 4 | -79/+71 |
2001-06-07 | smaller structs for udata and for strings | Roberto Ierusalimschy | 5 | -33/+41 |
2001-06-07 | details (rests of debug code) | Roberto Ierusalimschy | 2 | -8/+2 |
2001-06-07 | details | Roberto Ierusalimschy | 3 | -6/+6 |
2001-06-06 | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 17 | -220/+215 |
2001-06-05 | user can define extra alignment requirements | Roberto Ierusalimschy | 1 | -2/+5 |
2001-06-05 | `weakmode' queries must have an explicit `?' | Roberto Ierusalimschy | 1 | -5/+5 |
2001-06-05 | details | Roberto Ierusalimschy | 6 | -32/+44 |
2001-06-05 | new implementation for the Virtual Machine | Roberto Ierusalimschy | 15 | -1441/+1599 |
2001-04-23 | name changes | Roberto Ierusalimschy | 7 | -50/+70 |
2001-04-17 | re-implementation of refs through weak tables | Roberto Ierusalimschy | 6 | -117/+81 |
2001-04-11 | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 4 | -31/+55 |
2001-04-11 | first implementation for weak tables | Roberto Ierusalimschy | 7 | -30/+121 |
2001-04-06 | avoid use of l_char outside INTERNALs (use lua_char instead) | Roberto Ierusalimschy | 3 | -54/+61 |
2001-04-06 | small bug (when parser fails, there is no function on the stack...) | Roberto Ierusalimschy | 1 | -2/+4 |
2001-04-06 | list constructors do not adjust last expression | Roberto Ierusalimschy | 6 | -58/+46 |
2001-04-05 | allow syntax << function (x) ... end (...) >> as a statement | Roberto Ierusalimschy | 1 | -5/+9 |
2001-03-26 | new way to handle `profiles' | Roberto Ierusalimschy | 30 | -120/+208 |
2001-03-09 | old signature for lua_open | Roberto Ierusalimschy | 4 | -9/+11 |
2001-03-07 | details | Roberto Ierusalimschy | 1 | -7/+6 |
2001-03-07 | better way to link callinfo's and stack | Roberto Ierusalimschy | 11 | -179/+138 |
2001-03-07 | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 5 | -40/+55 |
2001-03-07 | string [[...]] ignores initial \n | Roberto Ierusalimschy | 1 | -1/+3 |
2001-03-07 | new functions `pack' and `unpack' | Roberto Ierusalimschy | 1 | -7/+28 |
2001-03-07 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2001-03-06 | open functions are lua_Cfunctions | Roberto Ierusalimschy | 7 | -32/+42 |
2001-03-06 | sizeof(string) != strlen(string)+1 when sizeof(char) != 1 | Roberto Ierusalimschy | 3 | -6/+6 |
2001-03-02 | details (identation) | Roberto Ierusalimschy | 1 | -21/+28 |
2001-03-02 | lower-case for macros with arguments | Roberto Ierusalimschy | 10 | -156/+156 |
2001-02-23 | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 1 | -3/+4 |
2001-02-23 | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 5 | -20/+21 |
2001-02-23 | detail | Roberto Ierusalimschy | 2 | -4/+4 |