[MOO-Discuss] GammaMOO 1.8.2g4r1
Status: Planning
Brought to you by:
luke-jr
From: Luke -Jr <lu...@da...> - 2008-08-11 23:30:09
|
Note: This is a bugfix release from 1.8.2g4. It does not introduce any new features. GammaMOO 1.8.2g4r1 has been released. It can be downloaded from: http://luke.dashjr.org/programs/gammamoo/ Known Bugs (does not include those that apply to LambdaMOO): -- Invalid UTF-8 sequences are not always rejected and may have unpredictable behavior. -- The base conversion builtin function does not recognize UTF-8 and will use octets instead of characters. -- eol-in/out may not function properly with data received prior to these options being changed (similar to the binary mode issue) -- Builtin functions borrowed from list utilities will freeze the MOO until they complete. Due to this issue, the affected functions are temporarily wizard-only. -- The server can be crashed or paniced by wizards if OID namespaces are used improperly, or even properly. -- Constructs such as ++list[--count] will decrement count twice -- eval() discards compile warnings on success -- E_RANGE is not always raised when referencing beyond the end of a Unicode string -- unicodestr[$] does not work properly ChangeLog since 1.8.2g4: Version 1.8.2g4r1, 11 Aug 2008 -- Fixed a bug with the post-increment/decrement suffix operators which would crash the MOO if used on a non-variable (such as a property or index). |