| Commit message (Expand) | Author | Age | Files | Lines |
* | typo in comment | Roberto Ierusalimschy | 2012-09-24 | 1 | -2/+2 |
* | details (no need to use lua_pushfstring for plain strings) | Roberto Ierusalimschy | 2012-08-16 | 1 | -3/+3 |
* | bug in luaL_getsubtable (calling lua_absindex not with original stack) | Roberto Ierusalimschy | 2012-05-31 | 1 | -3/+3 |
* | details (using lua_setglobal/lua_getglobal instead of explicit | Roberto Ierusalimschy | 2012-04-20 | 1 | -5/+3 |
* | cleaner code (avoids loop with empty body) | Roberto Ierusalimschy | 2012-03-19 | 1 | -3/+5 |
* | 'luaL_checkversion' called by 'luaL_setfuncs' | Roberto Ierusalimschy | 2012-03-18 | 1 | -1/+2 |
* | small bug: format '%d' for lua_Number argument | Roberto Ierusalimschy | 2011-12-06 | 1 | -2/+2 |
* | macro 'luaL_getmetatable' seems more appropriate when getting | Roberto Ierusalimschy | 2011-12-02 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2011-11-30 | 1 | -5/+4 |
* | 'lua_load' has an extra argument 'mode' | Roberto Ierusalimschy | 2011-11-29 | 1 | -28/+9 |
* | new function 'luaL_loadfilex' | Roberto Ierusalimschy | 2011-11-14 | 1 | -7/+27 |
* | in 'luaL_checkstack', include extra stack space in test to allow | Roberto Ierusalimschy | 2011-11-09 | 1 | -2/+4 |
* | removed unused variable 'found' (in 'findfield') + removed legacy | Roberto Ierusalimschy | 2011-07-25 | 1 | -4/+3 |
* | 'os.execute' (and similars) should return 'exit' and code in case | Roberto Ierusalimschy | 2011-06-16 | 1 | -7/+6 |
* | more complete (and hopefuly more correct) handling of 'sizeof(char)' | Roberto Ierusalimschy | 2011-05-03 | 1 | -4/+6 |
* | 'luaL_setfuncs' does not need to accept a NULL list. (If there is | Roberto Ierusalimschy | 2011-04-19 | 1 | -3/+6 |
* | 'luaL_findtable' -> 'luaL_getsubtable' | Roberto Ierusalimschy | 2011-04-08 | 1 | -7/+7 |
* | returns for file-related functions and process-related functions | Roberto Ierusalimschy | 2011-03-03 | 1 | -1/+59 |
* | 'luaL_findtable' returns boolean about whether it created a new | Roberto Ierusalimschy | 2011-01-10 | 1 | -3/+4 |
* | new function 'luaL_setmetatable' | Roberto Ierusalimschy | 2010-11-10 | 1 | -1/+7 |
* | 'luaL_typeerror' deprecated | Roberto Ierusalimschy | 2010-11-10 | 1 | -4/+4 |
* | detail (message) | Roberto Ierusalimschy | 2010-11-09 | 1 | -2/+2 |
* | 'luaL_checkversion' also checks convertions (number to integer types) | Roberto Ierusalimschy | 2010-10-29 | 1 | -1/+8 |
* | new type lua_Unsigned and corresponding projection/injection functions | Roberto Ierusalimschy | 2010-10-25 | 1 | -1/+16 |
* | corrected warnings from different compilers (mostly casts and small | Roberto Ierusalimschy | 2010-10-25 | 1 | -2/+2 |
* | 'luaL_loadlib' accepts Utf8 BOM in the beginning of files | Roberto Ierusalimschy | 2010-10-01 | 1 | -13/+26 |
* | use index 0 for header of list of free references | Roberto Ierusalimschy | 2010-08-03 | 1 | -7/+7 |
* | 'module'/'luaL_register' and associates are deprecated | Roberto Ierusalimschy | 2010-07-28 | 1 | -1/+3 |
* | functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx | Roberto Ierusalimschy | 2010-07-02 | 1 | -7/+10 |
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -4/+41 |
* | old (and complex) luaL_findtable now used only in compatibility code | Roberto Ierusalimschy | 2010-06-30 | 1 | -30/+51 |
* | back with #-comments for binary files | Roberto Ierusalimschy | 2010-06-09 | 1 | -13/+30 |
* | factoring out common code in 'module' and 'luaL_openlib' | Roberto Ierusalimschy | 2010-05-31 | 1 | -14/+28 |
* | more comments | Roberto Ierusalimschy | 2010-05-18 | 1 | -9/+9 |
* | bug: loadfile of binary files read first character twice | Roberto Ierusalimschy | 2010-05-18 | 1 | -1/+2 |
* | detail (comment) | Roberto Ierusalimschy | 2010-05-17 | 1 | -2/+2 |
* | new API function 'lua_absindex' | Roberto Ierusalimschy | 2010-05-12 | 1 | -9/+4 |
* | avoid reserving LUA_RIDX_LAST slots in any table used by reference | Roberto Ierusalimschy | 2010-05-10 | 1 | -15/+9 |
* | no more 'ccall' nor 'cpcall' functions. (With light C functions they | Roberto Ierusalimschy | 2010-04-14 | 1 | -12/+1 |
* | new implementation for Generic Buffer manipulation (using userdata as | Roberto Ierusalimschy | 2010-04-09 | 1 | -71/+53 |
* | comments | Roberto Ierusalimschy | 2010-03-29 | 1 | -3/+3 |
* | 'lua_assert' not visible from libraries | Roberto Ierusalimschy | 2010-03-22 | 1 | -3/+2 |
* | 'cpcall' renamed to 'ccall' as it does not do a protected call | Roberto Ierusalimschy | 2010-03-19 | 1 | -2/+2 |
* | avoid using function environments in C libraries (as it probably will | Roberto Ierusalimschy | 2010-03-17 | 1 | -8/+13 |
* | small optimization in luaL_addlstring (avoid adding chars one by one) | Roberto Ierusalimschy | 2010-03-12 | 1 | -3/+14 |
* | detail: in loadfile read function, no need to return NULL on EOF; | Roberto Ierusalimschy | 2010-02-18 | 1 | -2/+2 |
* | avoid using 'ungetc' in loadfile | Roberto Ierusalimschy | 2010-02-18 | 1 | -7/+15 |
* | new macro 'luai_writestringerror' | Roberto Ierusalimschy | 2010-02-18 | 1 | -2/+2 |
* | removed support for '#fist-line comment' on binary files (as binary | Roberto Ierusalimschy | 2010-02-11 | 1 | -14/+2 |
* | new function 'luaL_cpcall' | Roberto Ierusalimschy | 2010-01-21 | 1 | -1/+12 |