summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-07-16 23:31:17 (GMT)
committerhobbs <hobbs>2004-07-16 23:31:17 (GMT)
commit2235097de407afaaaeeb873f8c73758e17466b08 (patch)
tree132c67d8f1fb73e3f160af8eb6222779efa1a4ac /ChangeLog
parent34e4fc1cfe224f575700195bda606022f868655e (diff)
downloadtcl-2235097de407afaaaeeb873f8c73758e17466b08.zip
tcl-2235097de407afaaaeeb873f8c73758e17466b08.tar.gz
tcl-2235097de407afaaaeeb873f8c73758e17466b08.tar.bz2
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their
* unix/configure.in, unix/configure: _DEFAULT to allow for env setting to override m4 switches. Move SC_MISSING_POSIX_HEADERS up and consolidate calls to limit redundancy in configure. (CFLAGS_WARNING): Remove -Wconversion (SC_ENABLE_THREADS): Set m4 to force threaded build when built against a threaded Tcl core.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c4d656..484a11e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their
+ * unix/configure.in, unix/configure: _DEFAULT to allow for env
+ setting to override m4 switches. Move SC_MISSING_POSIX_HEADERS up
+ and consolidate calls to limit redundancy in configure.
+ (CFLAGS_WARNING): Remove -Wconversion
+ (SC_ENABLE_THREADS): Set m4 to force threaded build when built
+ against a threaded Tcl core.
+
2004-07-16 Andreas Kupries <andreask@activestate.com>
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the