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

Roberto I 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
manual 82d721a855 Format adjust in the manual hace 1 mes
testes 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index hace 5 años
README.md d9d2904f09 Details hace 5 años
all 4a00f61276 'lua_checkstack' doesn't need to check stack overflow hace 3 años
lapi.c 632a71b24d BUG: Arithmetic overflow in 'collectgarbage"step"' hace 1 mes
lapi.h f407b3c4a1 Using CIST_CLSRET instead of trick with 'nresults' hace 1 año
lauxlib.c 3d03ae5bd6 'luaL_newstate' starts state with warnings on hace 1 mes
lauxlib.h 5cfc725a8b Special case for 'string.rep' over an empty string hace 3 semanas
lbaselib.c 4cf498210e '__pairs' can also return a to-be-closed object hace 2 meses
lcode.c 8164d09338 Wrong assert in 'luaK_indexed' hace 1 mes
lcode.h e44f3a2ffc Global initialization checks name conflict hace 2 meses
lcorolib.c 985ef32248 In luaB_close, running coroutines do not go to default hace 1 mes
lctype.c 03d672a95c Details (comments) hace 6 meses
lctype.h 8496112a18 Better documentation for 'lctype.h' hace 5 años
ldblib.c 50c7c915ee Debug information about extra arguments from __call hace 1 año
ldebug.c a07f6a8241 Functions with vararg tables don't need hidden args. hace 2 meses
ldebug.h e44f3a2ffc Global initialization checks name conflict hace 2 meses
ldo.c 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
ldo.h a5522f06d2 GC checks stack space before running finalizer hace 1 mes
ldump.c 7a92f3f99a Change in dumping of NULL strings hace 3 meses
lfunc.c dd095677e3 Small cleaning services hace 5 meses
lfunc.h d1e677c52b New type 'TStatus' for thread status/error codes hace 1 año
lgc.c 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
lgc.h 1ec251e091 Detail (debugging aid) hace 1 año
linit.c a08d82eb13 llimits.h being used by all Lua code hace 1 año
liolib.c 9a3940380a New compile option LUA_USE_OFF_T hace 5 meses
ljumptab.h e44f3a2ffc Global initialization checks name conflict hace 2 meses
llex.c ded2ad2d86 Slightly faster way to check for "global" hace 8 meses
llex.h ded2ad2d86 Slightly faster way to check for "global" hace 8 meses
llimits.h 26755cad99 Added "attribute internal" to __MACH__ platforms hace 3 meses
lmathlib.c 9ea06e61f2 Details hace 4 meses
lmem.c ddfa1fbccf GC back to controling pace counting bytes hace 1 año
lmem.h e5f4927a0b Array sizes in undump changed from unsigned to int hace 11 meses
loadlib.c 60b6599e83 Short strings can be external, too hace 6 meses
lobject.c c33bb08ffe Added some casts for 32-bit machines hace 6 meses
lobject.h a07f6a8241 Functions with vararg tables don't need hidden args. hace 2 meses
lopcodes.c e44f3a2ffc Global initialization checks name conflict hace 2 meses
lopcodes.h a07f6a8241 Functions with vararg tables don't need hidden args. hace 2 meses
lopnames.h e44f3a2ffc Global initialization checks name conflict hace 2 meses
loslib.c 9ea06e61f2 Details hace 4 meses
lparser.c 104b0fc700 Details hace 1 mes
lparser.h 25c54fe60e Optimization for vararg tables hace 4 meses
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 hace 5 años
lstate.c 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
lstate.h 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
lstring.c 9c66903cc5 Details hace 3 meses
lstring.h 9c66903cc5 Details hace 3 meses
lstrlib.c 5cfc725a8b Special case for 'string.rep' over an empty string hace 3 semanas
ltable.c 962f444a75 Details hace 3 semanas
ltable.h 303f415559 Randomness added to table length computation hace 6 meses
ltablib.c 7d7ae8781e Parameters for 'lua_createtable' back to int hace 1 año
ltests.c 2a7cf4f319 More effort in avoiding errors in finalizers hace 2 semanas
ltests.h f791bb6906 Details hace 3 meses
ltm.c a07f6a8241 Functions with vararg tables don't need hidden args. hace 2 meses
ltm.h c4e2c91973 Details hace 1 mes
lua.c 3d03ae5bd6 'luaL_newstate' starts state with warnings on hace 1 mes
lua.h 06c5d3825f Removed code for compatibility with version 5.3 hace 5 meses
luaconf.h 9ea06e61f2 Details hace 4 meses
lualib.h 165389b27b New interface to function 'luaL_openselectedlibs' hace 1 año
lundump.c 7a92f3f99a Change in dumping of NULL strings hace 3 meses
lundump.h b5b1995f29 Checks for type 'int' added to binary header hace 10 meses
lutf8lib.c f791bb6906 Details hace 3 meses
lvm.c f33cc4ddec New conceptual model for vararg hace 2 meses
lvm.h 2d8d5c74b5 Details hace 1 año
lzio.c 55ac40f859 Cleaning of llimits.h hace 1 año
lzio.h 0acd55898d Added gcc option '-Wconversion' hace 1 año
makefile 26755cad99 Added "attribute internal" to __MACH__ platforms hace 3 meses
onelua.c 711890624f update in 'onelua.c' hace 5 meses

README.md

Lua

This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.

Please do not send pull requests. To report issues, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.