Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2002-08-05 | new function xpcall | Roberto Ierusalimschy | 1 | -18/+31 |
2002-08-05 | xpcall now is builtin + new macros `ttis*' | Roberto Ierusalimschy | 1 | -35/+8 |
2002-07-17 | new names for light userdata operations | Roberto Ierusalimschy | 13 | -44/+47 |
2002-07-16 | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 5 | -62/+71 |
2002-07-12 | `isdst' should be a boolean (and not 0/1!!) | Roberto Ierusalimschy | 1 | -6/+21 |
2002-07-10 | ^D in interactive mode finish interaction (no questions asked) | Roberto Ierusalimschy | 1 | -5/+4 |
2002-07-10 | new way to handle macros read_line/save_line | Roberto Ierusalimschy | 1 | -38/+47 |
2002-07-10 | bug: chunk can end just after a '\' in a string | Roberto Ierusalimschy | 1 | -1/+2 |
2002-07-09 | LUA_ALERT is no longer used | Roberto Ierusalimschy | 1 | -3/+1 |
2002-07-09 | new options; no more _ALERT; no more getargs | Roberto Ierusalimschy | 1 | -144/+120 |
2002-07-09 | details | Roberto Ierusalimschy | 1 | -12/+5 |
2002-07-09 | new macro `lua_isudataval' (for completude) | Roberto Ierusalimschy | 2 | -2/+6 |
2002-07-08 | hook count is quadratic | Roberto Ierusalimschy | 6 | -12/+15 |
2002-07-08 | new interface for debug hooks | Roberto Ierusalimschy | 10 | -129/+165 |
2002-07-08 | details to allow compilation of Lua as a single file | Roberto Ierusalimschy | 1 | -4/+5 |
2002-07-08 | C++ warning | Roberto Ierusalimschy | 1 | -2/+2 |
2002-07-05 | optimizations for gettable (temporary) | Roberto Ierusalimschy | 2 | -34/+69 |
2002-07-04 | new priority for and/or | Roberto Ierusalimschy | 1 | -7/+7 |
2002-07-04 | strings are always `strong' in weaktables | Roberto Ierusalimschy | 2 | -7/+8 |
2002-07-04 | details (error messages) | Roberto Ierusalimschy | 1 | -3/+3 |
2002-07-02 | use of NaN as key breaks some invariants | Roberto Ierusalimschy | 1 | -1/+3 |
2002-07-02 | details | Roberto Ierusalimschy | 1 | -3/+3 |
2002-07-01 | only tables need `lua_number2int' | Roberto Ierusalimschy | 2 | -11/+11 |
2002-07-01 | new `getn' (and `setn') | Roberto Ierusalimschy | 1 | -30/+97 |
2002-07-01 | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 3 | -35/+24 |
2002-07-01 | weak keys are removed only after finalization | Roberto Ierusalimschy | 3 | -15/+53 |
2002-06-26 | getglobals(0) is the C global table | Roberto Ierusalimschy | 1 | -2/+2 |
2002-06-26 | no more `lua_getn' function | Roberto Ierusalimschy | 4 | -53/+27 |
2002-06-26 | `concat' goes to `table' library | Roberto Ierusalimschy | 1 | -21/+1 |
2002-06-26 | details (temporary?) | Roberto Ierusalimschy | 1 | -5/+2 |
2002-06-26 | details | Roberto Ierusalimschy | 5 | -13/+13 |
2002-06-25 | two new bugs in 4.0 :-( (both were already corrected in 5.0 :-) | Roberto Ierusalimschy | 1 | -0/+9 |
2002-06-25 | new functions `dofile' and `pairs'; correct way to check proxies | Roberto Ierusalimschy | 1 | -22/+50 |
2002-06-25 | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 5 | -13/+13 |
2002-06-25 | error message ends with `\n' (is already formatted) | Roberto Ierusalimschy | 1 | -2/+2 |
2002-06-25 | userdata are removed from weaktables before invoking their GC fallbacks | Roberto Ierusalimschy | 1 | -3/+3 |
2002-06-25 | `__weakmode' -> `__mode' | Roberto Ierusalimschy | 2 | -5/+5 |
2002-06-25 | new `luaL_weakregistry' function | Roberto Ierusalimschy | 2 | -3/+24 |
2002-06-24 | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 4 | -9/+10 |
2002-06-24 | new function `newproxy' | Roberto Ierusalimschy | 1 | -1/+21 |
2002-06-24 | assertion may fail when closing a state | Roberto Ierusalimschy | 1 | -3/+1 |
2002-06-24 | details | Roberto Ierusalimschy | 3 | -19/+20 |
2002-06-24 | details in arithmetic implementation | Roberto Ierusalimschy | 1 | -40/+58 |
2002-06-24 | `^' operator is defined in registry.__pow | Roberto Ierusalimschy | 1 | -2/+5 |
2002-06-24 | `luaV_gettable' returns element position | Roberto Ierusalimschy | 4 | -38/+38 |
2002-06-20 | first implementation of independent global table per function | Roberto Ierusalimschy | 9 | -66/+121 |
2002-06-20 | avoid using obsolete lua_dostring | Roberto Ierusalimschy | 1 | -5/+8 |
2002-06-20 | more robust when printing error messages | Roberto Ierusalimschy | 1 | -4/+9 |
2002-06-20 | small bug building error messages | Roberto Ierusalimschy | 1 | -2/+6 |
2002-06-18 | accept option arguments without spaces (e.g. "-eprint(a)") | Roberto Ierusalimschy | 1 | -8/+10 |