diff options
author | davygrvy <davygrvy@pobox.com> | 2003-09-08 20:06:17 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-09-08 20:06:17 (GMT) |
commit | 17fcbe05e3f87fdc4d064e32e49a1b0e728af5cf (patch) | |
tree | 52a06e2d5378a7f4239915daa401e12e8e4a4f84 | |
parent | 6edc4f4df5682157147c21b1a507e8f99f8b2bdf (diff) | |
download | tcl-17fcbe05e3f87fdc4d064e32e49a1b0e728af5cf.zip tcl-17fcbe05e3f87fdc4d064e32e49a1b0e728af5cf.tar.gz tcl-17fcbe05e3f87fdc4d064e32e49a1b0e728af5cf.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> |