summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-01-13 17:13:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-01-13 17:13:01 (GMT)
commit5699baa407d41e3ffbfd4848004c5eb0bc3f8c0d (patch)
treede337bd64706c5f0f9bbf424af23988d1ba6ba27 /ChangeLog
parentf7489b194766b891ed93052af61d87ab57197122 (diff)
downloadtcl-5699baa407d41e3ffbfd4848004c5eb0bc3f8c0d.zip
tcl-5699baa407d41e3ffbfd4848004c5eb0bc3f8c0d.tar.gz
tcl-5699baa407d41e3ffbfd4848004c5eb0bc3f8c0d.tar.bz2
* generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22cd2fe..a3167ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to
+ 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.
+
2004-01-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct, Tcl_WrongNumArgs):