aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bcwrite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change handling of nil value markers in template tables.HEADv2.1Mike Pall4 days1-3/+5
* REVERT: Change handling of nil value markers in template tables.Mike Pall6 days1-5/+3
* Fix handling of nil value markers in template tables.Mike Pall6 days1-1/+1
* Change handling of nil value markers in template tables.Mike Pall6 days1-2/+4
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2024-01-311-3/+3
|\|
| * Preserve keys with dynamic values in template tables when saving bytecode.Mike Pall2024-01-311-2/+2
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-221-15/+94
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Add workaround for bytecode dump of builtins.Mike Pall2023-08-121-1/+2
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-11/+11
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-5/+19
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-08-301-4/+1
|\|
| * Fix bytecode dump unpatching.Mike Pall2019-08-301-4/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-2/+3
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-24/+24
* | String buffer refactoring, part 4.Mike Pall2013-02-281-17/+15
* | String buffer refactoring, part 2.Mike Pall2013-02-271-115/+89
* | String buffer refactoring, part 1.Mike Pall2013-02-271-16/+8
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Replace divisions with simpler code.Mike Pall2012-08-261-1/+1
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-1/+1
* Fix buffer check in bytecode writer.Mike Pall2012-06-281-0/+1
* Fix bytecode dump for certain number constants.Mike Pall2012-02-041-4/+10
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Fix dumping of already stripped functions with debug info.Mike Pall2011-06-131-1/+2
* Add support for bytecode loading/saving.Mike Pall2011-06-131-0/+388