269 Commits (0acd55898d0aaae8dbc14c8a1bc1e3bdffc8701b)

Author SHA1 Message Date
Roberto Ierusalimschy f407b3c4a1 Using CIST_CLSRET instead of trick with 'nresults' 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 366c855648 lua.c loads 'readline' dynamically 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 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 97ef8e7bd4 GC test was not restarting collector after pause 5 months ago
Roberto Ierusalimschy b529aefc53 Bug: luaL_traceback may need more than 5 stack slots 5 months ago
Roberto Ierusalimschy bdc85357aa Bug: Active-lines for stripped vararg functions 5 months ago
Roberto Ierusalimschy 814213b65f utf8.offset returns also final position of character 5 months ago
Roberto Ierusalimschy 262dc5729a Details 6 months ago
Roberto Ierusalimschy 88a50ffa71 Fixed dangling 'StkId' in 'luaV_finishget' 7 months ago
Roberto Ierusalimschy 52aa2b5d24 Details 8 months ago
Roberto Ierusalimschy 65b07dd53d API asserts for illegal pops of to-be-closed variables 8 months ago
Roberto Ierusalimschy 165389b27b New interface to function 'luaL_openselectedlibs' 9 months ago
Roberto Ierusalimschy 0c9bec0d38 Better handling of size limit when resizing a table 9 months ago
Roberto Ierusalimschy c31d6774ac Details 9 months ago
Roberto Ierusalimschy 3e9dbe143d New function 'table.create' 10 months ago
Roberto Ierusalimschy 4a8e480864 New mechanism to query GC parameters 10 months ago
Roberto Ierusalimschy 17e0c29d9b Clear interface between references and predefines 10 months ago
Roberto Ierusalimschy e288c5a918 Bug: Yielding in a hook stops in the wrong instruction 10 months ago
Roberto Ierusalimschy e7af9cdf0b Fixed buffers reuse absolute line information 11 months ago
Roberto Ierusalimschy 12b6f610b0 Several tweaks in the garbage collector 11 months ago
Roberto Ierusalimschy e81f586001 Removed compatibility option LUA_COMPAT_GCPARAMS 11 months ago
Roberto Ierusalimschy e2cc179454 New option "setparms" for 'collectgarbage' 11 months ago
Roberto Ierusalimschy 666e95a66d Option 0 for step multiplier makes GC non-incremental 11 months ago
Roberto Ierusalimschy b719ff9399 Removed parameter in 'collectgarbage("step")' 11 months ago
Roberto Ierusalimschy 35a2fed2d1 Removed deprecated options in 'lua_gc' 11 months ago
Roberto Ierusalimschy 6d042a178f Auxiliary buffer uses external strings 12 months ago
Roberto Ierusalimschy 3b57e37e48 Fixed buffers save long strings as external. 1 year ago
Roberto Ierusalimschy 024f9064f1 External strings 1 year ago
Roberto Ierusalimschy 7923dbbf72 Bug: Recursion in 'getobjname' can stack overflow 1 year ago
Roberto Ierusalimschy 6baee9ef9d Removed test for "corrupted binary dump" 1 year ago
Roberto Ierusalimschy 14e416355f Added suport for Fixed Buffers 1 year ago
Roberto Ierusalimschy 5ab6a5756b Bug: Wrong line number for function calls 1 year ago
Roberto Ierusalimschy f4211a5ea4 More control over encoding of test files 1 year ago
Roberto Ierusalimschy cbae016202 Details 1 year ago
Roberto Ierusalimschy 09f3c2372f Option '-l' discards version sufix from file name 2 years ago
Roberto Ierusalimschy c197885cb0 Small improvements in tests 2 years ago
Roberto Ierusalimschy ab859fe59b Bug: Loading a corrupted binary file can segfault 2 years ago
Roberto Ierusalimschy 02bab9fc25 Bug: Wrong line in error message for arith. errors 2 years ago
Roberto Ierusalimschy 314745ed84 Avoid excessive name pollution in test files 2 years ago
Roberto Ierusalimschy 0825cf237d Detail in make file for testes/libs 2 years ago
Roberto Ierusalimschy 7d4c7ae2af Changes in opcodes for generic 'for' 2 years ago
Roberto Ierusalimschy b2f7b3b79f Control variables in for loops are read only 2 years ago
Roberto Ierusalimschy 540d805226 Towards Lua 5.5 2 years ago
Roberto Ierusalimschy 7d6a97e42b Dump doesn't need to reuse 'source' 2 years ago
Roberto Ierusalimschy d738c8d18b New function 'luaL_openselectedlibs' 2 years ago