Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy ffa96d988d field 'op' renamed to 'open' il y a 11 ans
bugs e34c35abcf new bug: Resuming the running coroutine makes it unyieldable il y a 12 ans
lapi.c ffa96d988d field 'op' renamed to 'open' il y a 11 ans
lapi.h 3e41afcec5 extra api checks for number of returns of C functions and for lua_yield il y a 16 ans
lauxlib.c 4a1ed6e6e5 new field '__name' in metatables to help better error messages il y a 11 ans
lauxlib.h 438c534ff4 'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.) il y a 11 ans
lbaselib.c 6a24bd17a8 no more second result from 'collectgarbage"count"' (as Lua seldom il y a 11 ans
lbitlib.c 2ef9bcfd11 avoid undefined shift of LUA_NBITS in rotate operation il y a 12 ans
lcode.c 19ad78d713 C++ needs casts for arithmetic with enums il y a 11 ans
lcode.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
lcorolib.c a83ed55f1e added 'return' (when possible) to calls to error functions il y a 12 ans
lctype.c d79190e27f missing 'LUA_CORE' definition il y a 14 ans
lctype.h 32a12e2f3f detail (cleaned whitespaces at end of lines) il y a 14 ans
ldblib.c 4244da96bf 'debug.subtype' -> 'math.type' (to distinguish integers and floats) il y a 12 ans
ldebug.c 16493b777f 'lua_sethook' returns void il y a 11 ans
ldebug.h f2043b7a58 correct error message for conversion errors from float to int il y a 12 ans
ldo.c ffa96d988d field 'op' renamed to 'open' il y a 11 ans
ldo.h 3617e04e97 'lua_load' has an extra argument 'mode' il y a 13 ans
ldump.c eee51492e2 dumping and undumping integers il y a 12 ans
lfunc.c ffa96d988d field 'op' renamed to 'open' il y a 11 ans
lfunc.h ffa96d988d field 'op' renamed to 'open' il y a 11 ans
lgc.c ffa96d988d field 'op' renamed to 'open' il y a 11 ans
lgc.h 1cce3e6842 change in the way 'collectgarbage("step", size)' interprets 'size' il y a 11 ans
linit.c 6ccf150039 new library: utf8 il y a 11 ans
liolib.c 67c5de9283 comment il y a 11 ans
llex.c 0b04c561f5 new syntax for Unicode escape '\u{012F}' il y a 11 ans
llex.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
llimits.h 8c68863960 initial size of string table (MINSTRTABSIZE) should be large enough il y a 12 ans
lmathlib.c 4244da96bf 'debug.subtype' -> 'math.type' (to distinguish integers and floats) il y a 12 ans
lmem.c e131eb0d9a removed debug code il y a 13 ans
lmem.h d0c038da07 typo in comment il y a 12 ans
loadlib.c c5fcba1a17 detail (changing some names of macros) il y a 12 ans
lobject.c 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' il y a 11 ans
lobject.h 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' il y a 11 ans
lopcodes.c 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
lopcodes.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
loslib.c 4ad9970649 uses integers for time il y a 12 ans
lparser.c 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
lparser.h 8ef9e8460e bug (GC can collect long identifier during parser) + change (using il y a 12 ans
lstate.c de3b1c9b53 better control for number of finalizers called at each GC cycle il y a 11 ans
lstate.h de3b1c9b53 better control for number of finalizers called at each GC cycle il y a 11 ans
lstring.c 6ca7b63bce check for shrinking string table done only at the end of a GC cycle il y a 12 ans
lstring.h 0df6635711 "fixed" objects kept in a separated list (instead of being kept in il y a 12 ans
lstrlib.c 916bd874ad added explicit default options to string.pack/unpack functions il y a 11 ans
ltable.c 86dd8bf3f5 no more 'L' in macros "luai_num*" (several places that use those macros il y a 11 ans
ltable.h 8ef9e8460e bug (GC can collect long identifier during parser) + change (using il y a 12 ans
ltablib.c 15a3738b49 no need to handle 0 as a special case in 'table.remove' il y a 12 ans
ltests.c ffa96d988d field 'op' renamed to 'open' il y a 11 ans
ltests.h 39929384c6 new macro 'luai_userstateclose' (to test it is being called correctly) il y a 12 ans
ltm.c 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
ltm.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
lua.c 1721d09ac8 still accepts initial '=' for expressions, for compatibility with old il y a 11 ans
lua.h 733c58595b no more local collection il y a 11 ans
luaconf.h 86dd8bf3f5 no more 'L' in macros "luai_num*" (several places that use those macros il y a 11 ans
lualib.h 6ccf150039 new library: utf8 il y a 11 ans
lundump.c 733c58595b no more local collection il y a 11 ans
lundump.h 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer il y a 13 ans
lutf8lib.c 68df7c6279 added proper headers for a standard lib file il y a 11 ans
lvm.c d438e1379d insertion of ".0" in floats with integer values done by "luaL_tolstring", il y a 11 ans
lvm.h 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
lzio.c edfa9e007d details (header comments) il y a 13 ans
lzio.h 5a73e3ad9e simpler way to create messages for errors in escape sequences il y a 11 ans
makefile 6ccf150039 new library: utf8 il y a 11 ans