diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-24 09:45:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-24 09:45:59 (GMT) |
commit | 0adb400e9b97468fab3726f7a6d3e9b5cab9398a (patch) | |
tree | 2e9ad98188b432f5792e3b90fce719d25958e8aa /ChangeLog | |
parent | 96d78716495c142ef7dc199c849139d3143a08db (diff) | |
parent | 8296df7cb7e4d3398fda3276bb2fc5336a8220ab (diff) | |
download | tcl-0adb400e9b97468fab3726f7a6d3e9b5cab9398a.zip tcl-0adb400e9b97468fab3726f7a6d3e9b5cab9398a.tar.gz tcl-0adb400e9b97468fab3726f7a6d3e9b5cab9398a.tar.bz2 |
Ensure that any reference to temporary index tables is squelched immediately
rather than hanging around to trip us up in the future.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,11 +1,17 @@ +2011-03-24 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclFCmd.c (TclFileAttrsCmd): Ensure that any reference to + temporary index tables is squelched immediately rather than hanging + around to trip us up in the future. + 2011-03-21 Jan Nijtmans <nijtmans@users.sf.net> - * unix/tclLoadDl.c: [Bug #3216070] Loading extension libraries + * unix/tclLoadDl.c: [Bug #3216070]: Loading extension libraries * unix/tclLoadDyld.c: from embedded Tcl applications. 2011-03-16 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclCkalloc.c: [Bug #3197864] pointer truncation on Win64 + * generic/tclCkalloc.c: [Bug #3197864]: pointer truncation on Win64 TCL_MEM_DEBUG builds 2011-03-16 Don Porter <dgp@users.sourceforge.net> |