| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
* | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -4/+18 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | | 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 |
* | | String buffers, part 2c: abstract out string.format. | Mike Pall | 2021-06-01 | 1 | -80/+5 |
* | | String buffers, part 1: object serialization. | Mike Pall | 2021-03-25 | 1 | -0/+3 |
* | | 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 |
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -3/+3 |
* | | 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 |
| * | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 |
* | | Remove Lua 5.0 compatibility defines. | Mike Pall | 2017-03-17 | 1 | -4/+0 |
* | | 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 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-20 | 1 | -1/+1 |
|\| |
|
| * | Fix compiler warnings. | Mike Pall | 2014-01-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 |
* | | Add common helper for pointer to string formatting. | Mike Pall | 2013-08-31 | 1 | -2/+1 |
* | | Compile string.format(). | Mike Pall | 2013-05-13 | 1 | -5/+5 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -10/+10 |
* | | Refactor raw object to pointer or string conversions. | Mike Pall | 2013-05-13 | 1 | -21/+2 |
* | | Refactor string.format(). | Mike Pall | 2013-05-12 | 1 | -173/+63 |
* | | Compile string.find() for fixed string searches (no patterns). | Mike Pall | 2013-05-08 | 1 | -1/+1 |
* | | Partially refactor string.find(). | Mike Pall | 2013-05-07 | 1 | -61/+32 |
* | | Compile string.rep(). | Mike Pall | 2013-04-26 | 1 | -1/+1 |
* | | Refactor string.rep(). | Mike Pall | 2013-04-26 | 1 | -43/+13 |
* | | Abstract out some common buffer operations. | Mike Pall | 2013-04-26 | 1 | -6/+2 |
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -5/+6 |
* | | Compile string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -3/+3 |
* | | Refactor string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -2/+1 |
* | | Compile string.char(). | Mike Pall | 2013-04-23 | 1 | -1/+1 |
* | | Optimize and refactor printing of numbers to buffers. | Mike Pall | 2013-03-25 | 1 | -10/+7 |
* | | Use string buffer for string.format(). | Mike Pall | 2013-03-21 | 1 | -87/+91 |
* | | Use string buffer for string.dump(). | Mike Pall | 2013-03-20 | 1 | -6/+8 |
* | | Clean up TValue to buffer conversions. | Mike Pall | 2013-03-18 | 1 | -1/+1 |
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -0/+1 |
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -20/+21 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | From Lua 5.2: Add string.rep(s, n, sep). | Mike Pall | 2012-10-07 | 1 | -8/+34 |