pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-09
2005-02-09 16:42:43 by Martin Stjernholm <mast@lysator.liu.se>
9e891dbed1a99d39a03496871b05672389ac7951 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Note about the flag to lfun::destroy.
Rev: CHANGES:1.78
60:
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.