Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2007-11-26 | BUG: table.remove removes last element of a table when given | Roberto Ierusalimschy | 1 | -0/+25 |
2007-11-26 | detail | Roberto Ierusalimschy | 1 | -3/+2 |
2007-11-12 | use prefix in extern names, even those in test files | Roberto Ierusalimschy | 2 | -15/+15 |
2007-11-12 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2007-11-09 | detail | Roberto Ierusalimschy | 1 | -2/+3 |
2007-11-09 | avoid the use of "exotic" libc functions | Roberto Ierusalimschy | 1 | -28/+38 |
2007-10-31 | first implementation of ephemerons | Roberto Ierusalimschy | 3 | -51/+83 |
2007-10-29 | some changes toward ephemerons | Roberto Ierusalimschy | 4 | -55/+98 |
2007-10-29 | BUG: 'gsub' may go wild when wrongly called without its third | Roberto Ierusalimschy | 2 | -11/+41 |
2007-10-25 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2007-10-25 | avoid problems with 'ptrdiff_t' | Roberto Ierusalimschy | 1 | -25/+27 |
2007-10-25 | parser should not call 'luaX_lexerror' | Roberto Ierusalimschy | 3 | -15/+17 |
2007-10-18 | detail | Roberto Ierusalimschy | 1 | -5/+4 |
2007-10-17 | new metamethods for '__pairs' and '__ipairs' | Roberto Ierusalimschy | 1 | -11/+19 |
2007-09-30 | 27 is not a prime number :( | Roberto Ierusalimschy | 1 | -2/+2 |
2007-09-14 | better way to handle redefinitions of 'localeconv' | Roberto Ierusalimschy | 1 | -3/+6 |
2007-09-14 | avoid warnings about exit; return | Roberto Ierusalimschy | 2 | -6/+4 |
2007-09-14 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2007-09-12 | better error message for 'concat' | Roberto Ierusalimschy | 1 | -2/+4 |
2007-09-10 | tables and strings respect __len metamethod | Roberto Ierusalimschy | 3 | -23/+34 |
2007-09-05 | An error in a module loaded through the '-l' option | Roberto Ierusalimschy | 1 | -0/+18 |
2007-09-05 | stand-alone error-message details | Roberto Ierusalimschy | 2 | -5/+5 |
2007-08-30 | better to flush all files before starting new process with popen | Roberto Ierusalimschy | 1 | -2/+2 |
2007-08-10 | no need for ctype.h | Roberto Ierusalimschy | 1 | -2/+1 |
2007-08-09 | detail | Roberto Ierusalimschy | 1 | -3/+3 |
2007-08-07 | detail (LUA_COPYRIGHT includes release number) | Roberto Ierusalimschy | 3 | -6/+6 |
2007-08-01 | detail | Roberto Ierusalimschy | 1 | -1/+1 |
2007-07-31 | BUG: too many variables in an assignment may cause a C stack overflow | Roberto Ierusalimschy | 2 | -3/+33 |
2007-06-22 | 'debug' library must be required before being used | Roberto Ierusalimschy | 2 | -2/+33 |
2007-06-22 | detail | Roberto Ierusalimschy | 2 | -7/+6 |
2007-06-22 | traceback function moved to auxlib | Roberto Ierusalimschy | 4 | -67/+69 |
2007-06-21 | "spacial" reorganization to keep related functions in groups | Roberto Ierusalimschy | 1 | -144/+163 |
2007-06-21 | clearing some old compatibility code | Roberto Ierusalimschy | 7 | -149/+13 |
2007-06-21 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2007-06-21 | clearing some old compatibility code | Roberto Ierusalimschy | 1 | -13/+4 |
2007-06-19 | strong collision for very small numbers used as table keys | Roberto Ierusalimschy | 1 | -0/+17 |
2007-06-19 | avoid boolean equality (tricky for some compilers) | Roberto Ierusalimschy | 1 | -3/+3 |
2007-05-29 | patch may be a little simpler | Roberto Ierusalimschy | 1 | -4/+10 |
2007-05-29 | bug: wrong error message in some concatenations | Roberto Ierusalimschy | 2 | -4/+25 |
2007-05-25 | bug: recursive coroutines may overflow C stack | Roberto Ierusalimschy | 1 | -0/+14 |
2007-05-16 | assignment of nil to parameter may be optimized away | Roberto Ierusalimschy | 1 | -5/+145 |
2007-05-15 | luaL_testudata (a luaL_checkudata that does not raise errors) is | Roberto Ierusalimschy | 2 | -5/+12 |
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 |
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 |