diff options
| author | davygrvy@pobox.com <davygrvy> | 2003-09-08 20:06:17 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2003-09-08 20:06:17 (GMT) |
| commit | cdf2d85c6be433a11379d296888d024eec0f116e (patch) | |
| tree | 52a06e2d5378a7f4239915daa401e12e8e4a4f84 | |
| parent | 76e23883f3e8f73f80793836563d1eea128e3bd8 (diff) | |
| download | tcl-cdf2d85c6be433a11379d296888d024eec0f116e.zip tcl-cdf2d85c6be433a11379d296888d024eec0f116e.tar.gz tcl-cdf2d85c6be433a11379d296888d024eec0f116e.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |
