Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+161 |
| | | | | for next version | ||||
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -174/+0 |
| | |||||
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -3/+3 |
| | |||||
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -2/+3 |
| | |||||
* | small bug | Roberto Ierusalimschy | 2005-04-29 | 1 | -5/+1 |
| | |||||
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -4/+5 |
| | |||||
* | cleaner way to free all objects | Roberto Ierusalimschy | 2005-02-10 | 1 | -3/+3 |
| | |||||
* | better control over GC collors of upvalues | Roberto Ierusalimschy | 2005-01-19 | 1 | -3/+9 |
| | |||||
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -7/+31 |
| | |||||
* | better names for `luaM_free...' macros | Roberto Ierusalimschy | 2004-11-24 | 1 | -4/+4 |
| | |||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
| | |||||
* | better way to control open upvalues | Roberto Ierusalimschy | 2004-03-15 | 1 | -10/+12 |
| | |||||
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -2/+7 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -10/+10 |
| | | | | for incremental garbage collection | ||||
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -2/+3 |
| | |||||
* | two different white flags (to distinguish dead elements from new ones) | Roberto Ierusalimschy | 2003-12-03 | 1 | -2/+1 |
| | |||||
* | macros for closure sizes are global | Roberto Ierusalimschy | 2003-11-24 | 1 | -8/+1 |
| | |||||
* | gclist for upvalues must be available even when upvalue is still open | Roberto Ierusalimschy | 2003-11-19 | 1 | -20/+21 |
| | |||||
* | cleaner code for manipulation of `marked' field | Roberto Ierusalimschy | 2003-11-17 | 1 | -2/+2 |
| | |||||
* | it's ok to dump functions with upvalues | Roberto Ierusalimschy | 2003-10-20 | 1 | -1/+10 |
| | |||||
* | avoid unecessary includes of `stdlib' | Roberto Ierusalimschy | 2003-10-02 | 1 | -2/+2 |
| | |||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+3 |
| | |||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -3/+4 |
| | | | | (makes code clearer) | ||||
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+3 |
| | |||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
| | |||||
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
| | |||||
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -11/+12 |
| | |||||
* | free prototype in (more or less) the same order it is created by | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+3 |
| | | | | `undump' | ||||
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 1 | -3/+3 |
| | | | | be different | ||||
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -26/+19 |
| | |||||
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -1/+4 |
| | |||||
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+3 |
| | |||||
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 1 | -2/+3 |
| | |||||
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+2 |
| | |||||
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 1 | -3/+3 |
| | |||||
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 1 | -2/+2 |
| | |||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -3/+1 |
| | |||||
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -59/+23 |
| | | | | a bug for multi-stacks | ||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -3/+2 |
| | |||||
* | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 2001-11-06 | 1 | -12/+10 |
| | |||||
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -33/+29 |
| | |||||
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -5/+95 |
| | |||||
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+4 |
| | |||||
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -4/+4 |
| | |||||
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -7/+4 |
| | |||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
| | |||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | code check for upvalues | Roberto Ierusalimschy | 2001-02-20 | 1 | -1/+2 |
| | |||||
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 |
| | |||||
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -2/+1 |
| |