summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 005ae29..be9c57a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
* generic/tclIOUtil.c (Tcl_FSGetNativePath): [Bug 2992292]:
tclIOUtil.c assignment type mismatch compiler warning
+ * generic/regguts.h If tclInt.h or tclPort.h is already
+ * generic/tclBasic.c included, don't include <limits.h>
+ * generic/tclExecute.c again. Follow-up to [Bug 2991415]:
+ * generic/tclIORChan.c tclport.h #included before limits.h
+ * generic/tclIORTrans.c See comments in [Bug 2991415]
+ * generic/tclObj.c
+ * generic/tclOOInt.h
+ * generic/tclStrToD.c
+ * generic/tclTomMath.h
+ * generic/tclTomMathInterface.c
+ * generic/tclUtil.c
+ * compat/strtod.c
+ * compat/strtol.c
2010-04-27 Kevin B. Kenny <kennykb@acm.org>