Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 |