diff options
author | hobbs <hobbs> | 2010-11-30 18:16:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-11-30 18:16:01 (GMT) |
commit | 881d5025bf794494317b6490233cde4438ed8d5e (patch) | |
tree | 1813237c573abb3ecbb46ec846d9b34db02dac3a /ChangeLog | |
parent | f2b2931008f39ae6f8fd977c0315178099fa9d8b (diff) | |
download | tcl-881d5025bf794494317b6490233cde4438ed8d5e.zip tcl-881d5025bf794494317b6490233cde4438ed8d5e.tar.gz tcl-881d5025bf794494317b6490233cde4438ed8d5e.tar.bz2 |
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:
* generic/tclStubInit.c: TclFormatInt restored at slot 24
* generic/tclUtil.c (TclFormatInt): restore TclFormatInt func from
2005-07-05 macro-ization. Benchmarks indicate it is faster, as a
key int->string routine (e.g. int-indexed arrays).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-11-30 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: + * generic/tclStubInit.c: TclFormatInt restored at slot 24 + * generic/tclUtil.c (TclFormatInt): restore TclFormatInt func from + 2005-07-05 macro-ization. Benchmarks indicate it is faster, as a + key int->string routine (e.g. int-indexed arrays). + 2010-11-23 Andreas Kupries <andreask@activestate.com> * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete |