Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'ipairs' respects metamethods | Roberto Ierusalimschy | 2014-07-24 | 1 | -5/+41 |
| | |||||
* | new type 'lua_Ctx' for continuation-function contexts (to allow type | Roberto Ierusalimschy | 2014-07-17 | 1 | -3/+3 |
| | | | | to be configurable) | ||||
* | function 'type' keeps type names as upvalues to avoid creating strings | Roberto Ierusalimschy | 2014-07-16 | 1 | -8/+21 |
| | | | | everytime it is called | ||||
* | detail (typos in comments) | Roberto Ierusalimschy | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | new type lua_KFunction + no more 'lua_getctx' | Roberto Ierusalimschy | 2014-06-10 | 1 | -25/+15 |
| | |||||
* | 'assert' does not assume that the error object is a string | Roberto Ierusalimschy | 2014-06-02 | 1 | -4/+9 |
| | |||||
* | better(?) implementation for 'pcall'/'xpcall' (regarding the insertion | Roberto Ierusalimschy | 2014-05-16 | 1 | -20/+35 |
| | | | | of the boolean first result) | ||||
* | 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of | Roberto Ierusalimschy | 2014-05-01 | 1 | -12/+12 |
| | | | | receiving it | ||||
* | lua_gettable and similars return type of gotten value | Roberto Ierusalimschy | 2014-03-12 | 1 | -3/+2 |
| | |||||
* | no more second result from 'collectgarbage"count"' (as Lua seldom | Roberto Ierusalimschy | 2014-02-14 | 1 | -4/+3 |
| | | | | will need lua_Number to be an integer) | ||||
* | no more local collection | Roberto Ierusalimschy | 2014-02-13 | 1 | -3/+3 |
| | |||||
* | GC local pause configurable | Roberto Ierusalimschy | 2013-09-13 | 1 | -3/+5 |
| | |||||
* | no more generational collection !!! | Roberto Ierusalimschy | 2013-08-05 | 1 | -5/+3 |
| | |||||
* | use unsigneds for unary minus, too | Roberto Ierusalimschy | 2013-07-10 | 1 | -2/+2 |
| | |||||
* | 'tonumber': base must be a number | Roberto Ierusalimschy | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | 'tonumber': does not accept numbers when given a base + convertion from | Roberto Ierusalimschy | 2013-07-05 | 1 | -26/+43 |
| | | | | | strings to numbers with a base moved to a separated function (more modular) | ||||
* | 'tonumber' now works with integers too | Roberto Ierusalimschy | 2013-05-16 | 1 | -10/+8 |
| | |||||
* | added 'return' (when possible) to calls to error functions | Roberto Ierusalimschy | 2013-02-21 | 1 | -2/+3 |
| | |||||
* | Bug: load/loadfile returns wrong result when given an environment | Roberto Ierusalimschy | 2012-12-03 | 1 | -16/+14 |
| | | | | for a binary chunk with no upvalues | ||||
* | small bug: a reader function should not modify the Lua stack | Roberto Ierusalimschy | 2012-04-27 | 1 | -1/+2 |
| | |||||
* | unused variable removed | Roberto Ierusalimschy | 2011-11-30 | 1 | -3/+2 |
| | |||||
* | avoid 'return' "to avoid warnings" | Roberto Ierusalimschy | 2011-11-30 | 1 | -8/+4 |
| | |||||
* | 'lua_load' has an extra argument 'mode' | Roberto Ierusalimschy | 2011-11-29 | 1 | -31/+4 |
| | |||||
* | options for 'collectgarbage' renamed: "inc" -> "incremental"; | Roberto Ierusalimschy | 2011-11-23 | 1 | -2/+2 |
| | | | | "gen" -> "generational" | ||||
* | new function 'luaL_loadfilex' | Roberto Ierusalimschy | 2011-11-14 | 1 | -7/+14 |
| | |||||
* | make treatment of 'pcall' and 'xpcall' more similar | Roberto Ierusalimschy | 2011-11-09 | 1 | -14/+11 |
| | |||||
* | refactoring of common parts of 'pcall' and 'xpcall' + avoids | Roberto Ierusalimschy | 2011-11-09 | 1 | -16/+21 |
| | | | | stack errors on these functions (return error code instead) | ||||
* | lint (unused struct field) | Roberto Ierusalimschy | 2011-09-30 | 1 | -2/+1 |
| | |||||
* | tonumber: base 10 is not special, no base is | Roberto Ierusalimschy | 2011-07-27 | 1 | -8/+10 |
| | |||||
* | removed and deprecated functions really removed from the code base | Roberto Ierusalimschy | 2011-07-05 | 1 | -17/+4 |
| | |||||
* | 'deprecated' x 'removed' (they are not the same thing) | Roberto Ierusalimschy | 2011-07-02 | 1 | -6/+6 |
| | |||||
* | avoid conversion from 'const char*' to 'void *' (warning about 'const') | Roberto Ierusalimschy | 2011-06-16 | 1 | -6/+15 |
| | |||||
* | new macro 'luai_writeline' to print newlines (and flush 'stdout') | Roberto Ierusalimschy | 2011-05-26 | 1 | -4/+4 |
| | |||||
* | small problems with 'luaone.c' | Roberto Ierusalimschy | 2011-02-28 | 1 | -2/+2 |
| | |||||
* | detail (cleaning trailing spaces) | Roberto Ierusalimschy | 2011-01-26 | 1 | -2/+2 |
| | |||||
* | new function 'rawlen' | Roberto Ierusalimschy | 2011-01-07 | 1 | -1/+11 |
| | |||||
* | own implementation of 'tunumber', so that it works correctly with | Roberto Ierusalimschy | 2010-12-27 | 1 | -18/+24 |
| | | | | numbers outside the 'int' range | ||||
* | removed 'newproxy' | Roberto Ierusalimschy | 2010-12-17 | 1 | -37/+1 |
| | |||||
* | 'loadin' -> 'load' | Roberto Ierusalimschy | 2010-12-13 | 1 | -44/+29 |
| | |||||
* | 'loadstring' deprecated; use 'load' instead | Roberto Ierusalimschy | 2010-12-08 | 1 | -12/+11 |
| | |||||
* | comment | Roberto Ierusalimschy | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | using 'strspn' to skip spaces in 'tonumber' | Roberto Ierusalimschy | 2010-12-06 | 1 | -5/+9 |
| | |||||
* | correct handling of negative numbers in non-10 bases by 'tonumber' | Roberto Ierusalimschy | 2010-10-28 | 1 | -2/+5 |
| | | | | (e.g., tonumber(-34, 8)) | ||||
* | 'loadin' should not check whether upvalue is called '_ENV', | Roberto Ierusalimschy | 2010-09-07 | 1 | -5/+3 |
| | | | | because its name may be unknown when there is no debug information. | ||||
* | name "_ENV" configurable through 'luaconf.h' | Roberto Ierusalimschy | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | new parameter 'majorinc' to control frequency of major collections | Roberto Ierusalimschy | 2010-09-03 | 1 | -4/+4 |
| | | | | in generational mode | ||||
* | 'loadin' should accept any value for the environment (not only tables) + | Roberto Ierusalimschy | 2010-08-23 | 1 | -3/+6 |
| | | | | it should check whether chunk has upvalue named '_ENV' | ||||
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -2/+2 |
| | | | | | | themselves with 'require' (let 'require' do its work); new auxiliary functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref. Old luaL_register will be deprecated. | ||||
* | 'ipair' is back | Roberto Ierusalimschy | 2010-06-13 | 1 | -12/+2 |
| | |||||
* | 'coroutine' library separated from 'baselib' | Roberto Ierusalimschy | 2010-06-10 | 1 | -146/+3 |
| |