diff options
author | dgp <dgp@users.sourceforge.net> | 2004-01-13 17:13:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-01-13 17:13:58 (GMT) |
commit | 09c3e3c827f50de5bf0960ebae0ba665da9a0a77 (patch) | |
tree | 47df08aa36e28e2b6288f48c5e56b1ed33873123 /ChangeLog | |
parent | 5699baa407d41e3ffbfd4848004c5eb0bc3f8c0d (diff) | |
download | tcl-09c3e3c827f50de5bf0960ebae0ba665da9a0a77.zip tcl-09c3e3c827f50de5bf0960ebae0ba665da9a0a77.tar.gz tcl-09c3e3c827f50de5bf0960ebae0ba665da9a0a77.tar.bz2 |
more detail
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,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. 2004-01-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> |