diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-07-23 22:49:15 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-07-23 22:49:15 (GMT) |
commit | bd734d2cf44d9550acd5c2ca3e6c5b17f9b03f72 (patch) | |
tree | bb266e4b6080a9f87761ad98dbe1162bb8e036ad /win/Makefile.in | |
parent | c1fefc1d02ee22ae574e79cc397b5a477b0efcf4 (diff) | |
download | tcl-bd734d2cf44d9550acd5c2ca3e6c5b17f9b03f72.zip tcl-bd734d2cf44d9550acd5c2ca3e6c5b17f9b03f72.tar.gz tcl-bd734d2cf44d9550acd5c2ca3e6c5b17f9b03f72.tar.bz2 |
* generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for
* generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this
is allowed. Provide a nice error message in the bypass
area. Updated caller to check the bypass for a mesage. This fixes
the bug [Bug 2826248] reported by Andy Sonnenburg
<andy22286@users.sourceforge.net>
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 21c9990..6983879 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.156 2009/05/29 16:28:40 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.157 2009/07/23 22:49:16 andreas_kupries Exp $ VERSION = @TCL_VERSION@ @@ -779,8 +779,8 @@ gdb: binaries depend: -Makefile: $(SRC_DIR)/Makefile.in - ./config.status +#Makefile: $(SRC_DIR)/Makefile.in +# ./config.status cleanhelp: $(RM) *.hlp *.cnt *.GID *.rtf man2tcl.exe |