summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-04-26 22:30:05 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-04-26 22:30:05 (GMT)
commit66d33c6513aced61bd81726fdbecf546712c36cf (patch)
tree6acb15f2dbc71fdc22022f4a6db35160c76a2a25 /ChangeLog
parent4138af452c3949c861b66d47a0f123966698f74d (diff)
downloadtcl-66d33c6513aced61bd81726fdbecf546712c36cf.zip
tcl-66d33c6513aced61bd81726fdbecf546712c36cf.tar.gz
tcl-66d33c6513aced61bd81726fdbecf546712c36cf.tar.bz2
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the
logic so that the casts added in Donal Fellows's change for the same bug are no longer necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ec5bb..99b0df2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-27 Kevin B. Kenny <kennykb@acm.org>
+
+ * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the
+ logic so that the casts added in Donal Fellows's change for the
+ same bug are no longer necessary.
+
2010-04-26 Donal K. Fellows <dkf@users.sf.net>
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast