X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fglulxe%2FREADME;h=952e8dd888c34cc04268660b3b74323918984ea5;hb=2ab029c7428eb3e4894e7d165815c90fbc39a8b2;hp=e903d1e7e4fdbe8841ebd1c8c1819fdbeeaa0ca1;hpb=c4142afddd5b220686eb64c4bd346a722f9e20c1;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/glulxe/README b/interpreters/glulxe/README index e903d1e..952e8dd 100644 --- a/interpreters/glulxe/README +++ b/interpreters/glulxe/README @@ -1,5 +1,5 @@ Glulxe: the Glulx VM interpreter -Version 0.4.### +Version 0.4.7 Designed by Andrew Plotkin 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.