]> git.ipfire.org Git - thirdparty/LuaJIT.git/log
thirdparty/LuaJIT.git
2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 21 Oct 2023 11:13:34 +0000 (13:13 +0200)] 
Merge branch 'master' into v2.1

2 years agoFFI: Fix dangling reference to CType in carith_checkarg().
Mike Pall [Sat, 21 Oct 2023 11:11:50 +0000 (13:11 +0200)] 
FFI: Fix dangling reference to CType in carith_checkarg().

Reported by Sergey Kaplun. #1108

2 years agoDynASM/ARM64: Support ldp/stp of q registers.
Mike Pall [Sun, 8 Oct 2023 20:12:01 +0000 (22:12 +0200)] 
DynASM/ARM64: Support ldp/stp of q registers.

Thanks to Peter Cawley. #1096

2 years agoARM64: Use ADR and ADRP to form constants.
Mike Pall [Sun, 8 Oct 2023 20:10:02 +0000 (22:10 +0200)] 
ARM64: Use ADR and ADRP to form constants.

Thanks to Peter Cawley. #1100

2 years agoARM64: Fix disassembly of U12 loads.
Mike Pall [Sun, 8 Oct 2023 19:57:04 +0000 (21:57 +0200)] 
ARM64: Fix disassembly of U12 loads.

Thanks to Peter Cawley. #1100

2 years agoARM64: Unify constant register handling in interpreter.
Mike Pall [Sun, 8 Oct 2023 19:39:40 +0000 (21:39 +0200)] 
ARM64: Unify constant register handling in interpreter.

Plus minor optimizations. Simplifications for out-of-tree ARM64EC.
Thanks to Peter Cawley. #1096

2 years agoARM: Fix register hint for FFI calls with FP results.
Mike Pall [Sun, 8 Oct 2023 19:22:50 +0000 (21:22 +0200)] 
ARM: Fix register hint for FFI calls with FP results.

2 years agoARM64: Fix register hint for FFI calls with FP results.
Mike Pall [Sun, 8 Oct 2023 19:20:10 +0000 (21:20 +0200)] 
ARM64: Fix register hint for FFI calls with FP results.

Thanks to Peter Cawley. #1096

2 years agoARM64: Restore fp before sp in C stack unwinders.
Mike Pall [Sun, 8 Oct 2023 19:17:43 +0000 (21:17 +0200)] 
ARM64: Restore fp before sp in C stack unwinders.

Thanks to Peter Cawley. #1096

2 years agoFFI: Fix ffi.abi("pauth").
Mike Pall [Mon, 25 Sep 2023 14:56:17 +0000 (16:56 +0200)] 
FFI: Fix ffi.abi("pauth").

Thanks to Peter Cawley. #1098

2 years agoMerge branch 'master' into v2.1
Mike Pall [Fri, 22 Sep 2023 19:07:20 +0000 (21:07 +0200)] 
Merge branch 'master' into v2.1

2 years agoMaintain chain invariant in DCE.
Mike Pall [Fri, 22 Sep 2023 19:04:22 +0000 (21:04 +0200)] 
Maintain chain invariant in DCE.

Thanks to Peter Cawley. #1094

2 years agoLJ_FR2: Fix stack checks in vararg calls.
Mike Pall [Thu, 21 Sep 2023 03:19:55 +0000 (05:19 +0200)] 
LJ_FR2: Fix stack checks in vararg calls.

Thanks to Peter Cawley. #1048

2 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 21 Sep 2023 02:44:37 +0000 (04:44 +0200)] 
Merge branch 'master' into v2.1

2 years agoFollow-up fix for stack overflow handling cleanup.
Mike Pall [Thu, 21 Sep 2023 02:43:40 +0000 (04:43 +0200)] 
Follow-up fix for stack overflow handling cleanup.

2 years agoHandle OOM error on stack resize in coroutine.resume and lua_checkstack.
Mike Pall [Thu, 21 Sep 2023 02:40:48 +0000 (04:40 +0200)] 
Handle OOM error on stack resize in coroutine.resume and lua_checkstack.

Thanks to Peter Cawley. #1066

