summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-10-05 04:23:28 (GMT)
committerhobbs <hobbs>2005-10-05 04:23:28 (GMT)
commit7e7f91c8f1a841e4f5eb79bc40eebdac7c153e56 (patch)
tree4a3297054e9599dc9a6b220030f3e5ca28b542f7 /ChangeLog
parent6581c16e860b1a3ec39b6363acb0db74263f201a (diff)
downloadtcl-7e7f91c8f1a841e4f5eb79bc40eebdac7c153e56.zip
tcl-7e7f91c8f1a841e4f5eb79bc40eebdac7c153e56.tar.gz
tcl-7e7f91c8f1a841e4f5eb79bc40eebdac7c153e56.tar.bz2
* unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second
shl_load only. [Bug 1204237]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ea1a72..2710c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-10-04 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second
+ shl_load only. [Bug 1204237]
+
* doc/scan.n: scan %[] requires "one or more chars" [Bug 1277503]
* tests/winFile.test (getuser): allow valid Windows usernames.