Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 12 | -80/+63 | |
* | lua_Chunkreader gets a lua_State, to avoid future incompatibilities | Roberto Ierusalimschy | 2002-08-06 | 3 | -7/+9 | |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 9 | -65/+88 | |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 12 | -160/+94 | |
* | small bug: basic `ci' must have a valid func (base - 1) | Roberto Ierusalimschy | 2002-08-05 | 1 | -1/+2 | |
* | internal names | Roberto Ierusalimschy | 2002-08-05 | 3 | -9/+6 | |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 9 | -259/+279 | |
* | new implementation for tailcall | Roberto Ierusalimschy | 2002-08-05 | 1 | -3/+3 | |
* | new API for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -4/+2 | |
* | new implementation for tailcalls and error handling | Roberto Ierusalimschy | 2002-08-05 | 2 | -40/+35 | |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 6 | -55/+71 | |
* | tailcall is executed together with call | Roberto Ierusalimschy | 2002-08-05 | 1 | -2/+2 | |
* | new function xpcall | Roberto Ierusalimschy | 2002-08-05 | 1 | -18/+31 | |
* | xpcall now is builtin + new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -35/+8 | |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 13 | -44/+47 | |
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 5 | -62/+71 | |
* | `isdst' should be a boolean (and not 0/1!!) | Roberto Ierusalimschy | 2002-07-12 | 1 | -6/+21 | |
* | ^D in interactive mode finish interaction (no questions asked) | Roberto Ierusalimschy | 2002-07-10 | 1 | -5/+4 | |
* | new way to handle macros read_line/save_line | Roberto Ierusalimschy | 2002-07-10 | 1 | -38/+47 | |
* | bug: chunk can end just after a '\' in a string | Roberto Ierusalimschy | 2002-07-10 | 1 | -1/+2 | |
* | LUA_ALERT is no longer used | Roberto Ierusalimschy | 2002-07-09 | 1 | -3/+1 | |
* | new options; no more _ALERT; no more getargs | Roberto Ierusalimschy | 2002-07-09 | 1 | -144/+120 | |
* | details | Roberto Ierusalimschy | 2002-07-09 | 1 | -12/+5 | |
* | new macro `lua_isudataval' (for completude) | Roberto Ierusalimschy | 2002-07-09 | 2 | -2/+6 | |
* | hook count is quadratic | Roberto Ierusalimschy | 2002-07-08 | 6 | -12/+15 | |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 10 | -129/+165 | |
* | details to allow compilation of Lua as a single file | Roberto Ierusalimschy | 2002-07-08 | 1 | -4/+5 | |
* | C++ warning | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 | |
* | 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 |