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

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

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.