diff options
author | davygrvy <davygrvy@pobox.com> | 2004-02-08 01:44:21 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-02-08 01:44:21 (GMT) |
commit | d959c57e87fdef20e5ce0cb9b3bb134babe60bd3 (patch) | |
tree | d3ea42b9549e61525dda7eacc5e8384d618802ea /ChangeLog | |
parent | 97ae882f3b4fe16cd78105b06be8983fa430b209 (diff) | |
download | tcl-d959c57e87fdef20e5ce0cb9b3bb134babe60bd3.zip tcl-d959c57e87fdef20e5ce0cb9b3bb134babe60bd3.tar.gz tcl-d959c57e87fdef20e5ce0cb9b3bb134babe60bd3.tar.bz2 |
speling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,23 +1,23 @@ -2004-02-05 David Gravereaux <davygrvy@pobox.com> +2004-02-07 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 + core built 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 + 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. + contains symbols or not is a different 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@pobox.com> +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 |