Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | MIPS: Cosmetic fix for interpreter. | Mike Pall | 2013-12-25 | 1 | -1/+1 |
* | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 2013-12-02 | 1 | -2/+2 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Don't use stack unwinding for lua_yield(). | Mike Pall | 2012-10-09 | 1 | -1/+3 |
* | From Lua 5.2: Add string.rep(s, n, sep). | Mike Pall | 2012-10-07 | 1 | -1/+1 |
* | From Lua 5.2: Add math.log(x, base). | Mike Pall | 2012-10-07 | 1 | -1/+13 |
* | Fix despecialization of ITERN when already running. | Mike Pall | 2012-09-12 | 1 | -0/+3 |
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -6/+6 |
* | MIPS: Fix calls to floor/ceil/trunc. | Mike Pall | 2012-08-19 | 1 | -1/+1 |
* | MIPS: Cleanup interpreter. | Mike Pall | 2012-06-11 | 1 | -75/+75 |
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -0/+4224 |