Lines Matching refs:functions
15 + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
17 + luaopen_* functions must be called through Lua.
49 + new functions (time/date, tmpfile, unpack, require, load*, etc.).
109 functions provided to get and set this info.
111 + new table functions "foreachi", "sort", "tinsert", "tremove", "getn".
112 + new io functions "flush", "seek".
116 + NEW FEATURE: anonymous functions with closures (via "upvalues").
130 + new traversal functions "foreach" and "foreachvar".
145 + support for handling variable number of arguments in functions (varargs).
165 + new functions for handling references to Lua objects
166 + new functions in standard lib
172 + functions now may be declared with any "lvalue" as a name
173 + garbage collection of functions