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

Roberto Ierusalimschy 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
manual 6ccd24eff5 Simpler handling of errors when creating tbc variables il y a 4 ans
testes 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index il y a 4 ans
README.md d9d2904f09 Details il y a 4 ans
all 287b302acb Revision of stackless implementation il y a 4 ans
lapi.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lapi.h bd1b87c579 Comments (mosty typos) il y a 5 ans
lauxlib.c cc1692515e New API function 'lua_closeslot' il y a 4 ans
lauxlib.h e2ea3b31c9 Details (do not affect regular code) il y a 4 ans
lbaselib.c 1f81baffad Janitorial work il y a 4 ans
lcode.c e500892e18 Optimization/simplification of 'getbaseline' il y a 4 ans
lcode.h 6eb53b7526 Details il y a 5 ans
lcorolib.c 0ceada8da9 Report last error in closing methods il y a 4 ans
lctype.c e0ab13c62f Easy way to allow Unicode characters in identifiers il y a 5 ans
lctype.h 8496112a18 Better documentation for 'lctype.h' il y a 4 ans
ldblib.c d9d2904f09 Details il y a 4 ans
ldebug.c e500892e18 Optimization/simplification of 'getbaseline' il y a 4 ans
ldebug.h e500892e18 Optimization/simplification of 'getbaseline' il y a 4 ans
ldo.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
ldo.h 7af27ef59d Cleaner handling of errors in '__close' metamethods il y a 4 ans
ldump.c 61a4e64a66 Back to old encoding of versions in binary files il y a 5 ans
lfunc.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lfunc.h 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lgc.c d282652561 Bug when growing a stack il y a 4 ans
lgc.h f849885a4b Small changes in macros that change GC colors il y a 5 ans
linit.c f99509581e Removed extra information from RCS keyword strings il y a 7 ans
liolib.c 754ca0060f n Windows, 'popen' accepts "[rw][bt]?" as valid modes il y a 4 ans
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
llex.c 23051e830a Changes in the API of 'luaH_set' and related functions il y a 4 ans
llex.h 98ec799591 Detail il y a 4 ans
llimits.h 9d067ab73b Optimization for 'n^2' il y a 4 ans
lmathlib.c 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
lmem.c c63e5d212b New macro 'completestate' il y a 4 ans
lmem.h f99509581e Removed extra information from RCS keyword strings il y a 7 ans
loadlib.c 61a4e64a66 Back to old encoding of versions in binary files il y a 5 ans
lobject.c 58216600eb 'luaL_newstate' should not allocate extra memory il y a 4 ans
lobject.h 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
lopcodes.h c23cc86c54 Details il y a 4 ans
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
loslib.c efcf24be0c 'luaL_execresult' does not assume -1 status as error il y a 5 ans
lparser.c d9d2904f09 Details il y a 4 ans
lparser.h d9d2904f09 Details il y a 4 ans
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
lstate.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lstate.h 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lstring.c 9a89fb1c9d Hash always use all characters in a long string il y a 4 ans
lstring.h 9a89fb1c9d Hash always use all characters in a long string il y a 4 ans
lstrlib.c b17178b27a Cleaner handling of floats in pack/unpack il y a 4 ans
ltable.c 553b37ce4f Do not insert nil values into tables il y a 4 ans
ltable.h 23051e830a Changes in the API of 'luaH_set' and related functions il y a 4 ans
ltablib.c e888976bc6 Details (typos in comments) il y a 6 ans
ltests.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
ltests.h e2ea3b31c9 Details (do not affect regular code) il y a 4 ans
ltm.c eb41999461 Fixed bugs of stack reallocation x GC il y a 5 ans
ltm.h 7c3cb71fa4 Free bit 7 of GC 'marked' field il y a 5 ans
lua.c 131e3fd814 Avoid using 'signal' when 'sigaction' is available il y a 4 ans
lua.h cc1692515e New API function 'lua_closeslot' il y a 4 ans
luaconf.h dee6433a89 Forbid changing numerical types through compiler options il y a 4 ans
lualib.h d41c36bf67 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' il y a 4 ans
lundump.c 6bc0f13505 Fixed bug of long strings in binary chunks il y a 5 ans
lundump.h 0be57b9b6d Details in comments il y a 5 ans
lutf8lib.c aa8d4a782d Details (more uniformity in error messages) il y a 5 ans
lvm.c 4e47f81188 New implementation for to-be-closed variables il y a 4 ans
lvm.h 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 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 2f4162bc47 Compiler optimization back to '-O2' il y a 4 ans
onelua.c 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans

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.