summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-09-30 19:00:11 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-09-30 19:00:11 (GMT)
commit25eaf268205e1fd47ec88e2323b0c8806f1b617a (patch)
tree57fe07a36dd760af3a032e5be075bc392479e90c /ChangeLog
parent7d238aee5a63e4f16bafa9863ec090f904e66df2 (diff)
downloadtcl-25eaf268205e1fd47ec88e2323b0c8806f1b617a.zip
tcl-25eaf268205e1fd47ec88e2323b0c8806f1b617a.tar.gz
tcl-25eaf268205e1fd47ec88e2323b0c8806f1b617a.tar.bz2
* generic/tclInt.decls:
* generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * generic/tclStubInit.c: added an internal function TclObjBeingDeleted to provide info as to the reason for the loss of an internal rep. [FR 1512138]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af0f7cb..6adf911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-09-30 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclInt.decls:
+ * generic/tclInt.h:
+ * generic/tclIntDecls.h:
+ * generic/tclObj.c:
+ * generic/tclStubInit.c: added an internal function
+ TclObjBeingDeleted to provide info as to the reason for the loss
+ of an internal rep. [FR 1512138]
+
* generic/tclCompile.c:
* generic/tclHistory.c:
* generic/tclInt.h: