Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
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 |
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 |
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 |
2006-09-14 | little better error messages for internal arrays overflows | Roberto Ierusalimschy | 3 | -10/+9 |
2006-09-11 | avoid trailing white spaces | Roberto Ierusalimschy | 20 | -65/+65 |
2006-09-11 | 'coroutine.running' should return nil (instead of nothing) for main thread | Roberto Ierusalimschy | 1 | -4/+3 |
2006-09-11 | avoid "too complex" conditional expression (some compilers get confused...) | Roberto Ierusalimschy | 1 | -3/+3 |
2006-08-30 | no more compatibility option for long strings | Roberto Ierusalimschy | 2 | -29/+2 |
2006-08-15 | BUG: there is only one C stack, so nCcalls must be global | Roberto Ierusalimschy | 4 | -21/+32 |
2006-08-07 | macros luai_num* take a state L (when available) as argument, to allow | Roberto Ierusalimschy | 4 | -38/+38 |
2006-08-07 | wrong message error in some cases involving closures | Roberto Ierusalimschy | 2 | -4/+49 |
2006-08-07 | math.log now accepts an optional base | Roberto Ierusalimschy | 1 | -2/+5 |
2006-08-04 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
2006-07-14 | details | Roberto Ierusalimschy | 1 | -6/+6 |
2006-07-13 | bugs now are against 5.1.1 | Roberto Ierusalimschy | 1 | -0/+7 |
2006-07-12 | bug: wrong limit for list constructors | Roberto Ierusalimschy | 2 | -2/+34 |
2006-07-11 | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 19 | -153/+190 |
2006-07-03 | small bug: should not use string after popping it | Roberto Ierusalimschy | 1 | -3/+4 |
2006-06-23 | detail | Roberto Ierusalimschy | 1 | -3/+5 |
2006-06-22 | details | Roberto Ierusalimschy | 6 | -25/+29 |
2006-06-09 | detailsv5.1.1 | Roberto Ierusalimschy | 1 | -1/+2 |
2006-06-07 | explicit test for common error (due to compatibility issue) | Roberto Ierusalimschy | 1 | -1/+4 |