pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:53:
o bin/precompile.pike Voidable pointer types are no longer promoted to mixed. o PIKE_PORTABLE_BYTECODE --with-portable-bytecode is now the default. Pike programs that have been dumped on one architecture now can be decoded on another. o Math.Matrix Multiplication were bugged and gave B*A instead of A*B. Now fixed.
+
o Destruct reason passed to lfun::destroy.
+
lfun::destroy now receives an integer flag that tells why the object
+
is being destructed, e.g. if it was an explicit call to destroy(),
+
running out of references, or reaped by the garbage collector.