Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | "default: lua_assert(0)" in switches helps debugging + uses | Roberto Ierusalimschy | 2012-01-23 | 1 | -3/+4 | |
| | | | | non-variant types in binary files | |||||
* | details | Roberto Ierusalimschy | 2011-11-24 | 1 | -3/+3 | |
| | ||||||
* | changes by lhf (better control of chars x bytes) | Roberto Ierusalimschy | 2011-05-17 | 1 | -3/+3 | |
| | ||||||
* | version from lhf | Roberto Ierusalimschy | 2010-10-25 | 1 | -9/+6 | |
| | ||||||
* | first version of _ENV; no more global variables | Roberto Ierusalimschy | 2010-03-12 | 1 | -2/+1 | |
| | ||||||
* | 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 | -3/+14 | |
| | | | | instead of sequence of pseudo-opcodes after OP_CLOSURE | |||||
* | useless test removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+2 | |
| | ||||||
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -2/+2 | |
| | ||||||
* | small change to strip file names when stripping debug informationv5.1 | Roberto Ierusalimschy | 2006-02-17 | 1 | -2/+2 | |
| | ||||||
* | new versions by lhf | Roberto Ierusalimschy | 2005-11-16 | 1 | -72/+57 | |
| | ||||||
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -3/+4 | |
| | ||||||
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -2/+3 | |
| | ||||||
* | function constants may include boolean values | Roberto Ierusalimschy | 2004-10-04 | 1 | -1/+4 | |
| | ||||||
* | `lua_Chunkwriter' returns 0 in case of success | Roberto Ierusalimschy | 2004-07-09 | 1 | -12/+17 | |
| | ||||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 | |
| | ||||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -3/+3 | |
| | | | | for incremental garbage collection | |||||
* | no more checks for non-default compilation options + luaU_dump has | Roberto Ierusalimschy | 2003-08-15 | 1 | -10/+8 | |
| | | | | new option to strip debug info | |||||
* | last changes by lhfv5.0 | Roberto Ierusalimschy | 2003-04-10 | 1 | -4/+5 | |
| | ||||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -8/+3 | |
| | | | | (makes code clearer) | |||||
* | dump/undump of upvalue names | Roberto Ierusalimschy | 2003-01-27 | 1 | -9/+23 | |
| | ||||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 | |
| | ||||||
* | module for dumping chunks | Roberto Ierusalimschy | 2002-10-25 | 1 | -0/+158 | |