Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | detail | Roberto Ierusalimschy | 2006-01-13 | 1 | -2/+2 |
* | avoid unnecessary exports | Roberto Ierusalimschy | 2006-01-10 | 3 | -23/+35 |
* | avoids type punning for table keys | Roberto Ierusalimschy | 2006-01-10 | 3 | -35/+42 |
* | detail | Roberto Ierusalimschy | 2006-01-10 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2006-01-10 | 5 | -17/+16 |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 9 | -27/+35 |
* | detail (stop collector while openning libraries) | Roberto Ierusalimschy | 2005-12-29 | 1 | -1/+3 |
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 4 | -18/+24 |
* | collectgarbage"count" returns kilobytes (where K = 1024) | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+2 |
* | copyright will be 2006 | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+2 |
* | removal of dead code | Roberto Ierusalimschy | 2005-12-26 | 1 | -17/+1 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 16 | -75/+77 |