From 9e891dbed1a99d39a03496871b05672389ac7951 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Wed, 9 Feb 2005 17:42:43 +0100
Subject: [PATCH] Note about the flag to lfun::destroy.

Rev: CHANGES:1.78
---
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES b/CHANGES
index 1412e764d9..a25baa44cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -60,3 +60,7 @@ o PIKE_PORTABLE_BYTECODE
 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.
-- 
GitLab