Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2002-08-14 | angles in radians(!) | Roberto Ierusalimschy | 1 | -7/+7 |
2002-08-14 | some corrections + angles in radians | Roberto Ierusalimschy | 1 | -14/+29 |
2002-08-13 | details | Roberto Ierusalimschy | 1 | -9/+11 |
2002-08-13 | update of `debug' library (Lua binding) | Roberto Ierusalimschy | 1 | -53/+62 |
2002-08-13 | new LUA_USERCONFIG to include user options | Roberto Ierusalimschy | 1 | -1/+9 |
2002-08-12 | towards 5.0 (one more step)... | Roberto Ierusalimschy | 1 | -53/+72 |
2002-08-12 | use a linear count for count hook | Roberto Ierusalimschy | 7 | -30/+28 |
2002-08-12 | use of `LoadState' struct (instead of several separate arguments) | Roberto Ierusalimschy | 1 | -102/+109 |
2002-08-12 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-09 | towards 5.0 alpha... | Roberto Ierusalimschy | 1 | -136/+179 |
2002-08-08 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-08 | external messages add their own extra information | Roberto Ierusalimschy | 6 | -19/+40 |
2002-08-07 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2002-08-07 | ensure proper rounding | Roberto Ierusalimschy | 1 | -3/+3 |
2002-08-07 | ensure fixed order for library initialization | Roberto Ierusalimschy | 1 | -9/+10 |
2002-08-07 | (much) cleaner way to control function states | Roberto Ierusalimschy | 6 | -42/+54 |
2002-08-07 | warnings in other compilers | Roberto Ierusalimschy | 3 | -25/+24 |
2002-08-07 | small bugs when stack is reallocated | Roberto Ierusalimschy | 2 | -15/+17 |
2002-08-06 | the usual... | Roberto Ierusalimschy | 1 | -41/+46 |
2002-08-06 | towards 5.0 alpha... | Roberto Ierusalimschy | 1 | -726/+811 |
2002-08-06 | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 3 | -36/+38 |
2002-08-06 | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 12 | -80/+63 |
2002-08-06 | lua_Chunkreader gets a lua_State, to avoid future incompatibilities | Roberto Ierusalimschy | 3 | -7/+9 |
2002-08-06 | new API for weak mode | Roberto Ierusalimschy | 9 | -65/+88 |
2002-08-06 | new (old?) error handling scheme | Roberto Ierusalimschy | 12 | -160/+94 |
2002-08-05 | small bug: basic `ci' must have a valid func (base - 1) | Roberto Ierusalimschy | 1 | -1/+2 |
2002-08-05 | internal names | Roberto Ierusalimschy | 3 | -9/+6 |
2002-08-05 | new implementation for error handling | Roberto Ierusalimschy | 9 | -259/+279 |
2002-08-05 | new implementation for tailcall | Roberto Ierusalimschy | 1 | -3/+3 |
2002-08-05 | new API for error handling | Roberto Ierusalimschy | 1 | -4/+2 |
2002-08-05 | new implementation for tailcalls and error handling | Roberto Ierusalimschy | 2 | -40/+35 |
2002-08-05 | new macros `ttis*' | Roberto Ierusalimschy | 6 | -55/+71 |
2002-08-05 | tailcall is executed together with call | Roberto Ierusalimschy | 1 | -2/+2 |
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 |