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

Roberto Ierusalimschy 663f83f647 Same changes around 'correctgraylist' há 5 anos atrás
manual c33b1728ae Details há 5 anos atrás
testes ae5b5ba529 Fixed bug: line hooks in stripped functions há 5 anos atrás
.gitignore 56a165bf0f Added '.gitignore' to the repository há 5 anos atrás
all be78aeae4c Default for warnings changed to "off" há 6 anos atrás
lapi.c 314c6057b7 Avoid any code before locks in the API há 5 anos atrás
lapi.h bd1b87c579 Comments (mosty typos) há 5 anos atrás
lauxlib.c b57574d6fb Keep memory errors as memory errors há 5 anos atrás
lauxlib.h 9e0a8475cd Added 'simplesect' sections to the manual há 5 anos atrás
lbaselib.c b96b0b5abb Added macro 'luaL_pushfail' há 6 anos atrás
lcode.c e460752323 Fixed "conceptual" bug in 'luaK_setreturns' há 5 anos atrás
lcode.h 6eb53b7526 Details há 5 anos atrás
lcorolib.c b57574d6fb Keep memory errors as memory errors há 5 anos atrás
lctype.c e0ab13c62f Easy way to allow Unicode characters in identifiers há 5 anos atrás
lctype.h f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
ldblib.c 364e569945 Avoid calling 'fprintf' with NULL há 5 anos atrás
ldebug.c ae5b5ba529 Fixed bug: line hooks in stripped functions há 5 anos atrás
ldebug.h a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function há 5 anos atrás
ldo.c 34affe7a63 Fixed bug: 'luaD_callnoyield' called twice in a row há 5 anos atrás
ldo.h eb41999461 Fixed bugs of stack reallocation x GC há 5 anos atrás
ldump.c 61a4e64a66 Back to old encoding of versions in binary files há 5 anos atrás
lfunc.c d2c2e32e8a All objects are kept 'new' in incremental GC há 5 anos atrás
lfunc.h 5f83fb6582 Details há 5 anos atrás
lgc.c 663f83f647 Same changes around 'correctgraylist' há 5 anos atrás
lgc.h b14609032c Avoid the creation of too many strings in 'package' há 6 anos atrás
linit.c f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
liolib.c 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' há 5 anos atrás
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
llex.c 5ff408d218 Changed internal representation of booleans há 5 anos atrás
llex.h f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
llimits.h 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on há 5 anos atrás
lmathlib.c 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
lmem.c 56ec432281 Change in macro HARDMEMTESTS for testing GC há 5 anos atrás
lmem.h f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
loadlib.c 61a4e64a66 Back to old encoding of versions in binary files há 5 anos atrás
lobject.c 0280407fc5 Details há 5 anos atrás
lobject.h 9514abc2da Cleaner definition for 'TString' há 5 anos atrás
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
lopcodes.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
loslib.c efcf24be0c 'luaL_execresult' does not assume -1 status as error há 5 anos atrás
lparser.c 6d7cd31fee Fixed missing GC barriers in compiler and undump há 5 anos atrás
lparser.h 63295f1f7f Fixed two bugs in to-be-closed variables x constants há 5 anos atrás
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
lstate.c a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function há 5 anos atrás
lstate.h a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function há 5 anos atrás
lstring.c 7288528a1e Short strings always use all bytes in the hash há 5 anos atrás
lstring.h 9514abc2da Cleaner definition for 'TString' há 5 anos atrás
lstrlib.c 513559cc47 Fixed bug in 'string.format("%p")' há 5 anos atrás
ltable.c 46c3587a6f Clearer distinction between types and tags há 5 anos atrás
ltable.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
ltablib.c e888976bc6 Details (typos in comments) há 6 anos atrás
ltests.c 8c7c9ea065 Function 'printobj' in 'ltests.c' made public há 5 anos atrás
ltests.h 8c7c9ea065 Function 'printobj' in 'ltests.c' made public há 5 anos atrás
ltm.c eb41999461 Fixed bugs of stack reallocation x GC há 5 anos atrás
ltm.h 46c3587a6f Clearer distinction between types and tags há 5 anos atrás
lua.c 17dbaa8639 Improvements in the handling of signals há 5 anos atrás
lua.h 46c3587a6f Clearer distinction between types and tags há 5 anos atrás
luaconf.h 2d92102dee 'l_mathlim' renamed to 'l_floatatt' há 5 anos atrás
lualib.h f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
lundump.c 422ce50d2e Fixed detail in 'loadUpvalues' há 5 anos atrás
lundump.h 0be57b9b6d Details in comments há 5 anos atrás
lutf8lib.c aa8d4a782d Details (more uniformity in error messages) há 5 anos atrás
lvm.c a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function há 5 anos atrás
lvm.h 0ddc0f47bd Several details about 5.4.0 rc1 há 5 anos atrás
lzio.c f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
lzio.h f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
makefile 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on há 5 anos atrás
onelua.c 23e6bac8a0 Keep correct type for immediate operands in comparisons há 6 anos atrás