Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |