summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-01-10 05:37:01 (GMT)
committerdas <das>2006-01-10 05:37:01 (GMT)
commit8eaa65820026962a38882685aa573977b5b9069a (patch)
tree0f1739b270d436e622b09a4ffa995666382bf82e /ChangeLog
parent38ee79dc06785b01c4638025cb206a4bd275d29f (diff)
downloadtcl-8eaa65820026962a38882685aa573977b5b9069a.zip
tcl-8eaa65820026962a38882685aa573977b5b9069a.tar.gz
tcl-8eaa65820026962a38882685aa573977b5b9069a.tar.bz2
* unix/configure: add caching, use AC_CACHE_CHECK instead of
* unix/configure.in: AC_CACHE_VAL where possible, consistent message * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 and HEAD changes and gratuitous formatting differences, fix SC_CONFIG_MANPAGES with default argument, Darwin improvements to SC_LOAD_*CONFIG.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d2fb29..25eb9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-10 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/configure: add caching, use AC_CACHE_CHECK instead of
+ * unix/configure.in: AC_CACHE_VAL where possible, consistent message
+ * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 and HEAD
+ changes and gratuitous formatting differences, fix SC_CONFIG_MANPAGES
+ with default argument, Darwin improvements to SC_LOAD_*CONFIG.
+
2006-01-09 Don Porter <dgp@users.sourceforge.net>
* generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]