2 years agoRestore cur_L for specific Lua/C API use case.
Mike Pall [Thu, 21 Sep 2023 01:54:08 +0000 (03:54 +0200)] 
Restore cur_L for specific Lua/C API use case.

Thanks to Peter Cawley. #1066

2 years agoConsistently use 64 bit constants for 64 bit IR instructions.
Mike Pall [Thu, 21 Sep 2023 01:46:33 +0000 (03:46 +0200)] 
Consistently use 64 bit constants for 64 bit IR instructions.

Thanks to Peter Cawley. #1084

2 years agoARM64: Fix IR_HREF code generation for constant FP keys.
Mike Pall [Thu, 21 Sep 2023 00:48:12 +0000 (02:48 +0200)] 
ARM64: Fix IR_HREF code generation for constant FP keys.

Reported by swarn. Fix for 435d8c63 by Peter Cawley. #1090

2 years agoARM64: Fuse negative 32 bit constants into arithmetic ops again.
Mike Pall [Thu, 21 Sep 2023 00:38:29 +0000 (02:38 +0200)] 
ARM64: Fuse negative 32 bit constants into arithmetic ops again.

Thanks to Peter Cawley. #1065

2 years agoMerge branch 'master' into v2.1
Mike Pall [Thu, 21 Sep 2023 00:23:25 +0000 (02:23 +0200)] 
Merge branch 'master' into v2.1

2 years agoHandle all stack layouts in (delayed) TRACE vmevent.
Mike Pall [Thu, 21 Sep 2023 00:15:16 +0000 (02:15 +0200)] 
Handle all stack layouts in (delayed) TRACE vmevent.

Thanks to Sergey Bronnikov and Peter Cawley. #1087

2 years agoAdd missing coercion when recording select(string, ...)
Mike Pall [Thu, 21 Sep 2023 00:10:18 +0000 (02:10 +0200)] 
Add missing coercion when recording select(string, ...)

Thanks to Peter Cawley. #1083

2 years agoCleanup stack overflow handling.
Mike Pall [Wed, 20 Sep 2023 23:58:43 +0000 (01:58 +0200)] 
Cleanup stack overflow handling.

Reported by Peter Cawley. #962

2 years agoWindows/ARM64: Add MSVC cross-build support for x64 to ARM64.
Mike Pall [Sun, 17 Sep 2023 08:44:04 +0000 (10:44 +0200)] 
Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.

Thanks to invertego. #1081

2 years agoIR_MIN/IR_MAX is non-commutative due to underlying FPU ops.
Mike Pall [Sun, 17 Sep 2023 08:31:00 +0000 (10:31 +0200)] 
IR_MIN/IR_MAX is non-commutative due to underlying FPU ops.

Thanks to Peter Cawley. #1082

2 years agoARM64: Set fixed interpreter registers before rethrow.
Mike Pall [Sun, 17 Sep 2023 08:09:58 +0000 (10:09 +0200)] 
ARM64: Set fixed interpreter registers before rethrow.

Thanks to Peter Cawley. #593

2 years agoWindows/ARM64: Update install docs.
Mike Pall [Fri, 15 Sep 2023 04:10:58 +0000 (06:10 +0200)] 
Windows/ARM64: Update install docs.

2 years agoWindows: Call C++ destructors without compiling with /EHa.
Mike Pall [Fri, 15 Sep 2023 03:47:29 +0000 (05:47 +0200)] 
Windows: Call C++ destructors without compiling with /EHa.

Thanks to Peter Cawley. #593

2 years agoWindows: Pass scratch CONTEXT record to RtlUnwindEx.
Mike Pall [Fri, 15 Sep 2023 03:31:26 +0000 (05:31 +0200)] 
Windows: Pass scratch CONTEXT record to RtlUnwindEx.

Thanks to Peter Cawley. #593

2 years agoARM64: External unwinder already restores non-volatile registers.
Mike Pall [Fri, 15 Sep 2023 03:27:29 +0000 (05:27 +0200)] 
ARM64: External unwinder already restores non-volatile registers.

Thanks to Peter Cawley. #593

