diff options
author | dgp <dgp@users.sourceforge.net> | 2004-01-15 21:53:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-01-15 21:53:03 (GMT) |
commit | 9b53208dd029316e18144d8dc5f6973169e1912a (patch) | |
tree | 0d4113898420b4d34e1d860a9a831516adac6d90 /ChangeLog | |
parent | 3ed7a0c720f5407325416adc7619a900500a5d2f (diff) | |
download | tcl-9b53208dd029316e18144d8dc5f6973169e1912a.zip tcl-9b53208dd029316e18144d8dc5f6973169e1912a.tar.gz tcl-9b53208dd029316e18144d8dc5f6973169e1912a.tar.bz2 |
record bug report number
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ management of the interp result by Tcl_GetIndexFromObj() exposed improper interp result management in the [glob] command procedure. Corrected by adopting the Tcl_SetObjResult(Tcl_NewStringObj) pattern. - This stopped a segfault in test filename-11.36. - + This stopped a segfault in test filename-11.36. [Bug 877677] 2004-01-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> |