diff options
author | vincentdarley <vincentdarley> | 2002-12-04 13:09:23 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-12-04 13:09:23 (GMT) |
commit | 8e711fbc8f9fa92e577821c9c5243bbd4c1d6a8c (patch) | |
tree | ece8c5fb3e39618118a34fe0c86c472597b8cf16 /ChangeLog | |
parent | 3ec15d47f45aee77ef86ca5943b8c7624c37718c (diff) | |
download | tcl-8e711fbc8f9fa92e577821c9c5243bbd4c1d6a8c.zip tcl-8e711fbc8f9fa92e577821c9c5243bbd4c1d6a8c.tar.gz tcl-8e711fbc8f9fa92e577821c9c5243bbd4c1d6a8c.tar.bz2 |
filesystem cleanup fix, virtual filesystem load fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-12-04 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclIOUtil.c: fix to redirected 'load' in virtual + filesystem for some Unix systems. + + * generic/tclEvent.c: the filesystem must be cleaned up before + the encoding subsystem because it needs access to encodings. + Fixes crash on exit observed in embedded applications. + + * generic/tclTestObj.c: patch omitted from previous change + of 2002-11-13 + 2002-12-03 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check of |