diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-16 11:51:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-16 11:51:35 (GMT) |
commit | f1724b7ab36f74c7fc8f9f4c58e79be1864f14d5 (patch) | |
tree | bc4481b91b1bec8be4f57db173c7050374b47165 /ChangeLog | |
parent | 55499487fed3613d024c1ac04e226a6ab7e62a5d (diff) | |
download | tcl-f1724b7ab36f74c7fc8f9f4c58e79be1864f14d5.zip tcl-f1724b7ab36f74c7fc8f9f4c58e79be1864f14d5.tar.gz tcl-f1724b7ab36f74c7fc8f9f4c58e79be1864f14d5.tar.bz2 |
Added comments to try to tame the file attributes guts, while trying to simplify
things enough that I can puzzle out AK's TclVFS problems. I suspect this is not
a real fix though; just an attempt to make the problem tractable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,9 +1,15 @@ +2011-04-16 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclFCmd.c (TclFileAttrsCmd): Add comments to make this code + easier to understand. Added a panic to handle the case where the VFS + layer does something odd. + 2011-04-13 Don Porter <dgp@users.sourceforge.net> - * generic/tclUtil.c: Rewrite of Tcl_Concat*() routines to - prevent segfaults on buffer overflow. Build them out of existing - primitives already coded to handle overflow properly. Uses the - new TclTrim*() routines. [Bug 3285375] + * generic/tclUtil.c: [Bug 3285375]: Rewrite of Tcl_Concat*() + routines to prevent segfaults on buffer overflow. Build them out of + existing primitives already coded to handle overflow properly. Uses + the new TclTrim*() routines. * generic/tclCmdMZ.c: New internal utility routines TclTrimLeft() * generic/tclInt.h: and TclTrimRight(). Refactor the @@ -11,8 +17,8 @@ 2011-04-13 Miguel Sofer <msofer@users.sf.net> - * generic/tclVar.c: fix for [Bug 2662380], crash caused by - appending to a variable with a write trace that unsets it. + * generic/tclVar.c: [Bug 2662380]: Fix crash caused by appending to a + variable with a write trace that unsets it. 2011-04-13 Donal K. Fellows <dkf@users.sf.net> |