summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-11-30 18:17:26 (GMT)
committerhobbs <hobbs>2010-11-30 18:17:26 (GMT)
commitd2d7d8abb3f68656afe1b09035076e181779a18c (patch)
tree2e74b64a52ceabd97aefaa960af88dffe3bc4c09 /ChangeLog
parenta8f65595da3c3e91fa9eaf978a27831865c2db6a (diff)
downloadtcl-d2d7d8abb3f68656afe1b09035076e181779a18c.zip
tcl-d2d7d8abb3f68656afe1b09035076e181779a18c.tar.gz
tcl-d2d7d8abb3f68656afe1b09035076e181779a18c.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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8279967..4fb2e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-29 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclBasic.c: Patch by Miguel, providing a