summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-06 22:03:11 (GMT)
committermdejong <mdejong>2001-07-06 22:03:11 (GMT)
commitdc3fdc08d25b618303a0bd1adef6823a2b3231cb (patch)
treefef292237dd8e276eb67dbf7ad72e6897e1440e5 /ChangeLog
parent1326660cc755c7a7e5b7c542280e421082bd47ae (diff)
downloadtcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.zip
tcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.tar.gz
tcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in addition to the -mwindows flag to work around a problem with ld when it incorrectly use main() as the executable entry point when both WinMain() and main() are available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da16a27..b7b9b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-06 Mo DeJong <mdejong@redhat.com>
+
+ * win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in
+ addition to the -mwindows flag to work around a problem
+ with ld when it incorrectly use main() as the executable
+ entry point when both WinMain() and main() are available.
+
2001-07-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/cmdAH.test: Added leading zero to file modes to work
@@ -8,7 +16,7 @@
* win/Makefile.in: Subst DEPARG directly instead
of relying on a variable. This will make Cygwin
- build faster since an extra exec will be avoided.
+ builds faster since an extra exec will be avoided.
* win/configure: Regen.
* win/configure.in: Subst DEPARG.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Move AC_MSG_CHECKING