summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-12-30 01:51:01 (GMT)
committerhobbs <hobbs>2004-12-30 01:51:01 (GMT)
commitbb8237e9407ad94a40f78b68d6fa45fe8ec304f3 (patch)
treec2608153b46a657ff456fa73a2f385fed2cfba1e /ChangeLog
parent65a4f758671de7db54c1252c51e1477a6c9ca772 (diff)
downloadtk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.zip
tk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.tar.gz
tk-bb8237e9407ad94a40f78b68d6fa45fe8ec304f3.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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cca7ff4..8b0c959 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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]
+
2004-12-20 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/panedwindow.n: Fix silly typo. [Bug 1087842]