2 years agoWindows/ARM64: Fix exception unwinding (again).
Mike Pall [Fri, 15 Sep 2023 03:23:29 +0000 (05:23 +0200)] 
Windows/ARM64: Fix exception unwinding (again).

Thanks to Peter Cawley. #593

2 years agoWindows/ARM64: Fix typo in exception unwinding.
Mike Pall [Mon, 11 Sep 2023 21:00:36 +0000 (23:00 +0200)] 
Windows/ARM64: Fix typo in exception unwinding.

Thanks to Peter Cawley. #593

2 years agoFFI: Fix 64 bit shift fold rules.
Mike Pall [Mon, 11 Sep 2023 19:06:25 +0000 (21:06 +0200)] 
FFI: Fix 64 bit shift fold rules.

Thanks to Peter Cawley. #1079

2 years agoWindows/ARM64: Support Windows calling conventions.
Mike Pall [Mon, 11 Sep 2023 14:35:28 +0000 (16:35 +0200)] 
Windows/ARM64: Support Windows calling conventions.

Dear Microsoft: your butchering of the (perfectly fine) ARM64 ABI is a disgrace.
Thanks to Peter Cawley. #593

2 years agoWindows/ARM64: Fix exception unwinding.
Mike Pall [Mon, 11 Sep 2023 11:33:27 +0000 (13:33 +0200)] 
Windows/ARM64: Fix exception unwinding.

Thanks to Peter Cawley. #593

2 years agoARM64: Remove unneeded IRCALL_* defs for math intrinsics.
Mike Pall [Mon, 11 Sep 2023 11:14:09 +0000 (13:14 +0200)] 
ARM64: Remove unneeded IRCALL_* defs for math intrinsics.

Workaround for MSVC issue.
Thanks to Peter Cawley. #593

2 years agoFix Cygwin build.
Mike Pall [Mon, 11 Sep 2023 11:10:17 +0000 (13:10 +0200)] 
Fix Cygwin build.

Thanks to Christopher Ng. #1077 #1078

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sun, 10 Sep 2023 03:26:27 +0000 (05:26 +0200)] 
Merge branch 'master' into v2.1

2 years agoAllow path overrides in genversion.lua with minilua, too.
Mike Pall [Sun, 10 Sep 2023 03:23:10 +0000 (05:23 +0200)] 
Allow path overrides in genversion.lua with minilua, too.

Thanks to arch1t3cht. #1067

2 years agoWindows/ARM64: Add initial support.
Mike Pall [Sun, 10 Sep 2023 03:20:22 +0000 (05:20 +0200)] 
Windows/ARM64: Add initial support.

Only builds with native ARM64 Visual Studio for now.
Thanks to vanc and Stephen Just. #593 #964

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 9 Sep 2023 21:20:57 +0000 (23:20 +0200)] 
Merge branch 'master' into v2.1

2 years agoImprove architecture detection error messages.
Mike Pall [Sat, 9 Sep 2023 21:01:26 +0000 (23:01 +0200)] 
Improve architecture detection error messages.

2 years agoARM64: Fuse rotates into logical operands.
Mike Pall [Sat, 9 Sep 2023 18:59:18 +0000 (20:59 +0200)] 
ARM64: Fuse rotates into logical operands.

Thanks to Peter Cawley. #1076

2 years agoARM64: Don't fuse sign extensions into logical operands.
Mike Pall [Sat, 9 Sep 2023 18:57:46 +0000 (20:57 +0200)] 
ARM64: Don't fuse sign extensions into logical operands.

Thanks to Peter Cawley. #1076

2 years agoARM64: Disassemble rotates on logical operands.
Mike Pall [Sat, 9 Sep 2023 18:52:02 +0000 (20:52 +0200)] 
ARM64: Disassemble rotates on logical operands.

Thanks to Peter Cawley. #1076

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 9 Sep 2023 16:18:48 +0000 (18:18 +0200)] 
Merge branch 'master' into v2.1

2 years agoARM: Fix stack check code generation.
Mike Pall [Sat, 9 Sep 2023 16:16:31 +0000 (18:16 +0200)] 
ARM: Fix stack check code generation.

Thanks to Peter Cawley. #1068

2 years agoARM64: Fix LDP/STP fusion (again).
Mike Pall [Sat, 9 Sep 2023 16:01:37 +0000 (18:01 +0200)] 
ARM64: Fix LDP/STP fusion (again).

Reported and analyzed by Zhongwei Yao. Fix by Peter Cawley. #1075

2 years agoARM64: Ensure branch is in range before emitting TBZ/TBNZ.
Mike Pall [Sat, 9 Sep 2023 15:52:43 +0000 (17:52 +0200)] 
ARM64: Ensure branch is in range before emitting TBZ/TBNZ.

Thanks to Peter Cawley. #1074

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 9 Sep 2023 15:46:10 +0000 (17:46 +0200)] 
Merge branch 'master' into v2.1

2 years agoFix mcode limit check for non-x86 archs.
Mike Pall [Sat, 9 Sep 2023 15:44:54 +0000 (17:44 +0200)] 
Fix mcode limit check for non-x86 archs.

Thanks to Peter Cawley.

2 years agoARM64: Improve BC_JLOOP.
Mike Pall [Sat, 9 Sep 2023 15:38:44 +0000 (17:38 +0200)] 
ARM64: Improve BC_JLOOP.

Thanks to Peter Cawley. #1070

2 years agoARM64: Improve integer IR_MUL code generation.
Mike Pall [Sat, 9 Sep 2023 15:36:40 +0000 (17:36 +0200)] 
ARM64: Improve integer IR_MUL code generation.

Thanks to Peter Cawley. #1070

2 years agoARM64: Simplify code generation for IR_STRTO.
Mike Pall [Sat, 9 Sep 2023 15:34:28 +0000 (17:34 +0200)] 
ARM64: Simplify code generation for IR_STRTO.

Thanks to Peter Cawley. #1070

2 years agoARM64: Use RID_TMP instead of scratch register in more places.
Mike Pall [Sat, 9 Sep 2023 15:31:06 +0000 (17:31 +0200)] 
ARM64: Use RID_TMP instead of scratch register in more places.

Thanks to Peter Cawley. #1070

2 years agoARM64: Improve IR_OBAR code generation.
Mike Pall [Sat, 9 Sep 2023 15:21:32 +0000 (17:21 +0200)] 
ARM64: Improve IR_OBAR code generation.

Thanks to Peter Cawley. #1070

2 years agoARM64: Improve IR_UREF code generation.
Mike Pall [Sat, 9 Sep 2023 15:19:02 +0000 (17:19 +0200)] 
ARM64: Improve IR_UREF code generation.

Thanks to Peter Cawley. #1070

2 years agoARM64: Improve IR_HREF code generation.
Mike Pall [Sat, 9 Sep 2023 15:15:26 +0000 (17:15 +0200)] 
ARM64: Improve IR_HREF code generation.

Thanks to Peter Cawley. #1070

2 years agoARM64: Reload BASE via GL instead of spilling it.
Mike Pall [Sat, 9 Sep 2023 14:56:16 +0000 (16:56 +0200)] 
ARM64: Reload BASE via GL instead of spilling it.

Thanks to Peter Cawley. #1068.

2 years agoARM64: Consolidate 32/64-bit constant handling in assembler.
Mike Pall [Sat, 9 Sep 2023 14:30:14 +0000 (16:30 +0200)] 
ARM64: Consolidate 32/64-bit constant handling in assembler.

Thanks to Peter Cawley. #1065

2 years agoARM64: Tune emit_lsptr. Avoid wrong load for asm_prof.
Mike Pall [Sat, 9 Sep 2023 12:20:39 +0000 (14:20 +0200)] 
ARM64: Tune emit_lsptr. Avoid wrong load for asm_prof.

Thanks to Peter Cawley. #1065

2 years agoARM64: Inline only use of emit_loada.
Mike Pall [Sat, 9 Sep 2023 12:15:18 +0000 (14:15 +0200)] 
ARM64: Inline only use of emit_loada.

Thanks to Peter Cawley. #1065

2 years agoARM64: Improve K13 constant rematerialization.
Mike Pall [Sat, 9 Sep 2023 12:11:25 +0000 (14:11 +0200)] 
ARM64: Improve K13 constant rematerialization.

