summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-27 14:37:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-27 14:37:37 (GMT)
commit28eb0289077aad0052036addef782cce499d0857 (patch)
treecbb2ef3605bfac2d9176a53132f1329d8edcd7ac /ChangeLog
parentb1b14e036e39b348932a8c24e424b79a67af2e00 (diff)
parent4457676798e94230b3296a67ab9caed2dc95e8d5 (diff)
downloadtcl-28eb0289077aad0052036addef782cce499d0857.zip
tcl-28eb0289077aad0052036addef782cce499d0857.tar.gz
tcl-28eb0289077aad0052036addef782cce499d0857.tar.bz2
Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4120c61..bc314a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-04-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclPort.h: Move CYGWIN-specific stuff from tclPort.h to
+ * generic/tclEnv.c: tclUnixPort.h, where it belongs.
+ * unix/tclUnixPort.h:
+ * unix/tclUnixFile.c:
+
2012-04-27 Donal K. Fellows <dkf@users.sf.net>
* library/init.tcl (auto_execok): Allow shell builtins to be detected