diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-06 12:43:57 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-06 12:43:57 (GMT) |
commit | a70bec0ee28503994f4e8eff57878e9497ae1722 (patch) | |
tree | a2b517d94f3f2bfcebf08d0434b4df7da48363ef /ChangeLog | |
parent | 0cb05de477965379cbec6ce59bb52c96fbe748e5 (diff) | |
download | tcl-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-- | 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, |