summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-22 00:13:28 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-22 00:13:28 (GMT)
commit26d407419e1440003de4682f5d60c8c45ec76260 (patch)
treeb77bf364d44aa23e0ee2899d93b8e0118c972b1a /ChangeLog
parent90490cce920eb45b480cff3690ae01e5e2241794 (diff)
downloadtcl-26d407419e1440003de4682f5d60c8c45ec76260.zip
tcl-26d407419e1440003de4682f5d60c8c45ec76260.tar.gz
tcl-26d407419e1440003de4682f5d60c8c45ec76260.tar.bz2
* generic/tcl.h:
* generic/tclHash.c: Tcl_FindHashEntry() now calls Tcl_CreateHashEntry() with a newPtr set to NULL: this would have caused a segfault previously and eliminates duplicated code. A macro has been added to tcl.h (only used when TCL_PRESERVE_BINARY_COMPATABALITY is not set - ie, not by default).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c17470c..b9bcc02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-21 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tcl.h:
+ * generic/tclHash.c: Tcl_FindHashEntry() now calls
+ Tcl_CreateHashEntry() with a newPtr set to NULL: this would have
+ caused a segfault previously and eliminates duplicated code. A
+ macro has been added to tcl.h (only used when
+ TCL_PRESERVE_BINARY_COMPATABALITY is not set - ie, not by default).
+
2006-10-20 Daniel Steffen <das@users.sourceforge.net>
*** 8.5a5 TAGGED FOR RELEASE ***