| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix Makefile dependencies. | Mike Pall | 2020-08-05 | 1 | -1/+1 | |
| | | | | | Thanks to Stefanos Chaliasos. | |||||
| * | Fix frame traversal for __gc handler frames. | Mike Pall | 2020-07-12 | 1 | -0/+1 | |
| | | | | | Reported by Changochen. | |||||
| * | Fix debug.debug() for non-string errors. | Mike Pall | 2020-06-07 | 1 | -1/+2 | |
| | | ||||||
| * | Fix bytecode register allocation for comparisons. | Mike Pall | 2020-05-22 | 1 | -2/+5 | |
| | | ||||||
| * | FFI: Always fall back to metamethods for cdata length/concat. | Mike Pall | 2020-05-08 | 4 | -14/+6 | |
| | | | | | Thanks to Egor Skriptunoff. | |||||
| * | Fix overflow check in unpack(). | Mike Pall | 2020-04-28 | 1 | -2/+4 | |
| | | | | | Thanks to HybridDog. | |||||
| * | Fix Windows make clean. | Mike Pall | 2020-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 2020-03-20 | 3 | -6/+12 | |
| | | ||||||
| * | x86/x64: Fix loop realignment. | Mike Pall | 2020-02-02 | 1 | -2/+3 | |
| | | ||||||
| * | Fix C file generation in jit.bcsave. | Mike Pall | 2020-01-22 | 1 | -1/+1 | |
| | | | | | Thanks to codicodi. | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 146 | -147/+147 | |
| | | ||||||
| * | Fix embedded bytecode loader. | Mike Pall | 2020-01-13 | 3 | -1/+8 | |
| | | ||||||
| * | Fix tonumber("-0"). | Mike Pall | 2019-12-08 | 1 | -3/+2 | |
| | | | | | Reported by bluecheetah001. | |||||
| * | Fix hash table chaining (again). | Mike Pall | 2019-12-08 | 1 | -5/+4 | |
| | | | | | Thanks to Peter Cawley. | |||||
| * | Typo. | Mike Pall | 2019-12-08 | 1 | -1/+0 | |
| | | ||||||
| * | Fix declarations of _BitScanForward/_BitScanReverse. | Mike Pall | 2019-12-08 | 1 | -4/+4 | |
| | | | | | Reported by Mumin Guler. | |||||
| * | Add stricter check for print() vs. tostring() shortcut. | Mike Pall | 2019-12-08 | 1 | -1/+2 | |
| | | ||||||
| * | Prevent integer overflow while parsing long strings. | Mike Pall | 2019-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix stack check when recording BC_VARG. | Mike Pall | 2019-12-08 | 1 | -0/+2 | |
| | | | | | Contributed by Yichun Zhang. | |||||
| * | FFI: Add missing write barrier on C library index update. | Mike Pall | 2019-12-08 | 1 | -0/+1 | |
| | | | | | Contributed by Yichun Zhang. | |||||
| * | FFI: Workaround for platform dlerror() returning NULL. | Mike Pall | 2019-12-08 | 1 | -1/+2 | |
| | | | | | Contributed by mcclure. | |||||
| * | OSX: Use __thread attribute. | Mike Pall | 2019-12-08 | 1 | -5/+0 | |
| | | ||||||
| * | OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET. | Mike Pall | 2019-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | Build MinGW import library, too. | Mike Pall | 2019-12-08 | 1 | -1/+2 | |
| | | | | | Thanks to Tarnyko. | |||||
| * | Fix MinGW make clean. | Mike Pall | 2019-12-08 | 1 | -1/+1 | |
| | | | | | Reported by Shmuel Zeigerman. | |||||
| * | Update MSVC build script and docs. | Mike Pall | 2019-12-08 | 1 | -12/+14 | |
| | | ||||||
| * | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 | |
| | | ||||||
| * | Fix narrowing of conversions to U32. | Mike Pall | 2019-11-10 | 1 | -2/+2 | |
| | | | | | Reported by spacewander. | |||||
| * | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 | |
| | | | | | Reported by Christopher Oliver. | |||||
| * | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 | |
| | | | | | Thanks to Sergey Ostanevich. | |||||
| * | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 | |
| | | | | | This is documentation only. Thanks to snyh. | |||||
| * | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 | |
| | | ||||||
| * | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2019-04-29 | 2 | -3/+3 | |
| | | ||||||
| * | ARM: Fix condition code check fusion. | Mike Pall | 2019-04-29 | 1 | -13/+15 | |
| | | | | | Reported by Qingjun Wei. | |||||
| * | Fix MinGW build. | Mike Pall | 2019-01-10 | 1 | -1/+1 | |
| | | | | | Thanks to Victor Bombi. | |||||
| * | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 3 | -12/+12 | |
| | | | | | Thanks to Yichun Zhang. | |||||
| * | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 | |
| | | ||||||
| * | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 | |
| | | | | | Thanks to he32 and daurnimator. | |||||
| * | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 2018-05-20 | 1 | -2/+4 | |
| | | | | | Thanks to Peter Cawley. | |||||
| * | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 2018-05-20 | 1 | -5/+13 | |
| | | ||||||
| * | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 2018-04-22 | 1 | -0/+2 | |
| | | | | | Contributed by Javier Guerra Giraldez. | |||||
| * | Fix rechaining of pseudo-resurrected string keys. | Mike Pall | 2018-02-27 | 1 | -0/+23 | |
| | | | | | | | | | | This is a serious bug. But extremely hard to reproduce, so it went undetected for 8 years. One needs two resurrections with different main nodes, which are both in a hash chain which gets relinked on key insertion where the colliding node is in a non-main position. Phew. Thanks to lbeiming. | |||||
| * | Clear stack after print_jit_status() in CLI. | Mike Pall | 2018-01-29 | 1 | -0/+1 | |
| | | | | | Suggested by Hydroque. | |||||
| * | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 6 | -3/+17 | |
| | | ||||||
| * | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 3 | -1/+11 | |
| | | | | | Reported by Denis Golovan. | |||||
| * | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 | |
| | | ||||||
| * | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 2017-11-16 | 1 | -1/+1 | |
| | | | | | Thanks to Dimitry Andric. | |||||
| * | Fix FOLD rule for strength reduction of widening. | Mike Pall | 2017-11-08 | 1 | -1/+1 | |
| | | | | | Reported by Matthew Burk. | |||||
| * | Modify fix for warning from 'ar'. | Mike Pall | 2017-06-12 | 1 | -1/+2 | |
| | | ||||||
| * | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 2017-06-07 | 3 | -10/+11 | |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic. | |||||
