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

Roberto Ierusalimschy c612685d4b lua.c doesn't use function pointers with LUA_READLINE 2 kuukautta sitten
manual 942c10a5e3 Optional initialization for global declarations 2 kuukautta sitten
testes 85a3c1699c New method to unload DLLs 2 kuukautta sitten
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index 4 vuotta sitten
README.md d9d2904f09 Details 4 vuotta sitten
all 4a00f61276 'lua_checkstack' doesn't need to check stack overflow 3 vuotta sitten
lapi.c 03d672a95c Details (comments) 2 kuukautta sitten
lapi.h f407b3c4a1 Using CIST_CLSRET instead of trick with 'nresults' 1 vuosi sitten
lauxlib.c 3dd8ea54da Order change in 'pushfuncname' 5 kuukautta sitten
lauxlib.h cb88c1cd5d Detail 6 kuukautta sitten
lbaselib.c 4901853c11 Parameter for lua_gc/LUA_GCSTEP changed to 'size_t' 1 vuosi sitten
lcode.c 5b1ab8efdc 'expdesc' doesn't depend on 'actvar' for var. info. 4 kuukautta sitten
lcode.h 50fd8d03c3 Function 'luaK_semerror' made vararg 4 kuukautta sitten
lcorolib.c e657a48ea5 The main thread cannot be closed 2 kuukautta sitten
lctype.c 03d672a95c Details (comments) 2 kuukautta sitten
lctype.h 8496112a18 Better documentation for 'lctype.h' 5 vuotta sitten
ldblib.c 50c7c915ee Debug information about extra arguments from __call 9 kuukautta sitten
ldebug.c f2c1531e6c Detail 3 kuukautta sitten
ldebug.h 1b3f507f62 Bug: Call hook may be called twice when count hook yields 2 vuotta sitten
ldo.c 59a1adf194 LUAI_MAXSTACK defined privately 2 kuukautta sitten
ldo.h fd897027f1 A coroutine can close itself 2 kuukautta sitten
ldump.c 0cecf1ab6d Dump uses varints also for integer constants 2 kuukautta sitten
lfunc.c ef5d171cc8 New macro 'l_numbits' 5 kuukautta sitten
lfunc.h d1e677c52b New type 'TStatus' for thread status/error codes 7 kuukautta sitten
lgc.c 9386e49a31 New metatable in an all-weak table can fool the GC 2 kuukautta sitten
lgc.h 1ec251e091 Detail (debugging aid) 8 kuukautta sitten
linit.c a08d82eb13 llimits.h being used by all Lua code 1 vuosi sitten
liolib.c 620f49a7aa Tiny refactoring in io.flush 5 kuukautta sitten
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 5 vuotta sitten
llex.c ded2ad2d86 Slightly faster way to check for "global" 3 kuukautta sitten
llex.h ded2ad2d86 Slightly faster way to check for "global" 3 kuukautta sitten
llimits.h 7ade155762 Janitorial work on casts 4 kuukautta sitten
lmathlib.c 37a1b72706 Small optimization in 'project' from math.random 5 kuukautta sitten
lmem.c ddfa1fbccf GC back to controling pace counting bytes 11 kuukautta sitten
lmem.h e5f4927a0b Array sizes in undump changed from unsigned to int 6 kuukautta sitten
loadlib.c 85a3c1699c New method to unload DLLs 2 kuukautta sitten
lobject.c 03d672a95c Details (comments) 2 kuukautta sitten
lobject.h d827e96f33 Using 'l_uint32' for unicode codepoints in scanner 4 kuukautta sitten
lopcodes.c 007b8c7a01 Details 1 vuosi sitten
lopcodes.h c15543b9af Bug: check for constructor overflow in [exp] fields 3 kuukautta sitten
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 5 vuotta sitten
loslib.c cfce6f4b20 Warning in loslib.c (signed-unsigned comparison) 2 kuukautta sitten
lparser.c 942c10a5e3 Optional initialization for global declarations 2 kuukautta sitten
lparser.h 07b009c371 No need to limit variable declarations to 250 2 kuukautta sitten
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 5 vuotta sitten
lstate.c fd897027f1 A coroutine can close itself 2 kuukautta sitten
lstate.h 8485687908 Correction in definition of CIST_FRESH 2 kuukautta sitten
lstring.c d1e677c52b New type 'TStatus' for thread status/error codes 7 kuukautta sitten
lstring.h 5894ca7b95 Scanner doesn't need to anchor reserved words 8 kuukautta sitten
lstrlib.c 03bf7fdd4f Added missing casts from lua_Unsigned to size_t 2 kuukautta sitten
ltable.c ef5d171cc8 New macro 'l_numbits' 5 kuukautta sitten
ltable.h 1c40ff9faa Scanner and parser use different tables for constants 8 kuukautta sitten
ltablib.c 7d7ae8781e Parameters for 'lua_createtable' back to int 7 kuukautta sitten
ltests.c 7ade155762 Janitorial work on casts 4 kuukautta sitten
ltests.h 59a1adf194 LUAI_MAXSTACK defined privately 2 kuukautta sitten
ltm.c 0acd55898d Added gcc option '-Wconversion' 1 vuosi sitten
ltm.h 0acd55898d Added gcc option '-Wconversion' 1 vuosi sitten
lua.c c612685d4b lua.c doesn't use function pointers with LUA_READLINE 2 kuukautta sitten
lua.h 59a1adf194 LUAI_MAXSTACK defined privately 2 kuukautta sitten
luaconf.h 03d672a95c Details (comments) 2 kuukautta sitten
lualib.h 165389b27b New interface to function 'luaL_openselectedlibs' 1 vuosi sitten
lundump.c 03bf7fdd4f Added missing casts from lua_Unsigned to size_t 2 kuukautta sitten
lundump.h b5b1995f29 Checks for type 'int' added to binary header 6 kuukautta sitten
lutf8lib.c 03d672a95c Details (comments) 2 kuukautta sitten
lvm.c 9b014d4bcd Details (typos in comments) 4 kuukautta sitten
lvm.h 2d8d5c74b5 Details 7 kuukautta sitten
lzio.c 55ac40f859 Cleaning of llimits.h 1 vuosi sitten
lzio.h 0acd55898d Added gcc option '-Wconversion' 1 vuosi sitten
makefile 3cdd49c94a Fixed conversion warnings from clang 7 kuukautta sitten
onelua.c c4b71b7ba0 Details 2 vuotta sitten

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.