diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-16 13:45:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-16 13:45:35 (GMT) |
commit | 91c664c028599a03c15c0884b439aa6f829f965e (patch) | |
tree | 5b539ab32bfba730bbc678f6c007895b5b65664c /ChangeLog | |
parent | 7af465e6e0701eb6bd529ddc039d32a4e2346b73 (diff) | |
download | tcl-91c664c028599a03c15c0884b439aa6f829f965e.zip tcl-91c664c028599a03c15c0884b439aa6f829f965e.tar.gz tcl-91c664c028599a03c15c0884b439aa6f829f965e.tar.bz2 |
Added documentation note to remind authors of object type implementations to
keep their objects with valid interpretations...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-08-16 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * doc/ObjectType.3: Added note on the root cause of this problem + to the documentation, since it is possible for user code to + trigger this sort of behaviour too. + * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have their old representation deleted when we know that we are about to install a new one. This stops a weird TclX bug under Linux with |