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

Roberto Ierusalimschy c65605151c New function 'luaL_addgsub' il y a 6 ans
manual c65605151c New function 'luaL_addgsub' il y a 6 ans
testes 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' il y a 6 ans
all 662506476b 'all' script automatically 'make's everything il y a 6 ans
bugs 57f5b81da9 Bug: Long brackets with a huge number of '=' causes overflow il y a 6 ans
lapi.c d12262068d Small optimizations in range checks il y a 6 ans
lapi.h 34840301b5 To-be-closed variables in the C API il y a 6 ans
lauxlib.c c65605151c New function 'luaL_addgsub' il y a 6 ans
lauxlib.h c65605151c New function 'luaL_addgsub' il y a 6 ans
lbaselib.c 8ba4523ccc 'print' does not call 'tostring' to format its arguments il y a 6 ans
lcode.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
lcode.h a006514ea1 Big revamp in the implmentation of labels/gotos il y a 6 ans
lcorolib.c a93e014447 Added an optional parameter to 'coroutine.isyieldable' il y a 6 ans
lctype.c f99509581e Removed extra information from RCS keyword strings il y a 7 ans
lctype.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
ldblib.c 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
ldebug.c 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
ldebug.h 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) il y a 6 ans
ldo.c 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK il y a 6 ans
ldo.h bd96330d03 First "complete" implementation of to-be-closed variables il y a 6 ans
ldump.c f53eabeed8 Small changes in the header of binary files il y a 6 ans
lfunc.c cf71a5ddc7 Details il y a 6 ans
lfunc.h fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' il y a 6 ans
lgc.c 38425e0692 Avoid moving the collector while in 'GCSenteratomic' state il y a 6 ans
lgc.h 2c32bff609 After a "bad collections", avoid switching back back to generational il y a 6 ans
linit.c f99509581e Removed extra information from RCS keyword strings il y a 7 ans
liolib.c 7f6f70853c To-be-closed variable in 'for' loop separated from the state il y a 6 ans
ljumptab.h 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
llex.c 65d1aa7a77 Syntax should not allow numbers touching identifiers il y a 6 ans
llex.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
llimits.h 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
lmathlib.c 9eca305e75 'math.randomseed()' sets a somewhat random seed il y a 6 ans
lmem.c ea1322ef54 Detail: bad assertion in 'luaM_free_' il y a 6 ans
lmem.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
loadlib.c ed2872cd3b 'require' returns where module was found il y a 6 ans
lobject.c 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' il y a 6 ans
lobject.h 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
lopcodes.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
lopcodes.h 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
lopnames.h 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
loslib.c 2fc6b55dae Removed resource-related "emergency collections" il y a 6 ans
lparser.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
lparser.h 35296e1fde Details il y a 6 ans
lprefix.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
lstate.c 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK il y a 6 ans
lstate.h b56d4e570a Changes in the warning system il y a 6 ans
lstring.c f99509581e Removed extra information from RCS keyword strings il y a 7 ans
lstring.h c5feac2b5e Strings inside Lua are not fully aligned il y a 6 ans
lstrlib.c 2d3f095448 Avoid using large buffers in 'string.format' il y a 6 ans
ltable.c d12262068d Small optimizations in range checks il y a 6 ans
ltable.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
ltablib.c d12262068d Small optimizations in range checks il y a 6 ans
ltests.c 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' il y a 6 ans
ltests.h 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK il y a 6 ans
ltm.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
ltm.h 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
lua.c faaf7e481f Removed use of 'rl_inhibit_completion' in 'lua.c' il y a 7 ans
lua.h 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' il y a 6 ans
luaconf.h 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' il y a 6 ans
lualib.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
lundump.c ed2872cd3b 'require' returns where module was found il y a 6 ans
lundump.h f53eabeed8 Small changes in the header of binary files il y a 6 ans
lutf8lib.c 39bb3cf242 Name 'nonstrict' in the UTF-8 library changed to 'lax' il y a 6 ans
lvm.c 8004798b03 Fixed wrong error message in 'return math.seed(0)' il y a 6 ans
lvm.h 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' il y a 6 ans
lzio.c f99509581e Removed extra information from RCS keyword strings il y a 7 ans
lzio.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
makefile 662506476b 'all' script automatically 'make's everything il y a 6 ans
onelua.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans