diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-01-11 20:21:32 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-01-11 20:21:32 (GMT) |
commit | 5eb022d210ab41926b0be17e63347e5e864a1831 (patch) | |
tree | df1ab4f8ce92ddc51dc2f9323b60a765fe8bf2bd /ChangeLog | |
parent | 0cfc4de959d926356cff69bb1d4ace1ceb98f96e (diff) | |
download | tcl-5eb022d210ab41926b0be17e63347e5e864a1831.zip tcl-5eb022d210ab41926b0be17e63347e5e864a1831.tar.gz tcl-5eb022d210ab41926b0be17e63347e5e864a1831.tar.bz2 |
* win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SF
bug #500348 supplied by Rolf Schroedter
<schroedter@users.sourceforge.net>. The function modified the
contents of the the 'value' string and now does not do this
anymore. This is a followup to the change made on 2001-12-17.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ -2002-01-12 David Gravereaux <davygrvy@pobox.com> +2002-01-11 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SF + bug #500348 supplied by Rolf Schroedter + <schroedter@users.sourceforge.net>. The function modified the + contents of the the 'value' string and now does not do this + anymore. This is a followup to the change made on 2001-12-17. + +2002-01-11 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: Removed -GD compiler option. It was intended for future use, but MS is again changing the future at their whim. |