Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: Call to macro 'luai_userstateclose' should be done only | Roberto Ierusalimschy | 2013-11-08 | 1 | -5/+6 |
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+322 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -214/+0 |
* | only destroy state after running all finalizers | Roberto Ierusalimschy | 2006-05-24 | 1 | -2/+2 |
* | missing macros 'luai_userstate*' | Roberto Ierusalimschy | 2005-10-06 | 1 | -2/+4 |
* | smaller initial tables (for programs that create many states) | Roberto Ierusalimschy | 2005-09-20 | 1 | -3/+3 |
* | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 2005-08-25 | 1 | -2/+1 |
* | small improvement | Roberto Ierusalimschy | 2005-06-03 | 1 | -2/+2 |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+3 |
* | detail | Roberto Ierusalimschy | 2005-04-05 | 1 | -5/+8 |
* | small optimizations | Roberto Ierusalimschy | 2005-04-05 | 1 | -1/+2 |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -3/+3 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 |
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 1 | -15/+4 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -3/+3 |
* | cleaner way to free all objects | Roberto Ierusalimschy | 2005-02-10 | 1 | -4/+5 |
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -15/+7 |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -5/+4 |
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -4/+1 |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -3/+3 |
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -2/+2 |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -1/+3 |
* | better names for `luaM_free...' macros | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | better control over memory-size overflows | Roberto Ierusalimschy | 2004-11-19 | 1 | -2/+2 |
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -2/+2 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -2/+2 |
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 1 | -2/+2 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 1 | -6/+8 |
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 1 | -4/+6 |
* | new coroutines inherit hook from creator | Roberto Ierusalimschy | 2004-06-17 | 1 | -1/+5 |
* | optional error for accesss to undefined variables/fields | Roberto Ierusalimschy | 2004-06-17 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2004-06-02 | 1 | -2/+3 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -1/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2004-03-23 | 1 | -1/+2 |
* | better way to control open upvalues | Roberto Ierusalimschy | 2004-03-15 | 1 | -13/+14 |
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -2/+2 |
* | atomic operations are not GC "states" | Roberto Ierusalimschy | 2003-12-12 | 1 | -2/+2 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -9/+10 |
* | `grayagain' list | Roberto Ierusalimschy | 2003-12-04 | 1 | -1/+2 |
* | sweep of strings also incremental | Roberto Ierusalimschy | 2003-12-04 | 1 | -1/+3 |
* | two different white flags (to distinguish dead elements from new ones) | Roberto Ierusalimschy | 2003-12-03 | 1 | -1/+2 |
* | single list for all collectible objects, with udata separated at the | Roberto Ierusalimschy | 2003-12-03 | 1 | -3/+8 |
* | default metatable can be NULL | Roberto Ierusalimschy | 2003-12-01 | 1 | -6/+1 |
* | incremental GC phases | Roberto Ierusalimschy | 2003-12-01 | 1 | -2/+3 |
* | towards incremental GC | Roberto Ierusalimschy | 2003-11-18 | 1 | -1/+3 |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -29/+22 |
* | main thread and global state are allocated in a single block | Roberto Ierusalimschy | 2003-09-04 | 1 | -52/+53 |
* | we do not need a default panic (that does nothing anyway...) | Roberto Ierusalimschy | 2003-07-16 | 1 | -11/+2 |
* | new way to control `pc' of running functions | Roberto Ierusalimschy | 2003-07-16 | 1 | -3/+3 |