summaryrefslogtreecommitdiff
path: root/lauxlib.h
Commit message (Expand)AuthorAgeFilesLines
* Removed goto's in 'luaD_precall'Roberto Ierusalimschy2021-10-181-1/+1
* Avoid overflows when incrementing parameters in CRoberto Ierusalimschy2021-09-221-0/+8
* Uses of "likely" in macros active to all usersRoberto Ierusalimschy2021-03-091-6/+3
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-2/+6
* Details (do not affect regular code)Roberto Ierusalimschy2020-12-071-3/+7
* 'lua_assert' moved from 'lualib.h' to 'lauxlib.h'Roberto Ierusalimschy2020-12-031-0/+12
* Added 'simplesect' sections to the manualRoberto Ierusalimschy2020-04-131-1/+1
* Added function 'luaL_buffsub'Roberto Ierusalimschy2019-10-231-0/+2
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-0/+4
* New function 'luaL_addgsub'Roberto Ierusalimschy2019-04-241-4/+12
* Better error messages for some polymorphic functionsRoberto Ierusalimschy2018-12-101-0/+5
* Removed resource-related "emergency collections"Roberto Ierusalimschy2018-10-311-2/+0
* Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'Roberto Ierusalimschy2018-07-271-1/+4
* removed compatibility code with older versionsRoberto Ierusalimschy2018-02-271-16/+1
* new constant 'LUA_GNAME' for the name of the global table "_G"Roberto Ierusalimschy2017-06-271-1/+5
* type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also addedRoberto Ierusalimschy2017-04-241-2/+5
* detail (wrong comment)Roberto Ierusalimschy2016-12-061-2/+2
* using constants for "_LOADED" and "PRELOAD"Roberto Ierusalimschy2016-12-041-1/+9
* details (comments)Roberto Ierusalimschy2015-11-231-2/+2
* definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'Roberto Ierusalimschy2014-10-291-1/+26
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-2/+2
* deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy2014-10-011-8/+10
* unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy2014-06-261-4/+17
* keep 'luaL_checkversion_' with its signature in version 5.2, forRoberto Ierusalimschy2014-04-151-2/+2
* 'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.)Roberto Ierusalimschy2014-01-051-15/+15
* no need to check "bad conversion number->int;" in luaL_checkversion,Roberto Ierusalimschy2013-06-271-4/+8
* 'luaL_len' returns lua_Integer instead of 'int'Roberto Ierusalimschy2013-06-251-2/+2
* 'lua_load' has an extra argument 'mode'Roberto Ierusalimschy2011-11-291-3/+5
* new function 'luaL_loadfilex'Roberto Ierusalimschy2011-11-141-5/+9
* strutcture for file handles exported in 'lauxlib.h'Roberto Ierusalimschy2011-11-111-1/+26
* declarations should be present only when implementations areRoberto Ierusalimschy2011-06-161-1/+4
* 'luaL_findtable' -> 'luaL_getsubtable'Roberto Ierusalimschy2011-04-081-2/+2
* returns for file-related functions and process-related functionsRoberto Ierusalimschy2011-03-031-1/+4
* 'luaL_findtable' returns boolean about whether it created a newRoberto Ierusalimschy2011-01-101-2/+2
* comment about compatibility-only functionsRoberto Ierusalimschy2010-11-161-3/+5
* no more compatibility with (veryyyy) old ref systemRoberto Ierusalimschy2010-11-161-18/+5
* new function 'luaL_setmetatable'Roberto Ierusalimschy2010-11-101-1/+2
* 'luaL_typeerror' deprecatedRoberto Ierusalimschy2010-11-101-2/+1
* new type lua_Unsigned and corresponding projection/injection functionsRoberto Ierusalimschy2010-10-251-1/+4
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-5/+17
* old (and complex) luaL_findtable now used only in compatibility codeRoberto Ierusalimschy2010-06-301-3/+2
* factoring out common code in 'module' and 'luaL_openlib'Roberto Ierusalimschy2010-05-311-1/+3
* missing parentheses in declarationRoberto Ierusalimschy2010-05-041-2/+2
* missing parentheses around 'luaL_pushresultsize' declarationRoberto Ierusalimschy2010-04-191-2/+2
* no more 'ccall' nor 'cpcall' functions. (With light C functions theyRoberto Ierusalimschy2010-04-141-4/+1
* new implementation for Generic Buffer manipulation (using userdata asRoberto Ierusalimschy2010-04-091-10/+13
* avoid using function environments in C libraries (as it probably willRoberto Ierusalimschy2010-03-171-8/+11
* new function 'luaL_cpcall'Roberto Ierusalimschy2010-01-211-1/+3
* removed old prototype for 'luaI_openlib' (which does not exist anymore)Roberto Ierusalimschy2010-01-111-3/+1
* compatibility code removed or moved to luaconf.hRoberto Ierusalimschy2010-01-061-7/+1