diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-29 14:47:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-29 14:47:28 (GMT) |
commit | c00183e381bfa2fdf0f2d8537106526e0d2c67fb (patch) | |
tree | 63bf1a521ed230738277f4048802a97dd9c874ac /ChangeLog | |
parent | 89ebb58a5ad4882789b8b99380e0ceaa9f6ba58a (diff) | |
download | tcl-c00183e381bfa2fdf0f2d8537106526e0d2c67fb.zip tcl-c00183e381bfa2fdf0f2d8537106526e0d2c67fb.tar.gz tcl-c00183e381bfa2fdf0f2d8537106526e0d2c67fb.tar.bz2 |
Take care with globals that have an entry in the var table but "don't exist"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-07-29 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCmdIL.c (InfoGlobalsCmd): Even in high-speed mode, + still have to take care with non-existant variables. [Bug 1247135] + 2005-07-28 Mo DeJong <mdejong@users.sourceforge.net> * win/README: Update link to msys_mingw8.zip. |