Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove of useless test in 'read_chars' (if n == 0 then the resulting | Roberto Ierusalimschy | 2008-02-12 | 1 | -2/+2 |
| | | | | string cannot be empty). | ||||
* | corrected name of 'Patrick Donnelly' | Roberto Ierusalimschy | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | added assertions checking maximum number of upvalues | Roberto Ierusalimschy | 2008-02-12 | 1 | -2/+4 |
| | |||||
* | LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + | Roberto Ierusalimschy | 2008-02-11 | 1 | -1/+54 |
| | | | | coroutine.resume pushes element without ensuring stack size | ||||
* | maximum C stack should reserve some values for pseudo-indices | Roberto Ierusalimschy | 2008-02-11 | 1 | -7/+15 |
| | |||||
* | bug: pseudo-indices should be linked to maximum C stack size | Roberto Ierusalimschy | 2008-02-11 | 1 | -4/+4 |
| | |||||
* | bug: auxresume should reserve stack space for boolean result | Roberto Ierusalimschy | 2008-02-11 | 1 | -2/+2 |
| | |||||
* | in 'testC', booleans should be represented by booean values | Roberto Ierusalimschy | 2008-02-11 | 1 | -11/+11 |
| | |||||
* | new instructions 'newtable' and 'checkstack' in 'testC' | Roberto Ierusalimschy | 2008-02-11 | 1 | -1/+8 |
| | |||||
* | more options for 'kinds' of Garbage Collection + more agressive | Roberto Ierusalimschy | 2008-02-11 | 1 | -29/+26 |
| | | | | shrinking of stacks and string hash | ||||
* | more options for 'kinds' of Garbage Collection | Roberto Ierusalimschy | 2008-02-11 | 2 | -4/+9 |
| | |||||
* | 'ceillog2' now is exported (other modules may need it) | Roberto Ierusalimschy | 2008-01-30 | 3 | -24/+25 |
| | |||||
* | comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace) | Roberto Ierusalimschy | 2008-01-25 | 1 | -1/+2 |
| | |||||
* | debug.sethook/gethook may overflow the thread's stack | Roberto Ierusalimschy | 2008-01-21 | 1 | -0/+46 |
| | |||||
* | bug: debug.sethook/gethook may overflow thread's stack | Roberto Ierusalimschy | 2008-01-21 | 1 | -12/+10 |
| | |||||
* | avoid calling "tail return" hooks if the hook itself turns off the event | Roberto Ierusalimschy | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | small bug (see http://lua-users.org/lists/lua-l/2007-08/msg00350.html) | Roberto Ierusalimschy | 2008-01-18 | 1 | -5/+7 |
| | |||||
* | it seems useless trying to avoid this warning... | Roberto Ierusalimschy | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | better definition for LUAI_MAXCSTACK | Roberto Ierusalimschy | 2008-01-17 | 1 | -2/+3 |
| | |||||
* | detail | Roberto Ierusalimschy | 2008-01-17 | 1 | -4/+3 |
| | |||||
* | luaL_tostring -> luaL_tolstring (more generic) | Roberto Ierusalimschy | 2008-01-03 | 3 | -10/+15 |
| | |||||
* | larger limit for MAXCSTACK (plus removing of some useless definitions) | Roberto Ierusalimschy | 2008-01-02 | 1 | -6/+2 |
| | |||||
* | detail ('name' of baselib is "_G") | Roberto Ierusalimschy | 2008-01-02 | 1 | -2/+2 |
| | |||||
* | option to use Sun compiler (on lhf account) | Roberto Ierusalimschy | 2007-12-27 | 1 | -5/+7 |
| | |||||
* | stand-alone interpreter shows incorrect error message when the | Roberto Ierusalimschy | 2007-12-27 | 1 | -0/+21 |
| | | | | 'message' is a coroutine (already fixed in 5.2) | ||||
* | 'lua_pushfstring' raises an error if called with invalid format | Roberto Ierusalimschy | 2007-12-19 | 1 | -6/+5 |
| | |||||
* | new function 'package.searchpath' | Roberto Ierusalimschy | 2007-12-12 | 1 | -11/+29 |
| | |||||
* | details | Roberto Ierusalimschy | 2007-12-08 | 1 | -10/+9 |
| | |||||
* | BUG: lua_setfenv may crash if called over an invalid object | Roberto Ierusalimschy | 2007-11-28 | 2 | -2/+23 |
| | |||||
* | details | Roberto Ierusalimschy | 2007-11-28 | 1 | -10/+11 |
| | |||||
* | BUG: table.remove removes last element of a table when given | Roberto Ierusalimschy | 2007-11-26 | 2 | -2/+28 |
| | | | | an out-of-bound index | ||||
* | detail | Roberto Ierusalimschy | 2007-11-26 | 1 | -3/+2 |
| | |||||
* | use prefix in extern names, even those in test files | Roberto Ierusalimschy | 2007-11-12 | 2 | -15/+15 |
| | |||||
* | detail | Roberto Ierusalimschy | 2007-11-12 | 1 | -2/+2 |
| | |||||
* | detail | Roberto Ierusalimschy | 2007-11-09 | 1 | -2/+3 |
| | |||||
* | avoid the use of "exotic" libc functions | Roberto Ierusalimschy | 2007-11-09 | 1 | -28/+38 |
| | |||||
* | first implementation of ephemerons | Roberto Ierusalimschy | 2007-10-31 | 3 | -51/+83 |
| | |||||
* | some changes toward ephemerons | Roberto Ierusalimschy | 2007-10-29 | 4 | -55/+98 |
| | |||||
* | BUG: 'gsub' may go wild when wrongly called without its third | Roberto Ierusalimschy | 2007-10-29 | 2 | -11/+41 |
| | | | | > argument and with a large subject. | ||||
* | detail | Roberto Ierusalimschy | 2007-10-25 | 1 | -2/+2 |
| | |||||
* | avoid problems with 'ptrdiff_t' | Roberto Ierusalimschy | 2007-10-25 | 1 | -25/+27 |
| | |||||
* | parser should not call 'luaX_lexerror' | Roberto Ierusalimschy | 2007-10-25 | 3 | -15/+17 |
| | |||||
* | detail | Roberto Ierusalimschy | 2007-10-18 | 1 | -5/+4 |
| | |||||
* | new metamethods for '__pairs' and '__ipairs' | Roberto Ierusalimschy | 2007-10-17 | 1 | -11/+19 |
| | |||||
* | 27 is not a prime number :( | Roberto Ierusalimschy | 2007-09-30 | 1 | -2/+2 |
| | |||||
* | better way to handle redefinitions of 'localeconv' | Roberto Ierusalimschy | 2007-09-14 | 1 | -3/+6 |
| | |||||
* | avoid warnings about exit; return | Roberto Ierusalimschy | 2007-09-14 | 2 | -6/+4 |
| | |||||
* | detail | Roberto Ierusalimschy | 2007-09-14 | 1 | -2/+2 |
| | |||||
* | better error message for 'concat' | Roberto Ierusalimschy | 2007-09-12 | 1 | -2/+4 |
| | |||||
* | tables and strings respect __len metamethod | Roberto Ierusalimschy | 2007-09-10 | 3 | -23/+34 |
| |