summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-06-06 12:43:57 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-06-06 12:43:57 (GMT)
commita70bec0ee28503994f4e8eff57878e9497ae1722 (patch)
treea2b517d94f3f2bfcebf08d0434b4df7da48363ef /ChangeLog
parent0cb05de477965379cbec6ce59bb52c96fbe748e5 (diff)
downloadtcl-a70bec0ee28503994f4e8eff57878e9497ae1722.zip
tcl-a70bec0ee28503994f4e8eff57878e9497ae1722.tar.gz
tcl-a70bec0ee28503994f4e8eff57878e9497ae1722.tar.bz2
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables
FossilOrigin-Name: 399d1126efce4d9c130d089a4b13887546b8e58c
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,