Algorithm by Dougall Johnson: https://dougallj.wordpress.com/2021/10/30/
Thanks to Peter Cawley. #1065

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 9 Sep 2023 11:42:12 +0000 (13:42 +0200)] 
Merge branch 'master' into v2.1

2 years agoAdd NaN check to IR_NEWREF.
Mike Pall [Sat, 9 Sep 2023 11:37:31 +0000 (13:37 +0200)] 
Add NaN check to IR_NEWREF.

Thanks to Peter Cawley. #1069

2 years agoMerge branch 'master' into v2.1
Mike Pall [Sat, 9 Sep 2023 10:50:13 +0000 (12:50 +0200)] 
Merge branch 'master' into v2.1

2 years agoAllow override of paths for genversion.lua.
Mike Pall [Sat, 9 Sep 2023 10:47:27 +0000 (12:47 +0200)] 
Allow override of paths for genversion.lua.

Thanks to arch1t3cht. #1067

2 years agoFix native MinGW build.
Mike Pall [Sat, 9 Sep 2023 10:41:47 +0000 (12:41 +0200)] 
Fix native MinGW build.

Thanks to Victor Bombi. #1071

2 years agoAdd randomized register allocation for fuzz testing.
Mike Pall [Tue, 29 Aug 2023 23:10:52 +0000 (01:10 +0200)] 
Add randomized register allocation for fuzz testing.

This must be explicitly enabled with: -DLUAJIT_RANDOM_RA
Thanks to Peter Cawley. #1062

2 years agoARM64: Improve register allocation for integer IR_MUL/IR_MULOV.
Mike Pall [Tue, 29 Aug 2023 20:38:20 +0000 (22:38 +0200)] 
ARM64: Improve register allocation for integer IR_MUL/IR_MULOV.

Thanks to Peter Cawley. #1062

2 years agoARM64: Fix register allocation for IR_*LOAD.
Mike Pall [Tue, 29 Aug 2023 20:35:10 +0000 (22:35 +0200)] 
ARM64: Fix register allocation for IR_*LOAD.

Thanks to Peter Cawley. #1062

2 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 29 Aug 2023 20:30:57 +0000 (22:30 +0200)] 
Merge branch 'master' into v2.1

2 years agoUpdate external MSDN URL in code.
Mike Pall [Tue, 29 Aug 2023 20:27:38 +0000 (22:27 +0200)] 
Update external MSDN URL in code.

Thanks to Kyle Marshall. #1060

2 years agoFFI/ARM64/OSX: Handle non-standard OSX C calling conventions.
Mike Pall [Tue, 29 Aug 2023 00:21:51 +0000 (02:21 +0200)] 
FFI/ARM64/OSX: Handle non-standard OSX C calling conventions.

Contributed by Peter Cawley. #205

2 years agoFFI: Unify stack setup for C calls in interpreter.
Mike Pall [Tue, 29 Aug 2023 00:12:13 +0000 (02:12 +0200)] 
FFI: Unify stack setup for C calls in interpreter.

2 years agoARM64: Prevent STP fusion for conditional code emitted by TBAR.
Mike Pall [Mon, 28 Aug 2023 20:39:35 +0000 (22:39 +0200)] 
ARM64: Prevent STP fusion for conditional code emitted by TBAR.

Thanks to Peter Cawley. #1057

2 years agoARM64: Fix LDP/STP fusing for unaligned accesses.
Mike Pall [Mon, 28 Aug 2023 20:33:54 +0000 (22:33 +0200)] 
ARM64: Fix LDP/STP fusing for unaligned accesses.

Thanks to Peter Cawley. #1056

2 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 28 Aug 2023 20:24:36 +0000 (22:24 +0200)] 
Merge branch 'master' into v2.1

2 years agoHandle table unsinking in the presence of IRFL_TAB_NOMM.
Mike Pall [Mon, 28 Aug 2023 20:15:42 +0000 (22:15 +0200)] 
Handle table unsinking in the presence of IRFL_TAB_NOMM.

Reported by Sergey Kaplun. #1052

2 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 28 Aug 2023 20:02:06 +0000 (22:02 +0200)] 
Merge branch 'master' into v2.1

