summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2002-01-10 22:03:12 (GMT)
committerKevin B Kenny <kennykb@acm.org>2002-01-10 22:03:12 (GMT)
commit5e7ccf3264eac7d1be3cf6769e308a98fcc7da99 (patch)
treeef81ed9a568d6a39fa48fff5cf6ff11aac4a5734 /ChangeLog
parente6fe1f73775a6e0543e6e4f97f7167175a96ea81 (diff)
downloadtcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.zip
tcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.tar.gz
tcl-5e7ccf3264eac7d1be3cf6769e308a98fcc7da99.tar.bz2
Applied patch from bug 501101.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2f3b48..59661da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):