summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-16 12:50:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-16 12:50:31 (GMT)
commitd8f4373aee18fbfa3fc2dded2695a66447ba1203 (patch)
tree16ef60702e0d4c404a0008d46b6e0a8d14ed5aee /ChangeLog
parentd9ec510026ac166ce0732f7a77573654e7ab2410 (diff)
parentfe266ed796bfcc848b411947c9529c5eb683dd1f (diff)
downloadtcl-d8f4373aee18fbfa3fc2dded2695a66447ba1203.zip
tcl-d8f4373aee18fbfa3fc2dded2695a66447ba1203.tar.gz
tcl-d8f4373aee18fbfa3fc2dded2695a66447ba1203.tar.bz2
merge trunktip_400_impl
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee0b79..efbcaa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-10-14 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclDictObj.c: [Bug 3576509]: tcl::Bgerror crashes with invalid
+ * generic/tclEvent.c: arguments. Better fix, which helps for all
+ Tcl_DictObjGet() calls in Tcl's source code.
+
+2012-10-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclEvent.c: [Bug 3576509]: tcl::Bgerror crashes with invalid
+ arguments
+
+2012-10-06 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/Makefile.in: [Bug 2459774] win/tcl/Makefile.in
+ not compatible with msys 0.8.
+
2012-10-03 Don Porter <dgp@users.sourceforge.net>
* generic/tclIO.c: When checking for std channels being closed,