summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index badcd4f..674669c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-12 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet*
+ macros due to compiler warning. These cases won't save time either.
+
* generic/tclUtil.c (TclReToGlob): add more comments, set interp
result if specified on error.