summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-06-01 10:01:03 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-06-01 10:01:03 (GMT)
commit8eaf188a905aacf1f15871cb362492f1df77e7ef (patch)
tree96c6ef5243e7c4b9923b275232ba4abe571b53b4 /ChangeLog
parentb9d9c5d8cf8952ed18c89c0b8197438571df9db2 (diff)
downloadtcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.zip
tcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.tar.gz
tcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cce39b..0411a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-06-01 David Gravereaux <davygrvy@pobox.com>
+
+ * win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in
+ the environment, for VC7. [Bug 942214]
+
+ * generic/tclIO.c (Tcl_SetChannelOption): Invalid settings
+ for -buffersize weren't being reported as errors and were blindly
+ ignored. Now reports conversion errors to an int and checks
+ ranges for validity. atoi() swapped for Tcl_GetInt().
+
2004-05-30 David Gravereaux <davygrvy@pobox.com>
* win/tclWinPipe.c: