summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-20 17:21:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-20 17:21:22 (GMT)
commit259d383e8d57a792f15ecc31734381dc6216b0cc (patch)
tree6a4d636f69a3f46d0752c8764f5e914053ccd83d /ChangeLog
parente6b9dc1ca77df45483a0daaba818bffd3989363e (diff)
downloadtcl-259d383e8d57a792f15ecc31734381dc6216b0cc.zip
tcl-259d383e8d57a792f15ecc31734381dc6216b0cc.tar.gz
tcl-259d383e8d57a792f15ecc31734381dc6216b0cc.tar.bz2
* unix/Makefile.in: Removed the long outdated and broken targets
package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18b8933..0fd658a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-20 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/Makefile.in: Removed the long outdated and broken targets
+ package-* that were for building Solaris packages. Appears that
+ the pieces needed for these targets to function have never been
+ present in the current era of Tcl development and belong completely
+ to Tcl pre-history.
+
2009-10-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclIO.c: Revised ReadChars and FilterInputBytes routines