diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-05 07:38:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-05 07:38:07 (GMT) |
commit | 648c5bbcac5d87bd675f90402e5f3f13a1fe8223 (patch) | |
tree | a4aac404aab4f1533a0490845933fc19038f6480 /ChangeLog | |
parent | c6d34ccc4d42388a8d6b75ea241569fa500aa0fe (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. |