| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2024-01-31 | 1 | -3/+3 |
| |\ | |||||
| | * | Preserve keys with dynamic values in template tables when saving bytecode. | Mike Pall | 2024-01-31 | 1 | -2/+2 |
| | | | | | | | | | Reported by Lyrthras. Fixed by Peter Cawley. #1155 | ||||
| * | | Add cross-32/64 bit and deterministic bytecode generation. | Mike Pall | 2024-01-22 | 1 | -15/+94 |
| | | | | | | | | | Contributed by Peter Cawley. #993 #1008 | ||||
| * | | 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 |
| | | | |||||
| * | | Add workaround for bytecode dump of builtins. | Mike Pall | 2023-08-12 | 1 | -1/+2 |
| | | | | | | | | | Reported by Hang Zhou. Thanks to Sergey Kaplun. #1038 | ||||
| * | | 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 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -11/+11 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | 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 | -5/+19 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-30 | 1 | -4/+1 |
| |\| | |||||
| | * | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 |
| | | | | | | | | | Reported by Christopher Oliver. | ||||
| * | | 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/+3 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -24/+24 |
| | | | |||||
| * | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 1 | -17/+15 |
| | | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | ||||
| * | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -115/+89 |
| | | | | | | | | | | | 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 | -16/+8 |
| |/ | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | ||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Replace divisions with simpler code. | Mike Pall | 2012-08-26 | 1 | -1/+1 |
| | | |||||
| * | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -1/+1 |
| | | |||||
| * | Fix buffer check in bytecode writer. | Mike Pall | 2012-06-28 | 1 | -0/+1 |
| | | |||||
| * | Fix bytecode dump for certain number constants. | Mike Pall | 2012-02-04 | 1 | -4/+10 |
| | | |||||
| * | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | Fix dumping of already stripped functions with debug info. | Mike Pall | 2011-06-13 | 1 | -1/+2 |
| | | |||||
| * | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -0/+388 |
