summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-12-30 02:01:04 (GMT)
committerhobbs <hobbs>2004-12-30 02:01:04 (GMT)
commit1051226a08fdb0eef19a9768cf53b7c66a54804b (patch)
tree9590cf68367d108208be2cc3bb7d51a84346d983 /ChangeLog
parent25782ab32acefa7b8fcff47b6adfb3ff6510820e (diff)
downloadtcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.zip
tcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.tar.gz
tcl-1051226a08fdb0eef19a9768cf53b7c66a54804b.tar.bz2
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove
-Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] Align LIBS_GUI with Tk head needs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3bf6cc..60413ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-29 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove
+ -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead
+ of "lib" binary and remove -YX for MSVC7 portability. Add
+ -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
+ Align LIBS_GUI with Tk head needs.
+
2004-12-29 Kevin B. Kenny <kennykb@acm.org>
* generic/tclDate.c: Regen