diff options
author | nijtmans <nijtmans> | 2010-06-24 13:36:33 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-06-24 13:36:33 (GMT) |
commit | 9b33611c932eaec129a800b681844ecdbabc20ee (patch) | |
tree | 4960c35419b05e97963077c6b7d78e12beb1ac83 /ChangeLog | |
parent | 5ac43646c1f32654efd42b4b1a99a769104c36c5 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |