summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-19 21:35:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-19 21:35:21 (GMT)
commit21b328fdbad15a78e6f77c80092e7bab72f42ae7 (patch)
treee393b761de7471f1137986da484cde0d2473f312
parentb976a2d33c9aa2468e47c3886301b27975e1ce15 (diff)
downloadtcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.zip
tcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.tar.gz
tcl-21b328fdbad15a78e6f77c80092e7bab72f42ae7.tar.bz2
See changelog entry
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f7912..9a790af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclIORChan.c (PassReceivedError,PassReceivedErrorInterp):
+ Fix crash caused by passing -1 as the length to TclNewStringObj().
+ Only Tcl_NewStringObj (the function call, not the macro) handles that
+ sort of thing correctly. This makes ioCmd.test pass again.
+
2005-10-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclClock.c: Removed some dead code.