summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-05-31 12:29:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-05-31 12:29:02 (GMT)
commit01a6c3d17a2da39e709a5c11078d9aa33a5cbc43 (patch)
treebba37a6ae7650e5f897d5fbfcfe009192d6cd133 /ChangeLog
parent6a4eebeefc30613a1e636217997259b639d9b730 (diff)
downloadtcl-01a6c3d17a2da39e709a5c11078d9aa33a5cbc43.zip
tcl-01a6c3d17a2da39e709a5c11078d9aa33a5cbc43.tar.gz
tcl-01a6c3d17a2da39e709a5c11078d9aa33a5cbc43.tar.bz2
Standardize help messages for 'configure --help' using AC_HELP_STRING
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 16 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c70b72..46a7198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2005-05-31 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/configure.in, unix/tcl.m4: Standardize generation of help
+ messages to always use AC_HELP_STRING and always (except for
+ --with-tcl and --with-tk, where the default is complex) say what
+ the default is.
+
2005-05-31 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
- * unix/tclUnixNotfy.c: the notifier thread is now created as
- joinable thread and it is properly joined in Tcl_FinalizeNotifier.
- This is an attempt to fix the Tcl Bug #1082283.
+ * unix/tclUnixNotfy.c: the notifier thread is now created as
+ joinable thread and it is properly joined in Tcl_FinalizeNotifier.
+ This is an attempt to fix the Tcl Bug #1082283.
2005-05-30 Zoran Vasiljevic <vasiljevic@users.sf.net>
@@ -53,8 +60,8 @@
2005-05-24 Daniel Steffen <das@users.sourceforge.net>
- * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars
- that need to be handled specially.
+ * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars
+ that need to be handled specially.
* macosx/Makefile:
* macosx/README:
@@ -87,10 +94,10 @@
2005-05-20 Don Porter <dgp@users.sourceforge.net>
- * generic/tclParseExpr.c: Corrected parser to recognize all
- boolean literals accepted by Tcl_GetBoolean, including prefixes
- like "y" and "f", and to allow "eq" and "ne" as function names
- in the proper context. [Bug 1201589].
+ * generic/tclParseExpr.c: Corrected parser to recognize all
+ boolean literals accepted by Tcl_GetBoolean, including prefixes
+ like "y" and "f", and to allow "eq" and "ne" as function names
+ in the proper context. [Bug 1201589].
2005-05-19 Donal K. Fellows <dkf@users.sf.net>