summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-01-15 23:09:00 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-01-15 23:09:00 (GMT)
commit72d11aebd310821907b136f1a7b9c1e74cca4728 (patch)
treea44b304eb27c8a78a0fd886eb28bb5280dc0b8f2
parentd511c80c1785590285da2bd542b05c44ff9706cb (diff)
downloadtcl-72d11aebd310821907b136f1a7b9c1e74cca4728.zip
tcl-72d11aebd310821907b136f1a7b9c1e74cca4728.tar.gz
tcl-72d11aebd310821907b136f1a7b9c1e74cca4728.tar.bz2
no message
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5f5b29..59e1889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,12 @@
built with VC++. This will simplify linking for users of the
static library.
+ * win/rules.vc: Added new 'fullwarn' to the CHECKS commandline
+ macro; sets $(FULLWARNINGS).
+
* win/makefile.vc: Removed 'advapi.lib' from $(baselibs).
+ Added new logic to crank-up the warning levels for both compile
+ and link when $(FULLWARNINGS) is set.
2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>