2 years agoUse fallback name for install files without valid .git or .relver.
Mike Pall [Mon, 28 Aug 2023 19:25:51 +0000 (21:25 +0200)] 
Use fallback name for install files without valid .git or .relver.

2 years agoHandle non-.git checkout with .relver in .bat-file builds.
Mike Pall [Mon, 28 Aug 2023 19:59:01 +0000 (21:59 +0200)] 
Handle non-.git checkout with .relver in .bat-file builds.

Thanks to Simon Cooke.

2 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 28 Aug 2023 19:08:00 +0000 (21:08 +0200)] 
Merge branch 'master' into v2.1

2 years agoFix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.
Mike Pall [Mon, 28 Aug 2023 19:04:01 +0000 (21:04 +0200)] 
Fix external C call stack check when using LUAJIT_MODE_WRAPCFUNC.

Thanks to Peter Cawley. #1047

2 years agoFix predict_next() in parser (again).
Mike Pall [Mon, 28 Aug 2023 19:00:37 +0000 (21:00 +0200)] 
Fix predict_next() in parser (again).

Reported by Sergey Bronnikov. #1054

2 years agoFix typo.
Mike Pall [Tue, 22 Aug 2023 15:06:34 +0000 (17:06 +0200)] 
Fix typo.

Thanks to Simon Cooke.

2 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 22 Aug 2023 15:06:14 +0000 (17:06 +0200)] 
Merge branch 'master' into v2.1

2 years agoHandle the case when .git is not a directory.
Mike Pall [Tue, 22 Aug 2023 15:04:22 +0000 (17:04 +0200)] 
Handle the case when .git is not a directory.

Thanks to Alexander Shpilkin.

2 years agoMerge branch 'master' into v2.1
Mike Pall [Tue, 22 Aug 2023 13:37:21 +0000 (15:37 +0200)] 
Merge branch 'master' into v2.1

2 years agoAdd .gitattributes to dynamically resolve .relver.
Mike Pall [Tue, 22 Aug 2023 13:36:55 +0000 (15:36 +0200)] 
Add .gitattributes to dynamically resolve .relver.

Thanks to Alexander Shpilkin.

2 years agoAdd .gitattributes to dynamically resolve .relver.
Mike Pall [Tue, 22 Aug 2023 13:30:27 +0000 (15:30 +0200)] 
Add .gitattributes to dynamically resolve .relver.

Thanks to Alexander Shpilkin.

2 years agoFix for last commit: also remove symlink on uninstall.
Mike Pall [Tue, 22 Aug 2023 09:46:12 +0000 (11:46 +0200)] 
Fix for last commit: also remove symlink on uninstall.

2 years agoSwitch to rolling releases: mark v2.1 as production.
Mike Pall [Tue, 22 Aug 2023 09:13:45 +0000 (11:13 +0200)] 
Switch to rolling releases: mark v2.1 as production.

2 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 21 Aug 2023 11:09:52 +0000 (13:09 +0200)] 
Merge branch 'master' into v2.1

2 years agoFix Windows build scripts for rolling releases.
Mike Pall [Mon, 21 Aug 2023 11:08:00 +0000 (13:08 +0200)] 
Fix Windows build scripts for rolling releases.

Reported by Miku AuahDark.

2 years agoMerge branch 'master' into v2.1
Mike Pall [Mon, 21 Aug 2023 02:03:25 +0000 (04:03 +0200)] 
Merge branch 'master' into v2.1

2 years agoSwitch MSVC and console build scripts to rolling releases.
Mike Pall [Mon, 21 Aug 2023 01:59:03 +0000 (03:59 +0200)] 
Switch MSVC and console build scripts to rolling releases.

2 years agoMerge branch 'master' into v2.1 v2.1.ROLLING
Mike Pall [Mon, 21 Aug 2023 01:18:35 +0000 (03:18 +0200)] 
Merge branch 'master' into v2.1

2 years agoSwitch build system to rolling releases. v2.0.ROLLING
Mike Pall [Mon, 21 Aug 2023 01:06:26 +0000 (03:06 +0200)] 
Switch build system to rolling releases.