diff options
author | mdejong <mdejong> | 2001-09-10 00:33:09 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-09-10 00:33:09 (GMT) |
commit | bcc1ef87efd2eab7f065b4e357b890ac9efcea79 (patch) | |
tree | 4ccaad214eff686109f1f8803970c055756a1706 /ChangeLog | |
parent | 160d9aa27ab287ec119b3b3f4530b6e2e50198c2 (diff) | |
download | tcl-bcc1ef87efd2eab7f065b4e357b890ac9efcea79.zip tcl-bcc1ef87efd2eab7f065b4e357b890ac9efcea79.tar.gz tcl-bcc1ef87efd2eab7f065b4e357b890ac9efcea79.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in: Use () around variable name
instead of {}. Use TCLTEST variable directly
instead of depending on the tcltest alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-09-09 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/Makefile.in: + * win/Makefile.in: Use () around variable name + instead of {}. Use TCLTEST variable directly + instead of depending on the tcltest alias. + 2001-09-09 David Gravereaux <davygrvy@pobox.com> * generic/tcl.h: |