summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-22 18:31:53 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-22 18:31:53 (GMT)
commit84710c0562a0091891deddb2f101cd44798db8c2 (patch)
tree08b6aa1d5f4a7947b8e891a3d7a7639a7df32d15 /ChangeLog
parentffcc33c7062c747cb8341a4b2405e8043dd02733 (diff)
downloadtcl-84710c0562a0091891deddb2f101cd44798db8c2.zip
tcl-84710c0562a0091891deddb2f101cd44798db8c2.tar.gz
tcl-84710c0562a0091891deddb2f101cd44798db8c2.tar.bz2
* generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of the
return information from 'Tcl_PkgRequireProc'. Keep the interpreter result empty. Backport of fix for problem found while testing #268 under 8.5. More details in the comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 889e331..3bde052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-22 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of the
+ return information from 'Tcl_PkgRequireProc'. Keep the
+ interpreter result empty. Backport of fix for problem found
+ while testing #268 under 8.5. More details in the comments.
+
2006-09-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclThreadTest.c (TclCreateThread): Use NULL instead of 0 as