summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-03-19 16:15:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-03-19 16:15:25 (GMT)
commit5ae57fc1b695b72d90d0b098b8f514621ff7e3ed (patch)
treebd8fc79a6ab99766649bcf2c607f1577d397f106 /ChangeLog
parent0941696c39398969805d5962106cb181e932f5ad (diff)
downloadtcl-5ae57fc1b695b72d90d0b098b8f514621ff7e3ed.zip
tcl-5ae57fc1b695b72d90d0b098b8f514621ff7e3ed.tar.gz
tcl-5ae57fc1b695b72d90d0b098b8f514621ff7e3ed.tar.bz2
Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 630e15a..b447296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclIntDecls.h: Made HEAD build on Solaris again by
+ applying fix recommended by Don Porter.
+
2004-03-18 Reinhard Max <max@suse.de>
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,