5631 Commits (master)
 

Author SHA1 Message Date
Roberto Ierusalimschy fd0e1f530d Added option for direct correction of stack pointers 3 months ago
Roberto Ierusalimschy 75620b45ae 'lcode.c' can use 'checklimit', too 3 months ago
Roberto Ierusalimschy 3e88b72b8e A return can have at most 254 values 3 months ago
Roberto Ierusalimschy 8b752ddf14 Bug: wrong code gen. for indices with comparisons 3 months ago
Roberto Ierusalimschy 1bf4b80f1a Floats formatted with "correct" precision 3 months ago
Roberto Ierusalimschy 4c6afbcb01 Struct 'transferinfo' moved to "lua_State" 3 months ago
Roberto Ierusalimschy f2206b2abe '-Wconversion' extended to all options of Lua numbers 3 months ago
Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' 3 months ago
Roberto Ierusalimschy 15231d4fb2 'nresults' moved into 'callstatus' 4 months ago
Roberto Ierusalimschy f407b3c4a1 Using CIST_CLSRET instead of trick with 'nresults' 4 months ago
Roberto Ierusalimschy a546138d15 Explicit limit for number of results in a call 4 months ago
Roberto Ierusalimschy cd4de92762 Maximum stack size may not fit in unsigned short 4 months ago
Roberto Ierusalimschy 6b45ccf4ed Removed compatibility with "= exp" in the REPL 4 months ago
Roberto Ierusalimschy 93fd6892f8 Fixed bug in 'multiline' 4 months ago
Roberto Ierusalimschy 193bf7919e 'printstack' (from ltests.c) made public 4 months ago
Roberto Ierusalimschy 366c855648 lua.c loads 'readline' dynamically 4 months ago
Roberto Ierusalimschy 781219dbe1 Small changes in casts from void* to functions 4 months ago
Roberto Ierusalimschy d71fbc3175 Updated dependencies in the make file 4 months ago
Roberto Ierusalimschy c403e456b6 New instruction format for SETLIST/NEWTABLE 4 months ago
Roberto Ierusalimschy 6ac7219da3 'isIT'/'isOT' turned from macros to functions 4 months ago
Roberto Ierusalimschy 9904c253da Flexible limit for use of registers by constructors 4 months ago
Roberto Ierusalimschy fb7e5b76c9 Clearer code for controlling maximum registers 4 months ago
Roberto Ierusalimschy c1dc08e8e8 Length of external strings must fit in Lua integer 5 months ago
Roberto Ierusalimschy 0f7025dcae Details in the manual 5 months ago
Roberto Ierusalimschy ef28e5f789 Removed 'int' size limit for string.rep 5 months ago
Roberto Ierusalimschy ec65ab878e Removed 'int' size limit for pack/unpack 5 months ago
Roberto Ierusalimschy e24ce8c2b3 lua_writestring & co. moved to llimits.h 5 months ago
Roberto Ierusalimschy a08d82eb13 llimits.h being used by all Lua code 5 months ago
Roberto Ierusalimschy 55ac40f859 Cleaning of llimits.h 5 months ago
Roberto Ierusalimschy 97ef8e7bd4 GC test was not restarting collector after pause 5 months ago
Roberto Ierusalimschy aaf3533653 Tricky _PROMPT may trigger undefined behavior in lua.c 5 months ago
Roberto Ierusalimschy b529aefc53 Bug: luaL_traceback may need more than 5 stack slots 5 months ago
Roberto Ierusalimschy d51022bf9e Bug: overlapping assignments 5 months ago
Roberto Ierusalimschy bb7bb5944c More disciplined use of 'errno' 5 months ago
Roberto Ierusalimschy 94b503d95e Encoding of table indices (hres) must use C indices 5 months ago
Roberto Ierusalimschy bdc85357aa Bug: Active-lines for stripped vararg functions 5 months ago
Roberto Ierusalimschy b291008cc2 Manual for 'string.format' lists what it accepts 5 months ago
Roberto Ierusalimschy 814213b65f utf8.offset returns also final position of character 5 months ago
Roberto Ierusalimschy cbdf4969ec Manual: errors in lua_toclose are not memory errors 6 months ago
Roberto Ierusalimschy 262dc5729a Details 6 months ago
Roberto Ierusalimschy 9d985db7bb New year (2024) 6 months ago
Roberto Ierusalimschy 0897c0a428 'getmode' renamed to 'getMode' 7 months ago
Roberto Ierusalimschy 5edacafcfa Yet another representation for arrays 7 months ago
Roberto Ierusalimschy 3507c3380f Small simplification in 'findloader' 7 months ago
Roberto Ierusalimschy 88a50ffa71 Fixed dangling 'StkId' in 'luaV_finishget' 7 months ago
Roberto Ierusalimschy 86a8e74824 Details 7 months ago
Roberto Ierusalimschy 9fa63a6268 Some 'unsigned int' changed to 'unsigned' 8 months ago
Roberto Ierusalimschy 0593256707 'luaH_get' functions return tag of the result 8 months ago
Roberto Ierusalimschy ce6f5502c9 'luaH_get' functions return 'TValue' 8 months ago
Roberto Ierusalimschy ba71060381 Removed "bulk operations" 8 months ago