| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | optimizations for gettable (temporary) | Roberto Ierusalimschy | 2002-07-05 | 2 | -34/+69 | |
| * | new priority for and/or | Roberto Ierusalimschy | 2002-07-04 | 1 | -7/+7 | |
| * | strings are always `strong' in weaktables | Roberto Ierusalimschy | 2002-07-04 | 2 | -7/+8 | |
| * | details (error messages) | Roberto Ierusalimschy | 2002-07-04 | 1 | -3/+3 | |
| * | use of NaN as key breaks some invariants | Roberto Ierusalimschy | 2002-07-02 | 1 | -1/+3 | |
| * | details | Roberto Ierusalimschy | 2002-07-02 | 1 | -3/+3 | |
| * | only tables need `lua_number2int' | Roberto Ierusalimschy | 2002-07-01 | 2 | -11/+11 | |
| * | new `getn' (and `setn') | Roberto Ierusalimschy | 2002-07-01 | 1 | -30/+97 | |
| * | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 2002-07-01 | 3 | -35/+24 | |
| * | weak keys are removed only after finalization | Roberto Ierusalimschy | 2002-07-01 | 3 | -15/+53 | |
| * | getglobals(0) is the C global table | Roberto Ierusalimschy | 2002-06-26 | 1 | -2/+2 | |
| * | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 4 | -53/+27 | |
| * | `concat' goes to `table' library | Roberto Ierusalimschy | 2002-06-26 | 1 | -21/+1 | |
| * | details (temporary?) | Roberto Ierusalimschy | 2002-06-26 | 1 | -5/+2 | |
| * | details | Roberto Ierusalimschy | 2002-06-26 | 5 | -13/+13 | |
| * | two new bugs in 4.0 :-( (both were already corrected in 5.0 :-) | Roberto Ierusalimschy | 2002-06-25 | 1 | -0/+9 | |
| * | new functions `dofile' and `pairs'; correct way to check proxies | Roberto Ierusalimschy | 2002-06-25 | 1 | -22/+50 | |
| * | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 2002-06-25 | 5 | -13/+13 | |
| * | error message ends with `\n' (is already formatted) | Roberto Ierusalimschy | 2002-06-25 | 1 | -2/+2 | |
| * | userdata are removed from weaktables before invoking their GC fallbacks | Roberto Ierusalimschy | 2002-06-25 | 1 | -3/+3 | |
| * | `__weakmode' -> `__mode' | Roberto Ierusalimschy | 2002-06-25 | 2 | -5/+5 | |
| * | new `luaL_weakregistry' function | Roberto Ierusalimschy | 2002-06-25 | 2 | -3/+24 | |
| * | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 2002-06-24 | 4 | -9/+10 | |
| * | new function `newproxy' | Roberto Ierusalimschy | 2002-06-24 | 1 | -1/+21 | |
| * | assertion may fail when closing a state | Roberto Ierusalimschy | 2002-06-24 | 1 | -3/+1 | |
| * | details | Roberto Ierusalimschy | 2002-06-24 | 3 | -19/+20 | |
| * | details in arithmetic implementation | Roberto Ierusalimschy | 2002-06-24 | 1 | -40/+58 | |
| * | `^' operator is defined in registry.__pow | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+5 | |
| * | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 4 | -38/+38 | |
| * | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 9 | -66/+121 | |
| * | avoid using obsolete lua_dostring | Roberto Ierusalimschy | 2002-06-20 | 1 | -5/+8 | |
| * | more robust when printing error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -4/+9 | |
| * | small bug building error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+6 | |
| * | accept option arguments without spaces (e.g. "-eprint(a)") | Roberto Ierusalimschy | 2002-06-18 | 1 | -8/+10 | |
| * | better tests (assertions) for debug hooks | Roberto Ierusalimschy | 2002-06-18 | 3 | -5/+14 | |
| * | better treatment for error messages | Roberto Ierusalimschy | 2002-06-18 | 1 | -20/+24 | |
| * | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 5 | -19/+39 | |
| * | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 13 | -158/+178 | |
| * | `traceback' returns only the traceback | Roberto Ierusalimschy | 2002-06-18 | 1 | -6/+6 | |
| * | luaL_verror -> luaL_error | Roberto Ierusalimschy | 2002-06-18 | 4 | -25/+25 | |
| * | avoid assignments to TObject access macros | Roberto Ierusalimschy | 2002-06-17 | 1 | -6/+7 | |
| * | avoid gotos when possible | Roberto Ierusalimschy | 2002-06-14 | 1 | -45/+39 | |
| * | new macro to check conditions on expression macros | Roberto Ierusalimschy | 2002-06-13 | 2 | -2/+8 | |
| * | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 8 | -20/+20 | |
| * | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 12 | -39/+109 | |
| * | details | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+1 | |
| * | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 9 | -69/+77 | |
| * | Lua now uses only `realloc' for all its memory management | Roberto Ierusalimschy | 2002-06-11 | 3 | -9/+17 | |
| * | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 5 | -17/+12 | |
| * | new "local function" | Roberto Ierusalimschy | 2002-06-06 | 1 | -26/+32 | |
