diff options
author | nijtmans <nijtmans> | 2010-02-25 22:20:10 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-25 22:20:10 (GMT) |
commit | 98fb386a75b36633c9e4df45415e296bf62ec42f (patch) | |
tree | ffa352ca883f0018c5d14cbd41b0f6917c0a97ad /ChangeLog | |
parent | 526e8665e559eb977cf2475cfcd08492be633a87 (diff) | |
download | tcl-98fb386a75b36633c9e4df45415e296bf62ec42f.zip tcl-98fb386a75b36633c9e4df45415e296bf62ec42f.tar.gz tcl-98fb386a75b36633c9e4df45415e296bf62ec42f.tar.bz2 |
[ tcl-Feature Requests-2958832 ] Further
speed-up of ouster-hash function.
Eliminate various unnecessary (ClientData)
type casts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2010-02-25 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclHash.c [ tcl-Feature Requests-2958832 ] Further + * generic/tclLiteral.c speed-up of ouster-hash function. + * generic/tclObj.c + * generic/tclCkalloc.c Eliminate various unnecessary (ClientData) + * generic/tclTest.c type casts. + * generic/tclTestObj.c + * generic/tclTestProcBodyObj.c + * unix/tclUnixTest.c + * unix/tclUnixTime.c + * unix/tclXtTest.c + 2010-02-24 Donal K. Fellows <dkf@users.sf.net> * generic/tclDictObj.c (SetDictFromAny): Prevent the list<->dict |