diff options
author | davygrvy <davygrvy@pobox.com> | 2001-11-10 04:11:46 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-11-10 04:11:46 (GMT) |
commit | 4801a4a703fd7faff54f4361646cd421880b8396 (patch) | |
tree | c6a1d861c28c7c816cce335218606c0b2a2c44c2 /ChangeLog | |
parent | a309ddf1b7079482ee05c0f5fd3e66960d8f520c (diff) | |
download | tcl-4801a4a703fd7faff54f4361646cd421880b8396.zip tcl-4801a4a703fd7faff54f4361646cd421880b8396.tar.gz tcl-4801a4a703fd7faff54f4361646cd421880b8396.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2001-11-09 David Gravereaux <davygrvy@pobox.com> + + * win/makefile.vc: + * win/tcl.dsp: winhelp target fixes for non-NT systems. It + seems NMAKE under these remembers changed directories during + commands. A new tcltest feature from Peter Spjuth + <peter.spjuth@space.se> to specify a pattern file from the + commandline and redirecting output to a file when not under + NT with it's scrollback console. Then it replays it, piped + through more. Added 2 new static "configurations" to tcl.dsp. + I could keep adding more, but I think we should leave it up to + the user for customizing it. + + Sticky-points left: 'profile' option. + 2001-11-09 Jeff Hobbs <jeffh@ActiveState.com> * doc/FileSystem.3: |