| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | | Abstract out on-demand loading of FFI library. | Mike Pall | 2021-06-01 | 1 | -5/+1 |
* | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -5/+5 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -6/+8 |
* | | Make string to number conversions fail on NUL char. | Mike Pall | 2020-02-13 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Followup fix for embedded bytecode loader. | Mike Pall | 2020-01-14 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-13 | 1 | -0/+6 |
|\| |
|
| * | Fix embedded bytecode loader. | Mike Pall | 2020-01-13 | 1 | -0/+5 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -1/+1 |
|\| |
|
| * | Prevent integer overflow while parsing long strings. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
* | | 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 |
* | | Parse Unicode string escape \u{XX...}. | Mike Pall | 2015-08-30 | 1 | -0/+27 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-02 | 1 | -0/+1 |
|\| |
|
| * | Fix lexer error for chunks without tokens. | Mike Pall | 2015-02-02 | 1 | -0/+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 |
* | | 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 |
* | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -2/+3 |
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 1 | -1/+1 |
* | | String buffer refactoring, part 3. | Mike Pall | 2013-02-28 | 1 | -10/+8 |
* | | Cleanup lexer source code. | Mike Pall | 2013-02-28 | 1 | -144/+157 |
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -18/+9 |
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -9/+6 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Move load/dump functions to lj_load.c. Add load modes. | Mike Pall | 2012-09-21 | 1 | -1/+1 |
* | From Lua 5.2: Add goto and ::label:: statements. | Mike Pall | 2012-09-16 | 1 | -1/+4 |
* | Fix compilation with FFI disabled. | Mike Pall | 2012-08-26 | 1 | -1/+3 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -79/+31 |
* | Disable loading bytecode with an extra header (BOM or #!). | Mike Pall | 2012-05-03 | 1 | -1/+17 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Fix parsing of hex literals with exponents. | Mike Pall | 2012-01-20 | 1 | -5/+8 |
* | From Lua 5.2: Change \* to \z. Reject undefined escape sequences. | Mike Pall | 2011-07-19 | 1 | -16/+14 |
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -6/+3 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -1/+1 |
* | FFI: Register the FFI library as a loaded module in luaopen_ffi(). | Mike Pall | 2011-04-06 | 1 | -7/+0 |
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -1/+1 |
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -2/+7 |
* | FFI: Preserve stack top across implicit load of FFI library in lexer. | Mike Pall | 2011-01-09 | 1 | -1/+3 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Parse complex and 64 bit integer literals. | Mike Pall | 2010-12-24 | 1 | -5/+90 |
* | Parse '\*' escape in strings (from Lua 5.2). | Mike Pall | 2010-11-22 | 1 | -0/+5 |