Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-16 | assignment of nil to parameter may be optimized away | Roberto Ierusalimschy | 1 | -5/+145 | |
__concat metamethod converts numbers to strings loadlib.c should not access Lua internals code generated for "-nil", "-true", and "-false" is wrong Count hook may be called without being set | |||||
2007-05-15 | luaL_testudata (a luaL_checkudata that does not raise errors) is | Roberto Ierusalimschy | 2 | -5/+12 | |
very needed. | |||||
2007-05-11 | details | Roberto Ierusalimschy | 3 | -7/+7 | |
2007-05-09 | better names for metamethods in debug information | Roberto Ierusalimschy | 1 | -5/+29 | |
2007-05-04 | bug: code generated for "-nil", "-true", and "-false" is wrong | Roberto Ierusalimschy | 1 | -6/+7 | |
2007-05-03 | 'os.date' checks arguments before passing them to 'strftime' | Roberto Ierusalimschy | 2 | -5/+27 | |
2007-04-26 | error handler in 'lua.c' tries '__tostring' metamethod if error | Roberto Ierusalimschy | 2 | -29/+33 | |
message is not a string | |||||
2007-04-19 | does not allow standard files to be closed | Roberto Ierusalimschy | 1 | -15/+36 | |
2007-04-19 | several details | Roberto Ierusalimschy | 1 | -15/+9 | |
2007-04-18 | another way to normalize -0 that avoids problems with very small | Roberto Ierusalimschy | 1 | -3/+3 | |
numbers (adding 1 turns them all into 1) | |||||
2007-04-17 | lua_pushstring/pushlstring return string | Roberto Ierusalimschy | 3 | -14/+20 | |
2007-04-10 | luaO_log2 can be private to ltable.c | Roberto Ierusalimschy | 3 | -24/+21 | |
2007-04-10 | remove of a non-used test function | Roberto Ierusalimschy | 1 | -7/+1 | |
2007-03-27 | no more optimization to avoid LOADNIL at function start | Roberto Ierusalimschy | 3 | -10/+5 | |
2007-03-27 | details (randomseed calls rand once to dischard first value) | Roberto Ierusalimschy | 1 | -1/+2 | |
2007-03-26 | detail | Roberto Ierusalimschy | 1 | -3/+2 | |
2007-03-26 | BUG: loadlib should not use Lua internals (lobject.h) | Roberto Ierusalimschy | 1 | -7/+7 | |
2007-03-26 | two small bugs: some metamethods do not accept callable non-function | Roberto Ierusalimschy | 1 | -7/+6 | |
objects + __concat converts numbers to strings before calling metamethod | |||||
2007-03-09 | patch for last bug | Roberto Ierusalimschy | 1 | -1/+39 | |
2007-03-09 | bug: wrong code when constant is coded after it should be | Roberto Ierusalimschy | 1 | -9/+22 | |
2007-02-09 | better documentation for auxiliary functions (that should be called only | Roberto Ierusalimschy | 3 | -7/+10 | |
through specific macros). | |||||
2007-02-09 | BUG: setfenv accepts invalid argument | Roberto Ierusalimschy | 1 | -5/+5 | |
2007-02-09 | two new bugs + one new patch | Roberto Ierusalimschy | 1 | -3/+108 | |
2007-02-07 | new year... | Roberto Ierusalimschy | 1 | -2/+2 | |
2007-02-07 | when formatting with '%q', all control characters are coded | Roberto Ierusalimschy | 1 | -19/+14 | |
as \nnn. | |||||
2007-02-07 | new function luaL_tostring | Roberto Ierusalimschy | 3 | -22/+30 | |
2007-02-07 | more regularity in the use of quotes in error messages | Roberto Ierusalimschy | 3 | -21/+21 | |
2007-02-07 | should not manipulate NULL pointers (even without accessing them) | Roberto Ierusalimschy | 2 | -6/+5 | |
2007-02-07 | detail for windows | Roberto Ierusalimschy | 1 | -1/+7 | |
2007-02-07 | more specific ident labels | Roberto Ierusalimschy | 1 | -3/+3 | |
2006-11-30 | detail (tab->space) | Roberto Ierusalimschy | 1 | -2/+2 | |
2006-11-22 | detail | Roberto Ierusalimschy | 1 | -2/+3 | |
2006-11-22 | comments | Roberto Ierusalimschy | 2 | -4/+4 | |
2006-10-24 | xpcall now may get arguments to function to be called | Roberto Ierusalimschy | 1 | -5/+8 | |
2006-10-24 | error message | Roberto Ierusalimschy | 1 | -5/+7 | |
2006-10-20 | detail | Roberto Ierusalimschy | 1 | -3/+3 | |
2006-10-17 | avoid $URL for ident; it is reserved in subversion | Roberto Ierusalimschy | 1 | -4/+3 | |
2006-10-17 | towards 5.2 + detail in authors + avoiding reverse plicks | Roberto Ierusalimschy | 1 | -10/+10 | |
2006-10-16 | detail | Roberto Ierusalimschy | 1 | -4/+4 | |
2006-10-10 | new constant LUA_OK | Roberto Ierusalimschy | 7 | -53/+54 | |
2006-10-10 | detail | Roberto Ierusalimschy | 1 | -6/+6 | |
2006-09-25 | avoid using index 0 for free list of references (because it is not | Roberto Ierusalimschy | 1 | -2/+8 | |
as efficient as index 1...) | |||||
2006-09-22 | detail | Roberto Ierusalimschy | 2 | -3/+5 | |
2006-09-19 | small optimization for ""..x | Roberto Ierusalimschy | 1 | -3/+7 | |
2006-09-19 | avoid local "pc" in interpreter loop (tricky optimization with no real gain) | Roberto Ierusalimschy | 4 | -51/+48 | |
2006-09-19 | bug: os.date throws error when result is the empty string | Roberto Ierusalimschy | 2 | -6/+26 | |
2006-09-18 | bug: string.format("%") reads past the string | Roberto Ierusalimschy | 2 | -2/+56 | |
2006-09-18 | behavior of 'strchr(x, 0)' is ill defined. | Roberto Ierusalimschy | 1 | -2/+2 | |
2006-09-18 | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 5 | -14/+14 | |
2006-09-14 | details | Roberto Ierusalimschy | 4 | -13/+13 | |