summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-27 14:30:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-27 14:30:23 (GMT)
commit4457676798e94230b3296a67ab9caed2dc95e8d5 (patch)
tree2d8f5bc75247dd5e8de4083e7aae5b982df43e02 /ChangeLog
parentb412ad6981173a44ab0f31ad66b9c429b52ebe30 (diff)
downloadtcl-4457676798e94230b3296a67ab9caed2dc95e8d5.zip
tcl-4457676798e94230b3296a67ab9caed2dc95e8d5.tar.gz
tcl-4457676798e94230b3296a67ab9caed2dc95e8d5.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 655a8ee..4667490 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