summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-01-11 20:21:32 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-01-11 20:21:32 (GMT)
commit5eb022d210ab41926b0be17e63347e5e864a1831 (patch)
treedf1ab4f8ce92ddc51dc2f9323b60a765fe8bf2bd /ChangeLog
parent0cfc4de959d926356cff69bb1d4ace1ceb98f96e (diff)
downloadtcl-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--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7676c49..3aea442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.