Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | An error in a module loaded through the '-l' option | Roberto Ierusalimschy | 2007-09-05 | 1 | -0/+18 |
* | stand-alone error-message details | Roberto Ierusalimschy | 2007-09-05 | 2 | -5/+5 |
* | better to flush all files before starting new process with popen | Roberto Ierusalimschy | 2007-08-30 | 1 | -2/+2 |
* | no need for ctype.h | Roberto Ierusalimschy | 2007-08-10 | 1 | -2/+1 |
* | detail | Roberto Ierusalimschy | 2007-08-09 | 1 | -3/+3 |
* | detail (LUA_COPYRIGHT includes release number) | Roberto Ierusalimschy | 2007-08-07 | 3 | -6/+6 |
* | detail | Roberto Ierusalimschy | 2007-08-01 | 1 | -1/+1 |
* | BUG: too many variables in an assignment may cause a C stack overflow | Roberto Ierusalimschy | 2007-07-31 | 2 | -3/+33 |
* | 'debug' library must be required before being used | Roberto Ierusalimschy | 2007-06-22 | 2 | -2/+33 |
* | detail | Roberto Ierusalimschy | 2007-06-22 | 2 | -7/+6 |
* | traceback function moved to auxlib | Roberto Ierusalimschy | 2007-06-22 | 4 | -67/+69 |
* | "spacial" reorganization to keep related functions in groups | Roberto Ierusalimschy | 2007-06-21 | 1 | -144/+163 |
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 7 | -149/+13 |
* | detail | Roberto Ierusalimschy | 2007-06-21 | 1 | -2/+2 |
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -13/+4 |
* | strong collision for very small numbers used as table keys | Roberto Ierusalimschy | 2007-06-19 | 1 | -0/+17 |
* | avoid boolean equality (tricky for some compilers) | Roberto Ierusalimschy | 2007-06-19 | 1 | -3/+3 |
* | patch may be a little simpler | Roberto Ierusalimschy | 2007-05-29 | 1 | -4/+10 |
* | bug: wrong error message in some concatenations | Roberto Ierusalimschy | 2007-05-29 | 2 | -4/+25 |
* | bug: recursive coroutines may overflow C stack | Roberto Ierusalimschy | 2007-05-25 | 1 | -0/+14 |
* | assignment of nil to parameter may be optimized away | Roberto Ierusalimschy | 2007-05-16 | 1 | -5/+145 |
* | luaL_testudata (a luaL_checkudata that does not raise errors) is | Roberto Ierusalimschy | 2007-05-15 | 2 | -5/+12 |
* | details | Roberto Ierusalimschy | 2007-05-11 | 3 | -7/+7 |
* | better names for metamethods in debug information | Roberto Ierusalimschy | 2007-05-09 | 1 | -5/+29 |
* | bug: code generated for "-nil", "-true", and "-false" is wrong | Roberto Ierusalimschy | 2007-05-04 | 1 | -6/+7 |
* | 'os.date' checks arguments before passing them to 'strftime' | Roberto Ierusalimschy | 2007-05-03 | 2 | -5/+27 |
* | error handler in 'lua.c' tries '__tostring' metamethod if error | Roberto Ierusalimschy | 2007-04-26 | 2 | -29/+33 |
* | does not allow standard files to be closed | Roberto Ierusalimschy | 2007-04-19 | 1 | -15/+36 |
* | several details | Roberto Ierusalimschy | 2007-04-19 | 1 | -15/+9 |
* | another way to normalize -0 that avoids problems with very small | Roberto Ierusalimschy | 2007-04-18 | 1 | -3/+3 |
* | lua_pushstring/pushlstring return string | Roberto Ierusalimschy | 2007-04-17 | 3 | -14/+20 |
* | luaO_log2 can be private to ltable.c | Roberto Ierusalimschy | 2007-04-10 | 3 | -24/+21 |
* | remove of a non-used test function | Roberto Ierusalimschy | 2007-04-10 | 1 | -7/+1 |
* | no more optimization to avoid LOADNIL at function start | Roberto Ierusalimschy | 2007-03-27 | 3 | -10/+5 |
* | details (randomseed calls rand once to dischard first value) | Roberto Ierusalimschy | 2007-03-27 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2007-03-26 | 1 | -3/+2 |
* | BUG: loadlib should not use Lua internals (lobject.h) | Roberto Ierusalimschy | 2007-03-26 | 1 | -7/+7 |