diff options
author | vincentdarley <vincentdarley> | 2001-09-08 14:05:08 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-09-08 14:05:08 (GMT) |
commit | e8b43db1be149b33a510f281789b13d6e266797d (patch) | |
tree | 48272ea4c2e18b5c060109e1536548ed7591a932 /ChangeLog | |
parent | 876b9ec159a11b706a30fdf9969469d720f2046c (diff) | |
download | tcl-e8b43db1be149b33a510f281789b13d6e266797d.zip tcl-e8b43db1be149b33a510f281789b13d6e266797d.tar.gz tcl-e8b43db1be149b33a510f281789b13d6e266797d.tar.bz2 |
channel-copy-fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-09-08 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclInt.h: + * generic/tclFCmd.c: + * doc/FileSystem.3: + * generic/tclIOUtil.c: removed Tcl_FSCopyFile fallback + to channel copying, since the channels will not have + access to interpreters and the channel copying currently + requires an interp. Code which required cross-platform + copies always has interpreters, so that solves the problem. + Fixes bug in TclKit. + 2001-09-07 David Gravereaux <davygrvy@pobox.com> * win/tcl.m4: Added -link50compat option so a VC6 linker makes |