diff options
author | vincentdarley <vincentdarley> | 2001-09-06 17:51:00 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-09-06 17:51:00 (GMT) |
commit | 21bfd2e23db4c36f3bf8b253681b9c40c1947aca (patch) | |
tree | 39b09d3009512cdbe8e554ff455a6e9cf1e8901f /ChangeLog | |
parent | b2eb53e7e42203f94e7f10658405a1ac3f4ad8db (diff) | |
download | tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.zip tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.gz tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.bz2 |
fs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-09-06 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclTest.c: tests of old-fs hooks no longer cause problems + in threaded builds. Also removed unused unload proc. + * generic/tcl.decls: + * generic/tclIOUtilc: added Tcl_FSMountsChanged so that a vfs + can inform the filesystem that the filesystem epoch must be + changed (since cached filesystems may now be incorrect). Fixes + problem running tclvfs extension. + * library/tcltest/tcltest.tcl: if tests aren't in a native + filesystem, then don't use pipes to run them. [Bug 458741] + 2001-09-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tcl.decls (479 generic): |