Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details (typos in comments)v5.2.3 | Roberto Ierusalimschy | 2013-11-21 | 1 | -3/+3 |
| | |||||
* | 'LUA_VERSION_RELEASE' updated to 5.2.3. | Roberto Ierusalimschy | 2013-11-11 | 1 | -2/+2 |
| | |||||
* | bug: Resuming the running coroutine makes it unyieldable | Roberto Ierusalimschy | 2013-11-08 | 1 | -2/+3 |
| | |||||
* | bug: Call to macro 'luai_userstateclose' should be done only | Roberto Ierusalimschy | 2013-11-08 | 1 | -5/+6 |
| | | | | after the calls to __gc methods. | ||||
* | BUG: GC can collect a long string still in use during parser | Roberto Ierusalimschy | 2013-08-30 | 2 | -2/+9 |
| | |||||
* | avoid undefined shift of LUA_NBITS in rotate operations | Roberto Ierusalimschy | 2013-07-09 | 1 | -2/+3 |
| | |||||
* | bug: Wrong error message in some short-cut expressions | Roberto Ierusalimschy | 2013-05-16 | 1 | -8/+21 |
| | |||||
* | bug: Wrong assert when reporting concatenation errors. | Roberto Ierusalimschy | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | bug: garbage collector can trigger too many times in recursive loops, | Roberto Ierusalimschy | 2013-04-26 | 1 | -3/+10 |
| | | | | because it was not computing the size of CallInfo structures in threads | ||||
* | BUG: stack overflow in vararg functions with many fixed | Roberto Ierusalimschy | 2013-04-19 | 1 | -4/+11 |
| | | | | parameters called with few arguments | ||||
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 59 | -0/+21388 |
| | | | | for next version | ||||
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 56 | -18669/+0 |
| | |||||
* | detailsv5.1.1 | Roberto Ierusalimschy | 2006-06-09 | 1 | -1/+2 |
| | |||||
* | explicit test for common error (due to compatibility issue) | Roberto Ierusalimschy | 2006-06-07 | 1 | -1/+4 |
| | |||||
* | BUG: debug hooks may get wrong when mixed with coroutines | Roberto Ierusalimschy | 2006-06-05 | 2 | -3/+43 |
| | |||||
* | small simplifications | Roberto Ierusalimschy | 2006-06-05 | 2 | -22/+14 |
| | |||||
* | extra assertion | Roberto Ierusalimschy | 2006-06-05 | 1 | -1/+2 |
| | |||||
* | details | Roberto Ierusalimschy | 2006-06-05 | 1 | -5/+6 |
| | |||||
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 4 | -8/+9 |
| | |||||
* | new version number | Roberto Ierusalimschy | 2006-05-31 | 2 | -4/+4 |
| | |||||
* | bug: collector did not compensate enough for userdata with finalizers | Roberto Ierusalimschy | 2006-05-24 | 1 | -4/+8 |
| | |||||
* | subtle problem with the garbage collector | Roberto Ierusalimschy | 2006-05-24 | 1 | -1/+29 |
| | |||||
* | does not accept garbage after options (e.g., -ixxx) | Roberto Ierusalimschy | 2006-05-24 | 1 | -6/+19 |
| | |||||
* | only destroy state after running all finalizers | Roberto Ierusalimschy | 2006-05-24 | 1 | -2/+2 |
| | |||||
* | files should not be operated after fclose, even when fclose fails | Roberto Ierusalimschy | 2006-05-08 | 1 | -3/+3 |
| | |||||
* | detail (better error message for invalid format) | Roberto Ierusalimschy | 2006-04-26 | 1 | -2/+3 |
| | |||||
* | details | Roberto Ierusalimschy | 2006-04-26 | 1 | -5/+3 |
| | |||||
* | lua_dostring/lua_dofile should return any values returned by the chunk | Roberto Ierusalimschy | 2006-04-12 | 2 | -3/+28 |
| | |||||
* | BUG: option '%q' for string.format does not handle '\r' correctly | Roberto Ierusalimschy | 2006-04-12 | 2 | -2/+52 |
| | |||||
* | environment variable names should be configurable | Roberto Ierusalimschy | 2006-04-10 | 3 | -9/+31 |
| | |||||
* | detail | Roberto Ierusalimschy | 2006-03-23 | 1 | -3/+3 |
| | |||||
* | BUG: luaL_checkudata may show wrong error message | Roberto Ierusalimschy | 2006-03-21 | 2 | -6/+50 |
| | |||||
* | BUG: should copy the union, not (some of) its fields | Roberto Ierusalimschy | 2006-03-21 | 2 | -8/+48 |
| | |||||
* | unused macro | Roberto Ierusalimschy | 2006-03-21 | 1 | -2/+1 |
| | |||||
* | bug in Lua 4.0.2: weak tables that survive one collection are never collected | Roberto Ierusalimschy | 2006-03-20 | 1 | -2/+35 |
| | |||||
* | comment | Roberto Ierusalimschy | 2006-03-14 | 1 | -3/+3 |
| | |||||
* | 'lparser.h' should not include 'ltable.h' | Roberto Ierusalimschy | 2006-03-09 | 3 | -5/+5 |
| | |||||
* | detail | Roberto Ierusalimschy | 2006-03-09 | 1 | -5/+2 |
| | |||||
* | small change to strip file names when stripping debug informationv5.1 | Roberto Ierusalimschy | 2006-02-17 | 2 | -4/+4 |
| | |||||
* | avoid warning in OS X - ansi | Roberto Ierusalimschy | 2006-02-10 | 1 | -4/+4 |
| | |||||
* | complete support for hexadecimal constants | Roberto Ierusalimschy | 2006-02-10 | 1 | -1/+3 |
| | |||||
* | compiler warning | Roberto Ierusalimschy | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | small improvements for allignments | Roberto Ierusalimschy | 2006-02-06 | 1 | -5/+5 |
| | |||||
* | empty string may cause out-of-bound access | Roberto Ierusalimschy | 2006-01-28 | 1 | -2/+2 |
| | |||||
* | detail | Roberto Ierusalimschy | 2006-01-27 | 2 | -6/+7 |
| | |||||
* | detail | Roberto Ierusalimschy | 2006-01-23 | 1 | -6/+4 |
| | |||||
* | details | Roberto Ierusalimschy | 2006-01-23 | 2 | -4/+7 |
| | |||||
* | detail | Roberto Ierusalimschy | 2006-01-18 | 3 | -8/+9 |
| | |||||
* | unused macro removed | Roberto Ierusalimschy | 2006-01-18 | 1 | -4/+1 |
| | |||||
* | compat code should keep compatibility | Roberto Ierusalimschy | 2006-01-16 | 1 | -9/+19 |
| |