diff options
author | Kevin B Kenny <kennykb@acm.org> | 2002-01-10 22:03:12 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2002-01-10 22:03:12 (GMT) |
commit | 5e7ccf3264eac7d1be3cf6769e308a98fcc7da99 (patch) | |
tree | ef81ed9a568d6a39fa48fff5cf6ff11aac4a5734 /ChangeLog | |
parent | e6fe1f73775a6e0543e6e4f97f7167175a96ea81 (diff) | |
download | tcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.zip tcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.tar.gz tcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.tar.bz2 |
Applied patch from bug 501101.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-01-10 Don Porter <dgp@users.sourceforge.net>, Kevin Kenny +<kennykb@users.sourceforge.net> + + * unix/tclLoadDld.c (TclpLoadFile): syntax error: unbalanced + parens. Kevin notes that it's far from clear that this file is + ever included in an actual build; Linux without dlopen appears to + be a nonexistent configuration. + 2002-01-08 Don Porter <dgp@users.sourceforge.net>, Kevin Kenny <kennykb@users.sourceforge.net> * doc/StaticPkg.3 (Tcl_StaticPackage): |