-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
f2a5ec1
commit 15834bb
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule garglk
updated
68 files
Submodule git
updated
6 files
+1 −1 | README.md | |
+3 −0 | README.txt | |
+8 −2 | terp.c | |
+1 −1 | version.h | |
+1 −1 | win/help/overview.htm | |
+6 −0 | win/help/revision.htm |
Submodule glulxe
updated
6 files
+4 −0 | README.md | |
+4 −0 | exec.c | |
+1 −1 | float.c | |
+2 −0 | glulxe.h | |
+18 −1 | osdepend.c | |
+42 −1 | unixautosave.c |
Submodule hugo
updated
4 files
+4 −4 | heglk/heglkwin.c | |
+9 −1 | source/heexpr.c | |
+11 −1 | source/heparse.c | |
+4 −0 | source/herun.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |