diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-04-26 22:30:05 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-04-26 22:30:05 (GMT) |
commit | 66d33c6513aced61bd81726fdbecf546712c36cf (patch) | |
tree | 6acb15f2dbc71fdc22022f4a6db35160c76a2a25 /ChangeLog | |
parent | 4138af452c3949c861b66d47a0f123966698f74d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |