Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -0/+1 |
| | | |||||
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Properly fix loading of embedded bytecode. | Mike Pall | 2013-09-20 | 1 | -1/+2 |
| | | |||||
* | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -1/+2 |
| | | |||||
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | ||||
* | | String buffer refactoring, part 3. | Mike Pall | 2013-02-28 | 1 | -49/+39 |
| | | | | | | | | Switch to pointers for start/end of buffer in lexer. | ||||
* | | Cleanup lexer source code. | Mike Pall | 2013-02-28 | 1 | -3/+3 |
| | | |||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -10/+11 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -17/+6 |
| | | | | | | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
* | | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 1 | -18/+16 |
|/ | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | FFI: Load FFI library on-demand for bytecode with cdata literals. | Mike Pall | 2013-01-15 | 1 | -2/+12 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Load embedded bytecode with require(). | Mike Pall | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -0/+466 |