summaryrefslogtreecommitdiff
path: root/lua.h
Commit message (Expand)AuthorAgeFilesLines
...
* 'lua_stringtonum' -> 'lua_stringtonumber'Roberto Ierusalimschy2014-10-171-2/+2
* 'lua_strtonum' -> 'lua_stringtonum'Roberto Ierusalimschy2014-10-151-2/+2
* 'lua_Kcontext' -> 'lua_KContext'Roberto Ierusalimschy2014-10-071-6/+6
* alpha -> betaRoberto Ierusalimschy2014-10-041-2/+2
* deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy2014-10-011-2/+2
* new functions 'lua_geti/lua_seti' (non raw)Roberto Ierusalimschy2014-08-211-1/+3
* 'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy2014-08-011-7/+7
* release changed to (5.3) alphav5.3-alphav5-3-alphaRoberto Ierusalimschy2014-07-311-2/+2
* better support for extra user space associated with a Lua stateRoberto Ierusalimschy2014-07-241-1/+3
* 'lua_replace' implemented as a macro using 'lua_copy'Roberto Ierusalimschy2014-07-221-2/+3
* new type 'lua_Ctx' for continuation-function contexts (to allow typeRoberto Ierusalimschy2014-07-171-28/+32
* unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy2014-06-261-5/+18
* new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy2014-06-101-6/+12
* new API function 'lua_rotate'Roberto Ierusalimschy2014-05-131-6/+9
* new function 'lua_isyieldable' (and 'coroutine.isyieldable')Roberto Ierusalimschy2014-05-081-1/+3
* 'lua_getuservalue' returns type of user valueRoberto Ierusalimschy2014-05-011-2/+2
* 'lua_strtonum' (and 'luaO_str2num') now return string size, instead ofRoberto Ierusalimschy2014-05-011-2/+2
* copyright year -> 2014Roberto Ierusalimschy2014-03-201-3/+3
* lua_gettable and similars return type of gotten valueRoberto Ierusalimschy2014-03-121-7/+8
* added 'strip' parameter to lua_dump/string.dumpRoberto Ierusalimschy2014-02-251-2/+2
* no more local collectionRoberto Ierusalimschy2014-02-131-2/+1
* first implementation of '<<', '>>', and '~' (bitwise not)Roberto Ierusalimschy2013-12-301-2/+5
* first implementation of bitwise operators '&' (band), '|' (bor),Roberto Ierusalimschy2013-12-181-2/+5
* new order for binary operations (grouping them by type of result)Roberto Ierusalimschy2013-12-161-6/+6
* 'lua_sethook' returns voidRoberto Ierusalimschy2013-12-091-2/+2
* GC local pause configurableRoberto Ierusalimschy2013-09-131-2/+3
* no more generational collection !!!Roberto Ierusalimschy2013-08-051-5/+2
* 'lua_cvtonum' -> 'lua_strtonum'; converts only strings to numbersRoberto Ierusalimschy2013-07-051-2/+2
* new version (5.3)Roberto Ierusalimschy2013-06-071-4/+4
* details ('Type* id' -> 'Type *id')Roberto Ierusalimschy2013-06-071-2/+2
* new API function 'lua_cvtonum' to convert a value (number or string)Roberto Ierusalimschy2013-05-141-1/+3
* "integer" keys in tables are now lua_Integer, not 'int'.Roberto Ierusalimschy2013-04-261-3/+3
* new operation '//' (integer division)Roberto Ierusalimschy2013-04-261-4/+5
* new API function 'lua_isinteger'Roberto Ierusalimschy2013-04-251-1/+2
* export 'lua_ident' to avoid it being removed by C++ linkerRoberto Ierusalimschy2013-03-151-1/+6
* new release number + copyright yearRoberto Ierusalimschy2013-02-191-4/+4
* release 5.2.1Roberto Ierusalimschy2012-04-201-4/+4
* 'lua_load' has an extra argument 'mode'Roberto Ierusalimschy2011-11-291-2/+3
* 'lua_setglobal/lua_getglobal' implemented as functions to avoidRoberto Ierusalimschy2011-10-241-8/+3
* new functions lua_rawsetp/lua_rawgetpRoberto Ierusalimschy2011-10-241-1/+3
* 'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy2011-08-231-2/+2
* reordering of some defines (more logical grouping)Roberto Ierusalimschy2011-07-021-2/+2
* copyright updated to 2011Roberto Ierusalimschy2011-04-181-3/+3
* better organization for coercion functions between lua_Number andRoberto Ierusalimschy2010-10-261-2/+2
* new type lua_Unsigned and corresponding projection/injection functionsRoberto Ierusalimschy2010-10-251-1/+7
* new parameter 'majorinc' to control frequency of major collectionsRoberto Ierusalimschy2010-09-031-4/+5
* 'lua_[gs]etenv' -> 'lua_[gs]etuservalue'Roberto Ierusalimschy2010-07-251-3/+3
* new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}Roberto Ierusalimschy2010-07-251-3/+7
* functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerxRoberto Ierusalimschy2010-07-021-3/+6
* new API function 'lua_absindex'Roberto Ierusalimschy2010-05-121-1/+2