diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-22 18:31:53 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-22 18:31:53 (GMT) |
commit | 84710c0562a0091891deddb2f101cd44798db8c2 (patch) | |
tree | 08b6aa1d5f4a7947b8e891a3d7a7639a7df32d15 /ChangeLog | |
parent | ffcc33c7062c747cb8341a4b2405e8043dd02733 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |