| Commit message (Expand) | Author | Age | Files | Lines |
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -2/+2 |
* | several small changes to simplify changing TValue if needed | Roberto Ierusalimschy | 2009-11-06 | 1 | -19/+17 |
* | better control over accesses to TValue fields | Roberto Ierusalimschy | 2009-11-05 | 1 | -28/+31 |
* | first implementation of lexical environments | Roberto Ierusalimschy | 2009-09-30 | 1 | -1/+2 |
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -4/+12 |
* | new macro 'getproto' | Roberto Ierusalimschy | 2009-07-15 | 1 | -1/+2 |
* | new macro 'changenvalue' | Roberto Ierusalimschy | 2009-06-18 | 1 | -1/+4 |
* | new function 'luaO_arith' to perform basic arithmetic operations | Roberto Ierusalimschy | 2009-06-17 | 1 | -1/+2 |
* | no more support for old-style varargs | Roberto Ierusalimschy | 2009-03-26 | 1 | -7/+1 |
* | bug: string at the end of TString must consider the entire TString | Roberto Ierusalimschy | 2008-08-05 | 1 | -2/+2 |
* | 'ceillog2' now is exported (other modules may need it) | Roberto Ierusalimschy | 2008-01-30 | 1 | -1/+2 |
* | luaO_log2 can be private to ltable.c | Roberto Ierusalimschy | 2007-04-10 | 1 | -4/+1 |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -1/+18 |
* | 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 |
* | 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 |