5602 Commits (97ef8e7bd40340d47a9789beb06f0128d7438d0a)
 

Author SHA1 Message Date
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
Roberto Ierusalimschy 3823fc6c81 Added "bulk operations" to arrays 8 months ago
Roberto Ierusalimschy 52aa2b5d24 Details 8 months ago
Roberto Ierusalimschy cc2b66c856 Removed type 'varint_t' 8 months ago
Roberto Ierusalimschy 65b07dd53d API asserts for illegal pops of to-be-closed variables 8 months ago
Roberto Ierusalimschy 7237eb3f1c Fixed warnings from different compilers 9 months ago
Roberto Ierusalimschy 165389b27b New interface to function 'luaL_openselectedlibs' 9 months ago
Roberto Ierusalimschy c8121ce34b Revising code for Varint encoding in dumps 9 months ago
Roberto Ierusalimschy 7360f8d0fd Removed deprecated function 'setcstacklimit' 9 months ago
Roberto Ierusalimschy 6063c47031 Field 'lastfree' changed (back) to 'Node *' 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 108e0bdc84 Merge branch 'master' into nextversion 10 months ago
Roberto Ierusalimschy b34a97a4af Small optimization in 'luaH_psetint' 10 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 8eb0abc9db Removed uses of LUA_NUMTAGS 10 months ago
Roberto Ierusalimschy d862da6d04 Optimizations for 'lua_rawgeti' and 'lua_rawseti' 10 months ago
Roberto Ierusalimschy e288c5a918 Bug: Yielding in a hook stops in the wrong instruction 10 months ago
Roberto Ierusalimschy 7827c40c49 A few more tweaks in the garbage collector 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 5853c37a83 Bug: Buffer overflow in string concatenation 11 months ago
Roberto Ierusalimschy ad0ea7813b GC parameters encoded as floating-point bytes 11 months ago
Roberto Ierusalimschy 666e95a66d Option 0 for step multiplier makes GC non-incremental 11 months ago
Roberto Ierusalimschy 4eda1acafa Cleaner protocol between 'lua_dump' and writer function 11 months ago
Roberto Ierusalimschy ad73b33224 Check minor->major made at the end of a minor cycle 11 months ago