From 15834bb917832736255707e92ce4907546a014dc Mon Sep 17 00:00:00 2001 From: Dannii Willis Date: Sat, 14 Dec 2024 15:32:20 +1000 Subject: [PATCH] Update interpreters Updated Bocfel to 2.2.2: includes support for the no-stdio mode which Emglken needs, also has basic Z6 support Updated Git and Glulxe to handle some obscure arithmetic edge cases Updated Hugo to fix some parser errors Updated TADS to build with RemGlk-Rs, but shouldn't have any functional changes --- garglk | 2 +- git | 2 +- glulxe | 2 +- hugo | 2 +- remglk | 2 +- tads | 2 +- versions.json | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/garglk b/garglk index 070f414..4143b7f 160000 --- a/garglk +++ b/garglk @@ -1 +1 @@ -Subproject commit 070f41454e2c1e9890a9bfb2bf1aa758d7b7abfa +Subproject commit 4143b7f3d237120c6d3afa551c6a0c5ac4823f75 diff --git a/git b/git index 71f94ec..9184bbb 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 71f94ec949231a87be4e795513c800e22e765886 +Subproject commit 9184bbb466c31997076b083c4f6da583b042943c diff --git a/glulxe b/glulxe index 5c4644f..4597c27 160000 --- a/glulxe +++ b/glulxe @@ -1 +1 @@ -Subproject commit 5c4644f4463acc5e63cf4ef778f774c2f72d900d +Subproject commit 4597c27b608ee1a490479a71c3aea4da6cc4390f diff --git a/hugo b/hugo index 753e6cc..df0ce19 160000 --- a/hugo +++ b/hugo @@ -1 +1 @@ -Subproject commit 753e6ccb8a51ec41ae365f0abf6b6ec974f44c71 +Subproject commit df0ce1985ee75d810e9bffbc467294401b34fb72 diff --git a/remglk b/remglk index 68f301a..98ef228 160000 --- a/remglk +++ b/remglk @@ -1 +1 @@ -Subproject commit 68f301ae183e9f8095dde98c7cfd5fbddb16375d +Subproject commit 98ef228b728b5826e0194b4d50b20d5adac28a77 diff --git a/tads b/tads index 68545d2..ede5091 160000 --- a/tads +++ b/tads @@ -1 +1 @@ -Subproject commit 68545d260233d35a75dc9c5e815c468c57b5e345 +Subproject commit ede50912b70bf7fc279d93debfc0bce75c08d0d2 diff --git a/versions.json b/versions.json index 3fb5ec0..2910aa8 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { - "bocfel": "2.2.1", - "emglken": "0.6.0", + "bocfel": "2.2.2", + "emglken": "0.7.0", "git": "1.3.8", "glulxe": "0.6.1", "hugo": "3.1.06", - "remglk": "0.3.0", + "remglk": "0.1.0", "scare": "1.3.10", "tads": "3.1.3" } \ No newline at end of file