2315 Commits (b8691f13a8e3e9bb7fbd91d1f099eb517a9d5b35)
 

Author SHA1 Message Date
Roberto Ierusalimschy fe595a45c2 `grayagain' list 21 years ago
Roberto Ierusalimschy 9db1942bac sweep of strings also incremental 21 years ago
Roberto Ierusalimschy c6eac44a94 two different white flags (to distinguish dead elements from new ones) 21 years ago
Roberto Ierusalimschy 8878554b85 single list for all collectible objects, with udata separated at the 21 years ago
Roberto Ierusalimschy af850484a9 default metatable can be NULL 21 years ago
Roberto Ierusalimschy 1d10acb355 incremental GC phases 21 years ago
Roberto Ierusalimschy da61624756 avoid overflow when doubling size 21 years ago
Roberto Ierusalimschy 8b97b072cd details 21 years ago
Roberto Ierusalimschy 5ee63257f9 macros for closure sizes are global 21 years ago
Roberto Ierusalimschy 8bc6c68021 details 21 years ago
Roberto Ierusalimschy 57b6ed6815 initial implementation of white/gray/black coloring 21 years ago
Roberto Ierusalimschy 9b9cdfee8b gclist for upvalues must be available even when upvalue is still open 21 years ago
Roberto Ierusalimschy 366e4af3c9 towards incremental GC 21 years ago
Roberto Ierusalimschy 53c7f86194 details 21 years ago
Roberto Ierusalimschy ab7d9bfd0c cleaner code for manipulation of `marked' field 21 years ago
Roberto Ierusalimschy 921b1723e2 comments 21 years ago
Roberto Ierusalimschy fa198197a0 lua_(set)getglobal are ok to use 21 years ago
Roberto Ierusalimschy 1e944de6cb towards a "stackless" call of metamethods (?) 21 years ago
Roberto Ierusalimschy 275c150b17 `error()' (and `error(nil)') generates errors with no error messages 21 years ago
Roberto Ierusalimschy d6d896b953 lua_set(get)global may use lua_set(get)field 21 years ago
Roberto Ierusalimschy 07201066bd core does not look for function name in globals (too particular) 21 years ago
Roberto Ierusalimschy 97b838d9ab new semantics for setn/getn (no more changes to `n') 21 years ago
Roberto Ierusalimschy c51bcf4796 it's ok to dump functions with upvalues 21 years ago
Roberto Ierusalimschy 03bab90303 new function `lua_getallocf' to retrieve allocation function and data 21 years ago
Roberto Ierusalimschy 8502331f69 `luaX_errorline' was used only in one place 21 years ago
Roberto Ierusalimschy 9914e1bcdd detail 21 years ago
Roberto Ierusalimschy 10de467c79 new function `lua_createtable' 21 years ago
Roberto Ierusalimschy 533737f26e new functions `lua_getfield' and `lua_setfield' 21 years ago
Roberto Ierusalimschy a41d60e1d1 debugger can only see `local function' after it has a meaningful value 21 years ago
Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' 21 years ago
Roberto Ierusalimschy 21947deddc new bug + correction in path for coroutine bug 21 years ago
Roberto Ierusalimschy 3087636c76 detail 21 years ago
Roberto Ierusalimschy 7b8504840f buffer should better use `size_t' for its size 21 years ago
Roberto Ierusalimschy 3a508b8bd7 avoid the use of `strlen' (strings are literals) 21 years ago
Roberto Ierusalimschy 6becdb3e70 details 21 years ago
Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. 21 years ago
Roberto Ierusalimschy c7cf92e6f3 avoid unecessary includes of `stdlib' 21 years ago
Roberto Ierusalimschy a62d39aa1c detail: `luaL_where' does not use the name information 21 years ago
Roberto Ierusalimschy 5d4bf35ec9 bug: syntax `local function' does not increment stack size 21 years ago
Roberto Ierusalimschy 6063c5c61f bug: cannot invalidate a running coroutine 21 years ago
Roberto Ierusalimschy 2a70107581 detail 21 years ago
Roberto Ierusalimschy 7dae7899b1 main thread and global state are allocated in a single block 21 years ago
Roberto Ierusalimschy 30e51f09b9 some changes in error reporting 21 years ago
Roberto Ierusalimschy 994a37c8e8 IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate 22 years ago
Roberto Ierusalimschy 0ff1596476 new form of long strings: `[***[...]***]' 22 years ago
Roberto Ierusalimschy b27664e0db simpler manipulation of buffer count in scanner 22 years ago
Roberto Ierusalimschy beb896b082 new function (generic) `load' 22 years ago
Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 years ago
Roberto Ierusalimschy 885961be1d reader runs outside core Lua 22 years ago
Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' 22 years ago