2
0

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

Roberto Ierusalimschy 9f791535cd Merge branch 'master' of https://github.com/lua/lua 4 жил өмнө
manual fbaf040f5e Details in the manual 4 жил өмнө
testes 6bc0f13505 Fixed bug of long strings in binary chunks 5 жил өмнө
.gitignore 56a165bf0f Added '.gitignore' to the repository 5 жил өмнө
README.md 51c29ec0c4 Create README.md 4 жил өмнө
all be78aeae4c Default for warnings changed to "off" 6 жил өмнө
lapi.c 314c6057b7 Avoid any code before locks in the API 5 жил өмнө
lapi.h bd1b87c579 Comments (mosty typos) 5 жил өмнө
lauxlib.c b57574d6fb Keep memory errors as memory errors 5 жил өмнө
lauxlib.h 9e0a8475cd Added 'simplesect' sections to the manual 5 жил өмнө
lbaselib.c b96b0b5abb Added macro 'luaL_pushfail' 6 жил өмнө
lcode.c e460752323 Fixed "conceptual" bug in 'luaK_setreturns' 5 жил өмнө
lcode.h 6eb53b7526 Details 5 жил өмнө
lcorolib.c b57574d6fb Keep memory errors as memory errors 5 жил өмнө
lctype.c e0ab13c62f Easy way to allow Unicode characters in identifiers 5 жил өмнө
lctype.h 8496112a18 Better documentation for 'lctype.h' 4 жил өмнө
ldblib.c 364e569945 Avoid calling 'fprintf' with NULL 5 жил өмнө
ldebug.c ae5b5ba529 Fixed bug: line hooks in stripped functions 5 жил өмнө
ldebug.h a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 5 жил өмнө
ldo.c 34affe7a63 Fixed bug: 'luaD_callnoyield' called twice in a row 5 жил өмнө
ldo.h eb41999461 Fixed bugs of stack reallocation x GC 5 жил өмнө
ldump.c 61a4e64a66 Back to old encoding of versions in binary files 5 жил өмнө
lfunc.c f849885a4b Small changes in macros that change GC colors 5 жил өмнө
lfunc.h 5f83fb6582 Details 5 жил өмнө
lgc.c 8a89da07ba Better control of gray objects 5 жил өмнө
lgc.h f849885a4b Small changes in macros that change GC colors 5 жил өмнө
linit.c f99509581e Removed extra information from RCS keyword strings 7 жил өмнө
liolib.c 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' 5 жил өмнө
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
llex.c 98ec799591 Detail 4 жил өмнө
llex.h 98ec799591 Detail 4 жил өмнө
llimits.h 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on 5 жил өмнө
lmathlib.c 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
lmem.c 56ec432281 Change in macro HARDMEMTESTS for testing GC 5 жил өмнө
lmem.h f99509581e Removed extra information from RCS keyword strings 7 жил өмнө
loadlib.c 61a4e64a66 Back to old encoding of versions in binary files 5 жил өмнө
lobject.c 0280407fc5 Details 5 жил өмнө
lobject.h 7c3cb71fa4 Free bit 7 of GC 'marked' field 5 жил өмнө
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
lopcodes.h 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
loslib.c efcf24be0c 'luaL_execresult' does not assume -1 status as error 5 жил өмнө
lparser.c 6d7cd31fee Fixed missing GC barriers in compiler and undump 5 жил өмнө
lparser.h 63295f1f7f Fixed two bugs in to-be-closed variables x constants 5 жил өмнө
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
lstate.c 0dc5deca1c Optimization in 'markold' 5 жил өмнө
lstate.h e51564d1be Details in comments and documentation 4 жил өмнө
lstring.c 7288528a1e Short strings always use all bytes in the hash 5 жил өмнө
lstring.h 9514abc2da Cleaner definition for 'TString' 5 жил өмнө
lstrlib.c 513559cc47 Fixed bug in 'string.format("%p")' 5 жил өмнө
ltable.c 7c3cb71fa4 Free bit 7 of GC 'marked' field 5 жил өмнө
ltable.h 7c3cb71fa4 Free bit 7 of GC 'marked' field 5 жил өмнө
ltablib.c e888976bc6 Details (typos in comments) 6 жил өмнө
ltests.c f13dc59416 Better tests for gray lists 5 жил өмнө
ltests.h b9b554e0f6 Clearer handling of gray lists when entering generational mode 5 жил өмнө
ltm.c eb41999461 Fixed bugs of stack reallocation x GC 5 жил өмнө
ltm.h 7c3cb71fa4 Free bit 7 of GC 'marked' field 5 жил өмнө
lua.c 17dbaa8639 Improvements in the handling of signals 5 жил өмнө
lua.h b6888a158b New release number (5.4.1) 4 жил өмнө
luaconf.h 2d92102dee 'l_mathlim' renamed to 'l_floatatt' 5 жил өмнө
lualib.h f99509581e Removed extra information from RCS keyword strings 7 жил өмнө
lundump.c 6bc0f13505 Fixed bug of long strings in binary chunks 5 жил өмнө
lundump.h 0be57b9b6d Details in comments 5 жил өмнө
lutf8lib.c aa8d4a782d Details (more uniformity in error messages) 5 жил өмнө
lvm.c a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 5 жил өмнө
lvm.h 0ddc0f47bd Several details about 5.4.0 rc1 5 жил өмнө
lzio.c f99509581e Removed extra information from RCS keyword strings 7 жил өмнө
lzio.h f99509581e Removed extra information from RCS keyword strings 7 жил өмнө
makefile 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on 5 жил өмнө
onelua.c 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 жил өмнө

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 and send patches, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.