Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | two small bugs: some metamethods do not accept callable non-function | Roberto Ierusalimschy | 2007-03-26 | 1 | -7/+6 |
* | patch for last bug | Roberto Ierusalimschy | 2007-03-09 | 1 | -1/+39 |
* | bug: wrong code when constant is coded after it should be | Roberto Ierusalimschy | 2007-03-09 | 1 | -9/+22 |
* | better documentation for auxiliary functions (that should be called only | Roberto Ierusalimschy | 2007-02-09 | 3 | -7/+10 |
* | BUG: setfenv accepts invalid argument | Roberto Ierusalimschy | 2007-02-09 | 1 | -5/+5 |
* | two new bugs + one new patch | Roberto Ierusalimschy | 2007-02-09 | 1 | -3/+108 |
* | new year... | Roberto Ierusalimschy | 2007-02-07 | 1 | -2/+2 |
* | when formatting with '%q', all control characters are coded | Roberto Ierusalimschy | 2007-02-07 | 1 | -19/+14 |
* | new function luaL_tostring | Roberto Ierusalimschy | 2007-02-07 | 3 | -22/+30 |
* | more regularity in the use of quotes in error messages | Roberto Ierusalimschy | 2007-02-07 | 3 | -21/+21 |
* | should not manipulate NULL pointers (even without accessing them) | Roberto Ierusalimschy | 2007-02-07 | 2 | -6/+5 |
* | detail for windows | Roberto Ierusalimschy | 2007-02-07 | 1 | -1/+7 |
* | more specific ident labels | Roberto Ierusalimschy | 2007-02-07 | 1 | -3/+3 |
* | detail (tab->space) | Roberto Ierusalimschy | 2006-11-30 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2006-11-22 | 1 | -2/+3 |
* | comments | Roberto Ierusalimschy | 2006-11-22 | 2 | -4/+4 |
* | xpcall now may get arguments to function to be called | Roberto Ierusalimschy | 2006-10-24 | 1 | -5/+8 |
* | error message | Roberto Ierusalimschy | 2006-10-24 | 1 | -5/+7 |
* | detail | Roberto Ierusalimschy | 2006-10-20 | 1 | -3/+3 |
* | avoid $URL for ident; it is reserved in subversion | Roberto Ierusalimschy | 2006-10-17 | 1 | -4/+3 |
* | towards 5.2 + detail in authors + avoiding reverse plicks | Roberto Ierusalimschy | 2006-10-17 | 1 | -10/+10 |
* | detail | Roberto Ierusalimschy | 2006-10-16 | 1 | -4/+4 |
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 7 | -53/+54 |
* | detail | Roberto Ierusalimschy | 2006-10-10 | 1 | -6/+6 |
* | avoid using index 0 for free list of references (because it is not | Roberto Ierusalimschy | 2006-09-25 | 1 | -2/+8 |