summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-21 17:11:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-21 17:11:32 (GMT)
commit97ef11cb6e0beacf33c3d557021c085902305613 (patch)
tree1ac746813e875394bef57b70698fcadb2bb2392f /win/tclWinPipe.c
parentcb2a1e4c132a705181bab3d1b864cb97fdfbe7eb (diff)
downloadtcl-97ef11cb6e0beacf33c3d557021c085902305613.zip
tcl-97ef11cb6e0beacf33c3d557021c085902305613.tar.gz
tcl-97ef11cb6e0beacf33c3d557021c085902305613.tar.bz2
Added comments raising questions about possible updates to channel
drivers on Windows.
Diffstat (limited to 'win/tclWinPipe.c')
-rw-r--r--win/tclWinPipe.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 77fc776..a9eec6d 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -82,6 +82,12 @@ static ProcInfo *procList;
#define PIPE_EXTRABYTE (1<<3) /* The reader thread has consumed one byte. */
/*
+ * TODO: It appears the whole EXTRABYTE machinery is in place to support
+ * outdated Win 95 systems. If this can be confirmed, much code can be
+ * deleted.
+ */
+
+/*
* This structure describes per-instance data for a pipe based channel.
*/