Skip to content

Commit

Permalink
Update version and include dispatch fix from Glulxe 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Mar 28, 2013
1 parent db7ef1d commit 454f9f8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ also to Eliuk Blau for tracking down bugs in the memory management opcodes.

* Version History

1.3.2 2013-03-26 A further fix to glkop.c, following the similar fix added to
Glulxe 0.5.1.

1.3.1 2012-11-09 Further fixes to glkop.c, following similar fixes added to
Glulxe 0.5.0.

Expand Down
1 change: 1 addition & 0 deletions glkop.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ static void unparse_glk_args(dispatch_splot_t *splot, char **proto, int depth,

switch (typeclass) {
case 'C':
ReleaseCArray(garglist[gargnum].array, varglist[ix], varglist[ix+1], passout);
gargnum++;
ix++;
gargnum++;
Expand Down
2 changes: 1 addition & 1 deletion help/glulx.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Glulx</h1>
the Inform compiler could compile to, without the limitations of its original output format, Infocom's
Z-Machine.
<p>
Windows Git is based on Iain Merrick's Git 1.3.1, which is a complete implementation of version 3.1.2
Windows Git is based on Iain Merrick's Git 1.3.2, which is a complete implementation of version 3.1.2
of the Glulx specification.
<p>
More information on Glulx is available from the Glulx web page:
Expand Down
2 changes: 1 addition & 1 deletion help/overview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="Git.css">
</head>
<body>
<h1>Windows Git 1.3.1<br><font size="-1">(Windows Glk 1.44)</font></h1>
<h1>Windows Git 1.3.2<br><font size="-1">(Windows Glk 1.44)</font></h1>
Windows Git is an interpreter for <a href="glulx.htm">Glulx</a> games. Windows Git
consists of a core interpreter called Git, and an input/output library, called Windows
Glk. Together these two components form the Windows Git package, which has been created
Expand Down
6 changes: 6 additions & 0 deletions help/revision.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<body>
<h1>Revision History</h1>

<b>Git 1.3.2 (Windows Glk 1.44)</b>
<ul>
<li>A further fix related to Glk call dispatching, following the similar fix added to
Glulxe 0.5.1.
</ul>

<b>Git 1.3.1 (Windows Glk 1.44)</b>
<ul>
<li>Further fixes related to Glk call dispatching, following similar fixes added to
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Automatically generated file -- do not edit!
#define GIT_MAJOR 1
#define GIT_MINOR 3
#define GIT_PATCH 1
#define GIT_PATCH 2

0 comments on commit 454f9f8

Please sign in to comment.