summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-06 22:37:23 (GMT)
committerhobbs <hobbs>2000-09-06 22:37:23 (GMT)
commit68a252b7d9b1335f2236481163d17395a08c3327 (patch)
tree0ddeacef67c0c1e979acabbcacc64cc9f8f0bba2 /ChangeLog
parent106238381fb5a416aca2817b156ec8f20ec6ba7d (diff)
downloadtcl-68a252b7d9b1335f2236481163d17395a08c3327.zip
tcl-68a252b7d9b1335f2236481163d17395a08c3327.tar.gz
tcl-68a252b7d9b1335f2236481163d17395a08c3327.tar.bz2
* win/tclWinLoad.c (TclpLoadFile): added special message for
ERROR_PROC_NOT_FOUND exception in loading a dll. * win/tclWinError.c: changed ERROR_PROC_NOT_FOUND to map from ESRCH (POSIX: no such process) to EINVAL because there is no good mapping for "procedure not found".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70a4cb2..ab097ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-09-06 Jeff Hobbs <hobbs@scriptics.com>
+ * win/tclWinLoad.c (TclpLoadFile): added special message for
+ ERROR_PROC_NOT_FOUND exception in loading a dll.
+ * win/tclWinError.c: changed ERROR_PROC_NOT_FOUND to map from
+ ESRCH (POSIX: no such process) to EINVAL because there is no good
+ mapping for "procedure not found".
+
* README:
* generic/tcl.h:
* library/tcltest1.0/tcltest.tcl: