Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-05 | ARM: Ensure relative GG_State element alignment differently. | Mike Pall | 2 | -5/+9 | |
Thanks to jojo59516 and dwing4g. | |||||
2020-08-05 | Fix Makefile dependencies. | Mike Pall | 1 | -1/+1 | |
Thanks to Stefanos Chaliasos. | |||||
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 | |
Reported by Changochen. | |||||
2020-06-07 | Fix debug.debug() for non-string errors. | Mike Pall | 1 | -1/+2 | |
2020-05-22 | Fix bytecode register allocation for comparisons. | Mike Pall | 1 | -2/+5 | |
2020-05-08 | FFI: Always fall back to metamethods for cdata length/concat. | Mike Pall | 4 | -14/+6 | |
Thanks to Egor Skriptunoff. | |||||
2020-04-28 | Fix overflow check in unpack(). | Mike Pall | 1 | -2/+4 | |
Thanks to HybridDog. | |||||
2020-04-28 | Fix Windows make clean. | Mike Pall | 1 | -1/+1 | |
2020-03-20 | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 3 | -6/+12 | |
2020-02-02 | x86/x64: Fix loop realignment. | Mike Pall | 1 | -2/+3 | |
2020-01-26 | Documentation cleanup. | Mike Pall | 14 | -1148/+64 | |
2020-01-25 | Fix POSIX install with missing or incompatible ldconfig. | Mike Pall | 1 | -2/+2 | |
2020-01-22 | Fix C file generation in jit.bcsave. | Mike Pall | 1 | -1/+1 | |
Thanks to codicodi. | |||||
2020-01-20 | Bump copyright date. | Mike Pall | 177 | -195/+195 | |
2020-01-13 | Fix embedded bytecode loader. | Mike Pall | 3 | -1/+8 | |
2019-12-08 | Fix tonumber("-0"). | Mike Pall | 1 | -3/+2 | |
Reported by bluecheetah001. | |||||
2019-12-08 | Fix hash table chaining (again). | Mike Pall | 1 | -5/+4 | |
Thanks to Peter Cawley. | |||||
2019-12-08 | Typo. | Mike Pall | 1 | -1/+0 | |
2019-12-08 | Fix declarations of _BitScanForward/_BitScanReverse. | Mike Pall | 1 | -4/+4 | |
Reported by Mumin Guler. | |||||
2019-12-08 | Add stricter check for print() vs. tostring() shortcut. | Mike Pall | 1 | -1/+2 | |
2019-12-08 | Prevent integer overflow while parsing long strings. | Mike Pall | 1 | -1/+1 | |
2019-12-08 | Fix stack check when recording BC_VARG. | Mike Pall | 1 | -0/+2 | |
Contributed by Yichun Zhang. | |||||
2019-12-08 | FFI: Add missing write barrier on C library index update. | Mike Pall | 1 | -0/+1 | |
Contributed by Yichun Zhang. | |||||
2019-12-08 | FFI: Workaround for platform dlerror() returning NULL. | Mike Pall | 1 | -1/+2 | |
Contributed by mcclure. | |||||
2019-12-08 | OSX: Use __thread attribute. | Mike Pall | 1 | -5/+0 | |
2019-12-08 | OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET. | Mike Pall | 2 | -3/+3 | |
2019-12-08 | Build MinGW import library, too. | Mike Pall | 1 | -1/+2 | |
Thanks to Tarnyko. | |||||
2019-12-08 | Fix MinGW make clean. | Mike Pall | 1 | -1/+1 | |
Reported by Shmuel Zeigerman. | |||||
2019-12-08 | Update Android and iOS build docs. | Mike Pall | 1 | -55/+13 | |
2019-12-08 | Add note about the unsuitabilty of math.random() for crypto. | Mike Pall | 1 | -0/+4 | |
2019-12-08 | Update MSVC build script and docs. | Mike Pall | 2 | -51/+20 | |
2019-12-08 | More recent MSVC is partially C99 compliant. | Mike Pall | 1 | -2/+2 | |
2019-11-10 | Fix narrowing of conversions to U32. | Mike Pall | 1 | -2/+2 | |
Reported by spacewander. | |||||
2019-08-30 | Fix bytecode dump unpatching. | Mike Pall | 1 | -4/+1 | |
Reported by Christopher Oliver. | |||||
2019-08-10 | Fix debug.getinfo() argument check. | Mike Pall | 1 | -1/+1 | |
Thanks to Sergey Ostanevich. | |||||
2019-07-05 | MIPS: Fix delay slot hint. | Mike Pall | 1 | -1/+1 | |
This is documentation only. Thanks to snyh. | |||||
2019-05-09 | Fix TNEW load forwarding with instable types. | Mike Pall | 1 | -1/+2 | |
2019-04-29 | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2 | -3/+3 | |
2019-04-29 | ARM: Fix condition code check fusion. | Mike Pall | 1 | -13/+15 | |
Reported by Qingjun Wei. | |||||
2019-01-10 | Fix MinGW build. | Mike Pall | 1 | -1/+1 | |
Thanks to Victor Bombi. | |||||
2019-01-10 | DynASM/MIPS: Fix shadowed variable. | Mike Pall | 1 | -3/+3 | |
Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte. | |||||
2019-01-10 | DynASM/PPC: Fix shadowed variable. | Mike Pall | 1 | -3/+3 | |
Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte. | |||||
2019-01-10 | Fix overflow of snapshot map offset. | Mike Pall | 3 | -12/+12 | |
Thanks to Yichun Zhang. | |||||
2019-01-10 | Better detection of MinGW build. | Mike Pall | 1 | -0/+4 | |
2018-06-05 | PPC/NetBSD: Fix endianess check. | Mike Pall | 1 | -1/+1 | |
Thanks to he32 and daurnimator. | |||||
2018-05-20 | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 1 | -2/+4 | |
Thanks to Peter Cawley. | |||||
2018-05-20 | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 1 | -5/+13 | |
2018-04-25 | Bump copyright date to 2018. | Mike Pall | 16 | -46/+32 | |
2018-04-22 | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 1 | -0/+2 | |
Contributed by Javier Guerra Giraldez. |