diff options
author | davygrvy <davygrvy@pobox.com> | 2004-06-01 10:01:03 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-06-01 10:01:03 (GMT) |
commit | 8eaf188a905aacf1f15871cb362492f1df77e7ef (patch) | |
tree | 96c6ef5243e7c4b9923b275232ba4abe571b53b4 | |
parent | b9d9c5d8cf8952ed18c89c0b8197438571df9db2 (diff) | |
download | tcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.zip tcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.tar.gz tcl-8eaf188a905aacf1f15871cb362492f1df77e7ef.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |