pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:336:
New features ------------ o predef::backtrace() predef::backtrace() now takes an optional argument that causes it to return LiveBacktraceFrames (instead of BacktraceFrames), which may be used to access local variables for the frame while they are still in use. This is intended for debugger use.
+
o predef::destruct()
+
+
lfun::_destruct() may now inhibit explicit destruction.
+
o predef::equal() equal() on functions now checks if their definitions are same identifier in the same program. o predef::gc() gc() called with a weak mapping as argument now removes weak references that are only held by that mapping.