Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail (better alignment for struct 'Table') | Roberto Ierusalimschy | 2014-05-07 | 1 | -3/+3 |
| | |||||
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+607 |
| | | | | for next version | ||||
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -381/+0 |
| | |||||
* | unused macro removed | Roberto Ierusalimschy | 2006-01-18 | 1 | -4/+1 |
| | |||||
* | avoids type punning for table keys | Roberto Ierusalimschy | 2006-01-10 | 1 | -5/+9 |
| | |||||
* | detail | Roberto Ierusalimschy | 2005-10-24 | 1 | -2/+2 |
| | |||||
* | bug: last tag is not the number of tags... | Roberto Ierusalimschy | 2005-06-13 | 1 | -5/+7 |
| | |||||
* | better control for compatibility code for varargs | Roberto Ierusalimschy | 2005-06-13 | 1 | -3/+6 |
| | |||||
* | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 2005-06-06 | 1 | -2/+2 |
| | |||||
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 |
| | |||||
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -2/+3 |
| | |||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -11/+10 |
| | |||||
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -3/+4 |
| | |||||
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -2/+8 |
| | |||||
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -2/+4 |
| | | | | (tables can be 100% full) | ||||
* | better (correct?) way to handle `next' over removed keys | Roberto Ierusalimschy | 2004-12-04 | 1 | -1/+2 |
| | |||||
* | better implementation for `floating-point bytes' | Roberto Ierusalimschy | 2004-11-01 | 1 | -2/+2 |
| | |||||
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -6/+13 |
| | |||||
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -1/+5 |
| | |||||
* | better way to control open upvalues | Roberto Ierusalimschy | 2004-03-15 | 1 | -2/+1 |
| | |||||
* | added include to stdarg.h (as it uses vararg facilities) | Roberto Ierusalimschy | 2004-02-20 | 1 | -1/+5 |
| | |||||
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -10/+10 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -48/+55 |
| | | | | for incremental garbage collection | ||||
* | towards incremental GC | Roberto Ierusalimschy | 2003-11-18 | 1 | -1/+2 |
| | |||||
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -15/+22 |
| | |||||
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 1 | -2/+2 |
| | |||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+1 |
| | |||||
* | small optimization for sizes of array constructors | Roberto Ierusalimschy | 2003-02-18 | 1 | -2/+3 |
| | |||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -2/+3 |
| | | | | (makes code clearer) | ||||
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -2/+3 |
| | |||||
* | better code to signal write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -3/+5 |
| | |||||
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -5/+1 |
| | |||||
* | all objects with several children (tables, closures, stacks, prototypes) | Roberto Ierusalimschy | 2002-11-13 | 1 | -8/+8 |
| | | | | go to `gray' queue | ||||
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -1/+18 |
| | | | | evolution). | ||||
* | detail | Roberto Ierusalimschy | 2002-11-04 | 1 | -9/+9 |
| | |||||
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -38/+29 |
| | |||||
* | small changes in type configuration facilities | Roberto Ierusalimschy | 2002-10-22 | 1 | -3/+3 |
| | |||||
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 1 | -1/+2 |
| | | | | be different | ||||
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -3/+1 |
| | |||||
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -3/+2 |
| | |||||
* | details | Roberto Ierusalimschy | 2002-09-02 | 1 | -1/+5 |
| | |||||
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -33/+92 |
| | |||||
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -4/+8 |
| | |||||
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -11/+20 |
| | |||||
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -3/+3 |
| | |||||
* | weak keys are removed only after finalization | Roberto Ierusalimschy | 2002-07-01 | 1 | -4/+1 |
| | |||||
* | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 |
| | |||||
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 |
| | |||||
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+3 |
| |