summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-06 12:43:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-06 12:43:57 (GMT)
commitc94c7e03ecc4666f31df363c2f728acd5007a2b5 (patch)
treea2b517d94f3f2bfcebf08d0434b4df7da48363ef /ChangeLog
parentf182c12f4a885f158795c23c07ffbc23af91c41e (diff)
downloadtcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.zip
tcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.tar.gz
tcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.tar.bz2
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c91a822..0bb1715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-06 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tclUnixInit.c: On Cygwin, use win32 API in stead of uname()
+ to determine the tcl_platform variables.
+
2012-05-25 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinDde.c: [Bug 473946]: special characters not correctly sent,