Update Glulxe to 0.4.7
[projects/chimara/chimara.git] / interpreters / glulxe / README
index e903d1e7e4fdbe8841ebd1c8c1819fdbeeaa0ca1..952e8dd888c34cc04268660b3b74323918984ea5 100644 (file)
@@ -1,5 +1,5 @@
 Glulxe: the Glulx VM interpreter
-Version 0.4.###
+Version 0.4.7
 
     Designed by Andrew Plotkin <erkyrath@eblong.com>
     http://eblong.com/zarf/glulx/index.html
@@ -34,9 +34,12 @@ comment out the "#define FLOAT_SUPPORT" line in glulxe.h.
 
 * Version
 
-###:
+0.4.7:
     Abstracted powf() to an osdepend wrapper. (Needed for Windows.)
     Fixed a @ceil bug, for some C math libraries.
+    Improved the profiling system in several ways.
+    Fixed a bug in glkop.c dispatching, to do with optional array
+    arguments.
 
 0.4.6:
     Added floating-point math feature.