diff options
author | davygrvy <davygrvy@pobox.com> | 2002-03-27 21:15:24 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-03-27 21:15:24 (GMT) |
commit | e3cea75b71cf20329aa594fbd4c50fd84c3939e7 (patch) | |
tree | 823a6a9baeeaa1c0821859f90dcae1a54172b0b5 /ChangeLog | |
parent | c8bf8f196f3a8363d6c1d361328d4874dba95cf2 (diff) | |
download | tcl-e3cea75b71cf20329aa594fbd4c50fd84c3939e7.zip tcl-e3cea75b71cf20329aa594fbd4c50fd84c3939e7.tar.gz tcl-e3cea75b71cf20329aa594fbd4c50fd84c3939e7.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2002-03-27 David Gravereaux <davygrvy@pobox.com> + + * win/.cvsignore: + * win/buildall.vc.bat: + * win/coffbase.txt: + * win/makefile.vc: + * win/nmakehlp.c (new): + * win/rules.vc: First draft fix for [Bug 527941]. More changes + need to done to the makehelp target to get to stop leaving build + files in the tools/ directory. This does not address the syntax + errors in the man files. Having the contents of tcl.hpj(.in) + inside makefile.vc allows for version numbers to be replaced with + macros. + + The new nmakehlp.c is built by rules.vc in preprocessing and removes + the need to use tricky shell syntax that wasn't compatible on Win9x + systems. This is a first draft repair for [Bug 533862]. + 2002-03-28 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclBasic.c (Tcl_EvalEx): passing the correct commandSize |