2702 Commits (0fd64669579f33b03dcda6fac4be908b4cfd7e15)
 

Author SHA1 Message Date
Roberto Ierusalimschy cfb79b1751 more secure way to compute final string length 20 years ago
Roberto Ierusalimschy 3e1a1f2836 better configuration for loadlib + tested Mac OS X version 20 years ago
Roberto Ierusalimschy b32e9a46d2 better configuration for loadlib 20 years ago
Roberto Ierusalimschy e5cfa7a367 use of parentheses around macro parameters in call lists, to avoid 20 years ago
Roberto Ierusalimschy aae1612747 avoid name chash in `all.c' 20 years ago
Roberto Ierusalimschy 8050e75f9d bug: gc metamethod must disable GC steps (to avoid nested calls) 20 years ago
Roberto Ierusalimschy 3bec76abe3 first version of loadlib for Mac OS X (not tested yet!!) 20 years ago
Roberto Ierusalimschy 5cb6037d49 cannot jump to a setlist count 20 years ago
Roberto Ierusalimschy f1c2dd3aed detail 20 years ago
Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 20 years ago
Roberto Ierusalimschy 652f885c30 detail 20 years ago
Roberto Ierusalimschy f7e9465a0c new format for SETLIST opcode 20 years ago
Roberto Ierusalimschy 5ee87acd6b small optimization for boolean constants + new format for SETLIST opcode 20 years ago
Roberto Ierusalimschy 5d834bdf57 function constants may include boolean values 20 years ago
Roberto Ierusalimschy 67391a35da details 20 years ago
Roberto Ierusalimschy 36541dec9b towards new package system 20 years ago
Roberto Ierusalimschy cf2a194edc better API for luaL_getfield/setfield 20 years ago
Roberto Ierusalimschy 66845f415f small optimizations 20 years ago
Roberto Ierusalimschy b2820f39a2 long string delimiter changed from `[*[' to `[=[' 20 years ago
Roberto Ierusalimschy 8b5bb6056b removal of unused variable 20 years ago
Roberto Ierusalimschy 4973682294 small bug with coroutine tracebacks 20 years ago
Roberto Ierusalimschy 6acfb91c8d new auxiliary functions to implement new package system 20 years ago
Roberto Ierusalimschy 2419f2bf02 cleaner API for coroutines 20 years ago
Roberto Ierusalimschy 0e54d2be36 bug: barrier was wrong for generational phase 20 years ago
Roberto Ierusalimschy 226c57fec0 simpler configuration to turn on all asserts 20 years ago
Roberto Ierusalimschy 0de2065f4e tighter tests for stack overflow 20 years ago
Roberto Ierusalimschy ee165043ef two bugs related to varargs 20 years ago
Roberto Ierusalimschy 3c394b12f9 detail 20 years ago
Roberto Ierusalimschy 79fc7dea43 simpler implementation for generic reader 20 years ago
Roberto Ierusalimschy 9c34e23214 new libs `loslib´ and `linit´ 20 years ago
Roberto Ierusalimschy 2aba14b623 details 20 years ago
Roberto Ierusalimschy 1dd8c9b6b6 detail 20 years ago
Roberto Ierusalimschy 7d309480dd new way to handle _PATH (old LUA_PATH) 20 years ago
Roberto Ierusalimschy bcb2cb59ac `select' returns all values after given `n' 20 years ago
Roberto Ierusalimschy 0b06241483 better control for GC cycles 20 years ago
Roberto Ierusalimschy 857253cdfc detail 20 years ago
Roberto Ierusalimschy 5dcd908add detail 20 years ago
Roberto Ierusalimschy 32d4f304db first implementation of generational GC 20 years ago
Roberto Ierusalimschy 4b12eff801 small correction (less conservative write barrier for tables) 20 years ago
Roberto Ierusalimschy 271e05917f bug: lua_getupvalue and setupvalue do not check for index too small. 21 years ago
Roberto Ierusalimschy fe8c365281 default state (created by `luaL_newstate´) has a default panic function 21 years ago
Roberto Ierusalimschy 2d8b099274 better checking for read errors (with `ferror´) 21 years ago
Roberto Ierusalimschy ff4f8fe59a small bug: calls to upvalues were not correctly traced 21 years ago
Roberto Ierusalimschy a7c74c06b9 small bug: lua_gc(count) was falling through to next option 21 years ago
Roberto Ierusalimschy c7dda42c2f bug (due to new handling of varargs) 21 years ago
Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables 21 years ago
Roberto Ierusalimschy f87057690b `io.lines' also can give the file name in its error message 21 years ago
Roberto Ierusalimschy 9e6aa878c9 string.byte truncates indices out of range 21 years ago
Roberto Ierusalimschy c0fdaf5842 string.byte may return multiple values 21 years ago
Roberto Ierusalimschy 2430d3cb28 small changes (due to Rici Lake) to allow testing non-supported OS functions 21 years ago