summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy@pobox.com <davygrvy>2003-09-08 20:06:17 (GMT)
committerdavygrvy@pobox.com <davygrvy>2003-09-08 20:06:17 (GMT)
commitcdf2d85c6be433a11379d296888d024eec0f116e (patch)
tree52a06e2d5378a7f4239915daa401e12e8e4a4f84
parent76e23883f3e8f73f80793836563d1eea128e3bd8 (diff)
downloadtcl-cdf2d85c6be433a11379d296888d024eec0f116e.zip
tcl-cdf2d85c6be433a11379d296888d024eec0f116e.tar.gz
tcl-cdf2d85c6be433a11379d296888d024eec0f116e.tar.bz2
no message
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac9cbd7..2112a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-08 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinLoad.c (TclpDlopen): Changed the error message for
+ ERROR_PROC_NOT_FOUND to be a bit more helpful in giving us clues.
+ "can't find specified procedure" means a function in the import
+ table, for implicit loading, couldn't be resolved and that's why
+ the load failed.
+
2003-09-04 Don Porter <dgp@users.sourceforge.net>
* doc/Tcl_Main.3:
@@ -91,7 +99,7 @@
unreferenced posixEpoch file-scope global.
* win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers
- must be constant' with the driveSpec array with OpenWatcom.
+ must be constant' with the driveSpec array using OpenWatcom.
2003-08-27 Don Porter <dgp@users.sourceforge.net>