summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-11-04 21:40:20 (GMT)
committerdgp <dgp@noemail.net>2005-11-04 21:40:20 (GMT)
commitb707c7a207399216fe24083aab3fc0debe762606 (patch)
treeec1b5cda6cbf94f35d0dfbe48d1a3f8153b6eafc /ChangeLog
parent2f864e810bb09bf84be547939dd56787640916c3 (diff)
downloadtcl-b707c7a207399216fe24083aab3fc0debe762606.zip
tcl-b707c7a207399216fe24083aab3fc0debe762606.tar.gz
tcl-b707c7a207399216fe24083aab3fc0debe762606.tar.bz2
* unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks to
heidibr@users.sf.net for the patch. [Bug 1163896]. * unix/configure: autoconf-2.13. FossilOrigin-Name: 5e50e72970f7325b6d35ba068a313feafcde938b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a370199..471ddde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-04 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks to
+ heidibr@users.sf.net for the patch. [Bug 1163896].
+
+ * unix/configure: autoconf-2.13.
+
2005-11-04 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which