summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-03-09 00:49:03 (GMT)
committermdejong <mdejong>2002-03-09 00:49:03 (GMT)
commit668900314480734934af1de71777c2c907875c43 (patch)
treee34b4e7f5d684c395246a4a401fa41b105afc91d /ChangeLog
parent16fe33bd42699f39be83863e78c59a10d6dfee6d (diff)
downloadtcl-668900314480734934af1de71777c2c907875c43.zip
tcl-668900314480734934af1de71777c2c907875c43.tar.gz
tcl-668900314480734934af1de71777c2c907875c43.tar.bz2
* win/README: Update to indicate that Mingw 1.1 is
required to build Tcl. Add section describing new msys based build process. Update Cygwin build instructions so users know where to find Mingw 1.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77ffbb5..00a7a3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-08 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/README: Update to indicate that Mingw 1.1 is
+ required to build Tcl. Add section describing new
+ msys based build process. Update Cygwin build
+ instructions so users know where to find Mingw 1.1.
+
2002-03-08 Jeff Hobbs <jeffh@ActiveState.com>
* win/tclWinFCmd.c (DoCopyFile): correctly set retval to TCL_OK.