diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-06 12:43:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-06 12:43:57 (GMT) |
commit | c94c7e03ecc4666f31df363c2f728acd5007a2b5 (patch) | |
tree | a2b517d94f3f2bfcebf08d0434b4df7da48363ef /ChangeLog | |
parent | f182c12f4a885f158795c23c07ffbc23af91c41e (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |