summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-11-04 23:56:59 (GMT)
committerhobbs <hobbs>2008-11-04 23:56:59 (GMT)
commitb3062216f2dec1c08dbe11dc8bafd35dff15af20 (patch)
tree2a741b496e3137576fcedebafbdfd038109cbc9c /ChangeLog
parent95243878b468893c8ae8883654f57e5a68cfd10e (diff)
downloadtcl-b3062216f2dec1c08dbe11dc8bafd35dff15af20.zip
tcl-b3062216f2dec1c08dbe11dc8bafd35dff15af20.tar.gz
tcl-b3062216f2dec1c08dbe11dc8bafd35dff15af20.tar.bz2
* generic/tclPort.h: remove the ../win/ header dir as the build
system already has it, and it confuses builds when used with private headers installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 14e41f9..75831d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+2008-11-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclPort.h: remove the ../win/ header dir as the build
+ system already has it, and it confuses builds when used with
+ private headers installed.
+
2008-10-24 Pat Thoyts <patthoyts@users.sourceforge.net>
- * library/http/http.tcl: Backported a fix for reading HTTP-like protocols
- that used to work and were broken with http 2.7. Now http 2.7.2
+ * library/http/http.tcl: Backported a fix for reading HTTP-like
+ protocols that used to work and were broken with http 2.7. Now
+ http 2.7.2
2008-10-23 Don Porter <dgp@users.sourceforge.net>