summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-02-07 21:47:29 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-02-07 21:47:29 (GMT)
commit66b9f0f24ed87edf1df8cdc83dd0c0ddc0c71e51 (patch)
tree9094f1147fd9a0d945b1a684edce291ff0c12fb4 /ChangeLog
parent980e52105ad57551e7ce3a47f5c3c0cf94200a9d (diff)
downloadtcl-66b9f0f24ed87edf1df8cdc83dd0c0ddc0c71e51.zip
tcl-66b9f0f24ed87edf1df8cdc83dd0c0ddc0c71e51.tar.gz
tcl-66b9f0f24ed87edf1df8cdc83dd0c0ddc0c71e51.tar.bz2
no message
FossilOrigin-Name: 57e94ff38f33638d295bc24b7fee69b09b0a4087
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef95da3..29bec1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
+2004-02-05 David Gravereaux <davygrvy@pobox.com>
+
+ * win/makefile.vc:
+ * win/rules.vc:
+ * win/tcl.rc:
+ * win/tclsh.rc: Added an 'unchecked' option to the OPTS macro so a
+ core build with symbols can be linked to the non-debug enabled C
+ run-time. As per discussion with Kevin Kenny. Called like this:
+
+ nmake -af makefile.vc OPTS=unchecked,symbols
+
+ This clarifies the meaning of the 'g' naming suffix to mean only that
+ the binary requires the debug enabled C run-time. Whether the binary
+ contains symbols or not is a seperate condition.
+
2004-02-06 Don Porter <dgp@users.sourceforge.net>
* doc/clock.n: Removed reference to non-existent [file ctime].
-2004-02-05 David Gravereaux <davygrvy@pobo.co>
+2004-02-05 David Gravereaux <davygrvy@pobox.com>
* docs/tclvars.n: Added clarification of the tcl_platform(debug)
var that it only refers to the flavor of the C run-time, and not