| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | detail (typos in comments) | Roberto Ierusalimschy | 2014-06-30 | 1 | -2/+2 |
* | detail (comment) | Roberto Ierusalimschy | 2014-06-26 | 1 | -2/+2 |
* | unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) | Roberto Ierusalimschy | 2014-06-26 | 1 | -48/+1 |
* | LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and that | Roberto Ierusalimschy | 2014-06-24 | 1 | -2/+7 |
* | more precision between closure types ('LClosure' x 'CClosure') | Roberto Ierusalimschy | 2014-06-19 | 1 | -4/+4 |
* | cleaner way to handle bit CIST_OAH (with auxiliar macros) | Roberto Ierusalimschy | 2014-06-12 | 1 | -5/+2 |
* | must also reset CIST_OAH if necessary (CallInfo is not a fresh one) | Roberto Ierusalimschy | 2014-06-10 | 1 | -5/+6 |
* | no need for field 'status' in structure 'CallInfo' (after removal | Roberto Ierusalimschy | 2014-06-10 | 1 | -2/+3 |
* | new type lua_KFunction + no more 'lua_getctx' | Roberto Ierusalimschy | 2014-06-10 | 1 | -12/+3 |
* | removed macro 'luai_checknum' (as NaN trick is not doable now) | Roberto Ierusalimschy | 2014-05-15 | 1 | -3/+1 |
* | avoid non-conformant pointer arithmetic in api check for 'lua_rotate' | Roberto Ierusalimschy | 2014-05-15 | 1 | -3/+3 |
* | function 'reverse' uses appropriate variants of 'setobj' for better | Roberto Ierusalimschy | 2014-05-14 | 1 | -3/+3 |
* | comments added to 'lua_rotate' | Roberto Ierusalimschy | 2014-05-14 | 1 | -7/+11 |
* | new API function 'lua_rotate' | Roberto Ierusalimschy | 2014-05-13 | 1 | -15/+20 |
* | 'lua_getuservalue' returns type of user value | Roberto Ierusalimschy | 2014-05-01 | 1 | -2/+3 |
* | 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of | Roberto Ierusalimschy | 2014-05-01 | 1 | -7/+5 |
* | 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts | Roberto Ierusalimschy | 2014-04-30 | 1 | -11/+6 |
* | 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') | Roberto Ierusalimschy | 2014-04-29 | 1 | -3/+3 |
* | cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable from | Roberto Ierusalimschy | 2014-04-15 | 1 | -3/+3 |
* | macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that | Roberto Ierusalimschy | 2014-04-15 | 1 | -4/+4 |
* | new global macro 'LUA_MAXUNSIGNED' | Roberto Ierusalimschy | 2014-04-12 | 1 | -3/+3 |
* | added an 'api_check' for negative sizes in 'lua_checkstack' | Roberto Ierusalimschy | 2014-04-01 | 1 | -1/+2 |
* | lua_gettable and similars return type of gotten value | Roberto Ierusalimschy | 2014-03-12 | 1 | -7/+13 |
* | detail (comments) | Roberto Ierusalimschy | 2014-02-26 | 1 | -9/+9 |
* | added 'stip' parameter to lua_dump/string.dump | Roberto Ierusalimschy | 2014-02-25 | 1 | -4/+4 |
* | userdata can have any Lua value as uservalue | Roberto Ierusalimschy | 2014-02-19 | 1 | -13/+5 |
* | field 'op' renamed to 'open' | Roberto Ierusalimschy | 2014-02-15 | 1 | -2/+2 |
* | change in the way 'collectgarbage("step", size)' interprets 'size' | Roberto Ierusalimschy | 2014-02-14 | 1 | -7/+15 |
* | limit to 'gcstepmul' imposed by 'lua_gc' (+ some details in 'lgc.c') | Roberto Ierusalimschy | 2014-02-13 | 1 | -1/+2 |
* | no more local collection | Roberto Ierusalimschy | 2014-02-13 | 1 | -8/+1 |
* | no more 'L' in macros "luai_num*" (several places that use those macros | Roberto Ierusalimschy | 2014-01-27 | 1 | -2/+2 |
* | first implementation of '<<', '>>', and '~' (bitwise not) | Roberto Ierusalimschy | 2013-12-30 | 1 | -4/+4 |
* | detail ('ttisuserdata' renamed to 'ttisfulluserdata') | Roberto Ierusalimschy | 2013-12-04 | 1 | -4/+4 |
* | GC local pause configurable | Roberto Ierusalimschy | 2013-09-13 | 1 | -1/+6 |
* | detail (setmetatable do not need to use a back GC barrier) | Roberto Ierusalimschy | 2013-09-11 | 1 | -2/+2 |
* | upvalues collected by reference count | Roberto Ierusalimschy | 2013-08-27 | 1 | -8/+14 |
* | added 'local' bit (true => object is only refered by local variables) | Roberto Ierusalimschy | 2013-08-16 | 1 | -2/+6 |
* | no more generational collection !!! | Roberto Ierusalimschy | 2013-08-05 | 1 | -27/+8 |
* | 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbers | Roberto Ierusalimschy | 2013-07-05 | 1 | -19/+12 |
* | avoid warning for unary minus over an unsigned value | Roberto Ierusalimschy | 2013-06-20 | 1 | -2/+2 |
* | new macro 'l_floor' (allows 'floorf' even when other math operations | Roberto Ierusalimschy | 2013-06-20 | 1 | -2/+2 |
* | correct way (I hope) to convert floats to unsigned int | Roberto Ierusalimschy | 2013-06-14 | 1 | -4/+8 |
* | 'lua_tounsigned' takes number modulo 2^numbits as a result when | Roberto Ierusalimschy | 2013-06-04 | 1 | -2/+28 |
* | new API function 'lua_cvtonum' to convert a value (number or string) | Roberto Ierusalimschy | 2013-05-14 | 1 | -1/+23 |
* | constant folding and API arithmetic with integers | Roberto Ierusalimschy | 2013-05-02 | 1 | -11/+4 |
* | new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' | Roberto Ierusalimschy | 2013-04-29 | 1 | -46/+20 |
* | favoring 'tonumber' over 'nvalue' | Roberto Ierusalimschy | 2013-04-26 | 1 | -3/+4 |
* | new interface for 'tonumber' | Roberto Ierusalimschy | 2013-04-26 | 1 | -10/+8 |
* | "integer" keys in tables are now lua_Integer, not 'int'. | Roberto Ierusalimschy | 2013-04-26 | 1 | -3/+3 |
* | new API function 'lua_isinteger' | Roberto Ierusalimschy | 2013-04-25 | 1 | -1/+7 |