aboutsummaryrefslogtreecommitdiff
path: root/etc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-13Handle old OSX/iOS without getentropy().Mike Pall1-2/+16
2020-07-12Add FAQ about sandboxing. Minor fixes.Mike Pall2-9/+33
2020-07-12Fix frame traversal for __gc handler frames.Mike Pall1-0/+1
2020-07-02Fix Clang build.Mike Pall8-10/+10
2020-07-02Android/ARM: Fix build with recent NDK.Mike Pall1-0/+8
2020-06-25Fix compiler warning.Mike Pall1-1/+1
2020-06-23Fix OSX build.Mike Pall1-1/+6
2020-06-23Follow-up fix for iOS build.Mike Pall1-1/+1
2020-06-23OSX/iOS: Handle iOS simulator and ARM64 Macs.Mike Pall1-1/+7
2020-06-23Fix pointer check for non-GC64 mode.Mike Pall1-1/+2
2020-06-23Windows: Fix NtAllocateVirtualMemory prototype.Mike Pall1-1/+1
2020-06-23Add jit.security().Mike Pall2-0/+17
2020-06-23Redesign and harden string interning.Mike Pall22-202/+394
2020-06-15Use a securely seeded global PRNG for the VM.Mike Pall22-173/+410
2020-06-15Cleanup some arch defines and fix builds.Mike Pall8-17/+31
2020-06-13ARM: Implement FLOAD from GG_State.Mike Pall3-21/+11
2020-06-15Improve assertions.Mike Pall71-927/+1363
2020-06-07Fix debug.debug() for non-string errors.Mike Pall1-1/+2
2020-05-27Optimize table length computation with hinting.Mike Pall12-82/+135
2020-05-23Remove pow() splitting and cleanup backends.Mike Pall14-222/+95
2020-05-22Cleanup math function compilation and fix inconsistencies.Mike Pall14-65/+48
2020-05-22Fix bytecode register allocation for comparisons.Mike Pall1-2/+5
2020-05-22Don't compile math.modf() anymore.Mike Pall2-17/+1
2020-05-22Fix math.min()/math.max() inconsistencies.Mike Pall13-92/+151
2020-05-22Fix narrowing of unary minus.Mike Pall1-2/+7
2020-05-20Cleanup CPU detection and tuning for old CPUs.Mike Pall9-138/+87
2020-05-18ARM64: Fix {AHUV}LOAD specialized to nil/false/true.Mike Pall1-1/+1
2020-05-18ARM, ARM64, PPC: Fix TSETR fallback.Mike Pall3-0/+3
2020-05-08Remove unused file.Mike Pall1-3691/+0
2020-05-08FFI: Always fall back to metamethods for cdata length/concat.Mike Pall4-14/+6
2020-05-05Windows: Make actual use of internal allocator optimization.Mike Pall1-2/+4
2020-04-28Fix overflow check in unpack().Mike Pall1-2/+4
2020-04-28Fix Windows make clean.Mike Pall1-1/+1
2020-03-20FFI/ARM64: Fix pass-by-value struct calling conventions.Mike Pall1-1/+2
2020-03-20Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall3-6/+12
2020-02-13Make string to number conversions fail on NUL char.Mike Pall4-7/+12
2020-02-02x86/x64: Fix loop realignment.Mike Pall1-2/+3
2020-01-26Documentation cleanup.Mike Pall14-1148/+64
2020-01-25Fix POSIX install with missing or incompatible ldconfig.Mike Pall1-2/+2
2020-01-22Fix C file generation in jit.bcsave.Mike Pall1-1/+1
2020-01-20Bump copyright date.Mike Pall177-195/+195
2020-01-20Remove support for de-facto dead archs.Mike Pall5-33/+3
2020-01-20DynASM/x86: Fix BMI instructions.Mike Pall1-1/+1
2020-01-20Minor fixes.Mike Pall2-1/+2
2020-01-20MIPS: Add MIPS64 R6 port.Mike Pall15-347/+1296
2020-01-14Fix string.char() recording with no arguments.Mike Pall1-0/+2
2020-01-14Followup fix for embedded bytecode loader.Mike Pall1-0/+1
2020-01-13Fix embedded bytecode loader.Mike Pall3-1/+8
2019-12-21Properly fix pointer diff in string.find().Mike Pall1-2/+2
2019-12-08x64: Enable LJ_GC64 mode by default.Mike Pall5-17/+17