summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-05 07:38:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-05 07:38:07 (GMT)
commit648c5bbcac5d87bd675f90402e5f3f13a1fe8223 (patch)
treea4aac404aab4f1533a0490845933fc19038f6480 /ChangeLog
parentc6d34ccc4d42388a8d6b75ea241569fa500aa0fe (diff)
downloadtcl-648c5bbcac5d87bd675f90402e5f3f13a1fe8223.zip
tcl-648c5bbcac5d87bd675f90402e5f3f13a1fe8223.tar.gz
tcl-648c5bbcac5d87bd675f90402e5f3f13a1fe8223.tar.bz2
Fix two failing tests by matching the can't-lookup-symbol error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a95f2a..f9403d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2010-04-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tclLoadDyld.c (FindSymbol): Better human-readable error message
+ generation to match code in tclLoadDl.c.
+
2010-04-04 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclIOUtil.c: Minor changes to enforce Engineering Manual
- style rules.
+ * generic/tclIOUtil.c, unix/tclLoadDl.c: Minor changes to enforce
+ Engineering Manual style rules.
* doc/FileSystem.3, doc/Load.3: Documentation for TIP#357.