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

Roberto Ierusalimschy 57f5b81da9 Bug: Long brackets with a huge number of '=' causes overflow 6 anos atrás
manual fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
testes fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
all 7c519dfbd0 Added manual and tests for version 5.4-w2 7 anos atrás
bugs 57f5b81da9 Bug: Long brackets with a huge number of '=' causes overflow 6 anos atrás
lapi.c 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) 6 anos atrás
lapi.h 34840301b5 To-be-closed variables in the C API 6 anos atrás
lauxlib.c 46beca5bed Better error messages for some polymorphic functions 6 anos atrás
lauxlib.h 46beca5bed Better error messages for some polymorphic functions 6 anos atrás
lbaselib.c 3b06f983ae Details 6 anos atrás
lcode.c 84e32ad2eb Added opcodes for arithmetic with K operands 6 anos atrás
lcode.h a006514ea1 Big revamp in the implmentation of labels/gotos 6 anos atrás
lcorolib.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
lctype.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lctype.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
ldblib.c 46beca5bed Better error messages for some polymorphic functions 6 anos atrás
ldebug.c 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) 6 anos atrás
ldebug.h 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) 6 anos atrás
ldo.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
ldo.h bd96330d03 First "complete" implementation of to-be-closed variables 7 anos atrás
ldump.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lfunc.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
lfunc.h fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
lgc.c e8c779736f Removed internal cache for closures 6 anos atrás
lgc.h e8c779736f Removed internal cache for closures 6 anos atrás
linit.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
liolib.c 7f6f70853c To-be-closed variable in 'for' loop separated from the state 6 anos atrás
ljumptab.h 7e63d3da02 Some bugs with stack reallocation by 'luaF_close' 6 anos atrás
llex.c 57f5b81da9 Bug: Long brackets with a huge number of '=' causes overflow 6 anos atrás
llex.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
llimits.h 9cbf17b0f1 Details (comments) 7 anos atrás
lmathlib.c 51316f9df7 'math.rand()' uses higher bits to produce float value 6 anos atrás
lmem.c ea1322ef54 Detail: bad assertion in 'luaM_free_' 6 anos atrás
lmem.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
loadlib.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lobject.c 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 anos atrás
lobject.h e8c779736f Removed internal cache for closures 6 anos atrás
lopcodes.c 84e32ad2eb Added opcodes for arithmetic with K operands 6 anos atrás
lopcodes.h 84e32ad2eb Added opcodes for arithmetic with K operands 6 anos atrás
lopnames.h 84e32ad2eb Added opcodes for arithmetic with K operands 6 anos atrás
loslib.c 2fc6b55dae Removed resource-related "emergency collections" 6 anos atrás
lparser.c 28d829c867 Calls cannot be tail in the scope of a to-be-closed variable 6 anos atrás
lparser.h 35296e1fde Details 6 anos atrás
lprefix.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lstate.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
lstate.h e8c779736f Removed internal cache for closures 6 anos atrás
lstring.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lstring.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lstrlib.c 46beca5bed Better error messages for some polymorphic functions 6 anos atrás
ltable.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
ltable.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
ltablib.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
ltests.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
ltests.h 84e32ad2eb Added opcodes for arithmetic with K operands 6 anos atrás
ltm.c 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 anos atrás
ltm.h 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 anos atrás
lua.c faaf7e481f Removed use of 'rl_inhibit_completion' in 'lua.c' 7 anos atrás
lua.h fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
luaconf.h d40cd315f5 Visibility of non-API functions changed to "internal" 6 anos atrás
lualib.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lundump.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lundump.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lutf8lib.c fb18346ddd Avoid using 'int' for UTF-8 values 7 anos atrás
lvm.c fdc25a1ebf New functions 'lua_resetthread' and 'coroutine.kill' 6 anos atrás
lvm.h 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 anos atrás
lzio.c f99509581e Removed extra information from RCS keyword strings 7 anos atrás
lzio.h f99509581e Removed extra information from RCS keyword strings 7 anos atrás
makefile 6683f83b51 several details 7 anos atrás