summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-24 13:36:33 (GMT)
committernijtmans <nijtmans>2010-06-24 13:36:33 (GMT)
commit9b33611c932eaec129a800b681844ecdbabc20ee (patch)
tree4960c35419b05e97963077c6b7d78e12beb1ac83 /ChangeLog
parent5ac43646c1f32654efd42b4b1a99a769104c36c5 (diff)
downloadtcl-9b33611c932eaec129a800b681844ecdbabc20ee.zip
tcl-9b33611c932eaec129a800b681844ecdbabc20ee.tar.gz
tcl-9b33611c932eaec129a800b681844ecdbabc20ee.tar.bz2
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a94d90..e2a19e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
* win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have
conflicting definitions.
+ ***POTENTIAL INCOMPATIBILITY***
+ On win32, the correspondence between errno and the related error
+ message, as handled by Tcl_ErrnoMsg() changes. The error message
+ is kept the same, but the corresponding errno value might change.
+
2010-06-22 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong