| Commit message (Expand) | Author | Files | Lines |
2021-03-29 | NetBSD: Use PROT_MPROTECT() and disable getentropy(). | Mike Pall | 3 | -4/+14 |
2021-03-26 | Allow disabling the serializer. | Mike Pall | 1 | -0/+3 |
2021-03-26 | BSD: Fix build with BSD grep. | Mike Pall | 1 | -1/+1 |
2021-03-26 | Fix .bat file builds. | Mike Pall | 5 | -5/+5 |
2021-03-25 | OSX: Fix build by hardcoding external frame unwinding. | Mike Pall | 1 | -7/+8 |
2021-03-25 | String buffers, part 1: object serialization. | Mike Pall | 26 | -18/+797 |
2021-03-25 | Reorganize lightuserdata interning code. | Mike Pall | 3 | -28/+32 |
2021-03-25 | Upgrade docs to HTML5. It's about time. | Mike Pall | 14 | -28/+28 |
2021-03-23 | FFI: Handle zero-fill of struct-of-NYI. | Mike Pall | 1 | -1/+19 |
2021-03-23 | ARM64: Improve generation of immediates. | Mike Pall | 1 | -31/+33 |
2021-03-23 | Detect inconsistent renames even in the presence of sunk values. | Mike Pall | 1 | -13/+12 |
2021-03-23 | Handle on-trace OOM errors from helper functions. | Mike Pall | 24 | -51/+421 |
2021-03-23 | Use weak guards for on-trace allocations. | Mike Pall | 4 | -49/+51 |
2021-03-23 | PPC: Fix GG_State loads. | Mike Pall | 2 | -2/+2 |
2021-03-23 | MIPS: Fix handling of long-range spare jumps. | Mike Pall | 2 | -25/+34 |
2021-03-23 | Cleanup and enable external unwinding for more platforms. | Mike Pall | 4 | -190/+197 |
2021-03-11 | Remove specific version numbers from the docs. | Mike Pall | 2 | -8/+12 |
2021-03-10 | iOS: Don't use getentropy() since it's disallowed in the App Store. | Mike Pall | 1 | -3/+9 |
2021-03-10 | Linux/ARM64: Make mremap() non-moving due to VA space woes. | Mike Pall | 1 | -1/+1 |
2021-01-12 | Clarify macOS build instructions. | Mike Pall | 1 | -2/+5 |
2021-01-02 | Bump copyright date. | Mike Pall | 176 | -193/+193 |
2021-01-02 | Fix trace exit register dump for some archs. | Mike Pall | 1 | -2/+5 |
2021-01-02 | Documentation cleanup. | Mike Pall | 4 | -62/+49 |
2020-12-28 | FFI: Fix recording of union initialization. | Mike Pall | 1 | -0/+5 |
2020-12-04 | x64: Fix __call metamethod return dispatch. | Mike Pall | 1 | -0/+4 |
2020-11-30 | Fix binary number literal parsing. | Mike Pall | 1 | -0/+1 |
2020-11-30 | Fix warning. | Mike Pall | 1 | -1/+1 |
2020-11-30 | Fix warning. | Mike Pall | 1 | -2/+1 |
2020-10-12 | Minor changes and https-ify links. | Mike Pall | 18 | -47/+47 |
2020-10-12 | Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*. | Mike Pall | 2 | -4/+8 |
2020-10-12 | Ensure full init of IR_NOP instructions. | Mike Pall | 4 | -25/+15 |
2020-09-30 | Add support for full-range 64 bit lightuserdata. | Mike Pall | 17 | -67/+121 |
2020-09-28 | ARM64: Followup fix for exit branch patching. | Mike Pall | 1 | -1/+1 |
2020-09-27 | Prevent patching of the GC exit check branch. | Mike Pall | 4 | -7/+31 |
2020-09-25 | x64: Fix 64 bit shift code generation. | Mike Pall | 1 | -1/+1 |
2020-09-22 | Another fix for lua_yield() from C hook. | Mike Pall | 4 | -4/+4 |
2020-09-22 | Mark CONV as non-weak, to prevent elimination of its side-effect. | Mike Pall | 1 | -1/+1 |
2020-09-15 | Fix lua_yield() from C hook. | Mike Pall | 1 | -2/+3 |
2020-09-12 | DynASM/x86: Fix VREG support. | Mike Pall | 1 | -4/+7 |
2020-09-05 | Limit path length passed to C library loader. | Mike Pall | 1 | -1/+6 |
2020-08-27 | LJ_GC64: Always snapshot functions for non-base frames. | Mike Pall | 2 | -2/+8 |
2020-08-09 | Call error function on rethrow after trace exit. | Mike Pall | 9 | -15/+11 |
2020-08-09 | Fix handling of errors during snapshot restore. | Mike Pall | 1 | -0/+2 |
2020-08-05 | ARM: Ensure relative GG_State element alignment differently. | Mike Pall | 2 | -5/+9 |
2020-08-05 | Fix Makefile dependencies. | Mike Pall | 1 | -1/+1 |
2020-07-13 | Handle old OSX/iOS without getentropy(). | Mike Pall | 1 | -2/+16 |
2020-07-12 | Add FAQ about sandboxing. Minor fixes. | Mike Pall | 2 | -9/+33 |
2020-07-12 | Fix frame traversal for __gc handler frames. | Mike Pall | 1 | -0/+1 |
2020-07-02 | Fix Clang build. | Mike Pall | 8 | -10/+10 |
2020-07-02 | Android/ARM: Fix build with recent NDK. | Mike Pall | 1 | -0/+8 |