Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | option to use Sun compiler (on lhf account) | Roberto Ierusalimschy | 2007-12-27 | 1 | -5/+7 | |
* | stand-alone interpreter shows incorrect error message when the | Roberto Ierusalimschy | 2007-12-27 | 1 | -0/+21 | |
* | 'lua_pushfstring' raises an error if called with invalid format | Roberto Ierusalimschy | 2007-12-19 | 1 | -6/+5 | |
* | new function 'package.searchpath' | Roberto Ierusalimschy | 2007-12-12 | 1 | -11/+29 | |
* | details | Roberto Ierusalimschy | 2007-12-08 | 1 | -10/+9 | |
* | BUG: lua_setfenv may crash if called over an invalid object | Roberto Ierusalimschy | 2007-11-28 | 2 | -2/+23 | |
* | details | Roberto Ierusalimschy | 2007-11-28 | 1 | -10/+11 | |
* | BUG: table.remove removes last element of a table when given | Roberto Ierusalimschy | 2007-11-26 | 2 | -2/+28 | |
* | detail | Roberto Ierusalimschy | 2007-11-26 | 1 | -3/+2 | |
* | use prefix in extern names, even those in test files | Roberto Ierusalimschy | 2007-11-12 | 2 | -15/+15 | |
* | detail | Roberto Ierusalimschy | 2007-11-12 | 1 | -2/+2 | |
* | detail | Roberto Ierusalimschy | 2007-11-09 | 1 | -2/+3 | |
* | avoid the use of "exotic" libc functions | Roberto Ierusalimschy | 2007-11-09 | 1 | -28/+38 | |
* | first implementation of ephemerons | Roberto Ierusalimschy | 2007-10-31 | 3 | -51/+83 | |
* | 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 |