aboutsummaryrefslogtreecommitdiff
path: root/src/lj_bcread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change handling of nil value markers in template tables.HEADv2.1Mike Pall4 days1-4/+6
* REVERT: Change handling of nil value markers in template tables.Mike Pall6 days1-6/+4
* Change handling of nil value markers in template tables.Mike Pall6 days1-4/+6
* 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-12-161-1/+1
|\|
| * Force fallback source name for stripped bytecode.Mike Pall2024-12-161-1/+1
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-221-3/+6
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Abstract out on-demand loading of FFI library.Mike Pall2021-06-011-5/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-5/+5
* | 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-10/+10
* | 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 Pall2020-01-131-5/+5
|\|
| * Fix embedded bytecode loader.Mike Pall2020-01-131-1/+2
* | 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-0/+1
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-1/+1
* | Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Properly fix loading of embedded bytecode.Mike Pall2013-09-201-1/+2
* | Refactor internal string formatting.Mike Pall2013-05-121-1/+2
* | String buffer refactoring, part 4.Mike Pall2013-02-281-2/+2
* | String buffer refactoring, part 3.Mike Pall2013-02-281-49/+39
* | Cleanup lexer source code.Mike Pall2013-02-281-3/+3
* | String buffer refactoring, part 2.Mike Pall2013-02-271-10/+11
* | String buffer refactoring, part 1.Mike Pall2013-02-271-17/+6
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-18/+16
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Load FFI library on-demand for bytecode with cdata literals.Mike Pall2013-01-151-2/+12
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Load embedded bytecode with require().Mike Pall2011-08-171-1/+1
* Add support for bytecode loading/saving.Mike Pall2011-06-131-0/+466