Releases: DavidKinder/Git
Git 1.3.8
Git 1.3.7
Git 1.3.7 was released on 12th July 2022.
Added new undo and double precision math related opcodes (VM spec 3.1.3), contributed by Andrew Plotkin.
Git 1.3.6
Git 1.3.6 was released on 25th May 2021.
- Direct threading now works for 64 bit builds.
- Fixed an issue with compiling with Visual C++.
Git 1.3.5
Git 1.3.5 was released on 19th November 2016.
Fixed a bug when the streamnum opcode is called with the smallest possible negative number.
Git 1.3.4
Git 1.3.4 was released on 13th June 2015.
Performance improvements from Peter De Wachter, which give approximately a 15% speed increase.
Git 1.3.3
Git 1.3.3 was released on 15th March 2014.
Added acceleration functions 8 through 13, which work correctly when the Inform 6 compiler setting NUM_ATTR_BYTES is changed, contributed by Andrew Plotkin.
Git 1.3.2
Git 1.3.2 was released on 26th March 2013.
- A further fix to glkop.c, following the similar fix added to Glulxe 0.5.1.
- Increased the default undo buffer size in all ports to 2Mb.
Git 1.3.1
Git 1.3.1 was released on 9th November 2012.
Further fixes to glkop.c, following similar fixes added to Glulxe 0.5.0.
Git 1.3.0
Git 1.3.0 was released on 16th December 2011.
- Fixed a bug in glkop.c dispatching, to do with arrays of opaque objects, following a similar fix in Glulxe.
- Fixed a problem with the memory heap not being sorted correctly on restore, contributed by Brady Garvin.
Git 1.2.9
Git 1.2.9 was released on 28th August 2011.
- Fixed a bug in glkop.c dispatching, to do with optional array arguments, following a similar fix in Glulxe.
- Glk array and string operations are now checked for memory overflows (though not for ROM writing), following a similar fix in Glulxe.