summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-03-30 06:17:58 (GMT)
committerhobbs <hobbs>2005-03-30 06:17:58 (GMT)
commitee6a3a70463ffbf998a1c7769fcfdfcae003fa56 (patch)
tree2d1c6484b574e3995ab0d387f69c4bb8368a6156 /ChangeLog
parentb39b3b72cd4898667fe49e7f3620f786b1233087 (diff)
downloadtcl-ee6a3a70463ffbf998a1c7769fcfdfcae003fa56.zip
tcl-ee6a3a70463ffbf998a1c7769fcfdfcae003fa56.tar.gz
tcl-ee6a3a70463ffbf998a1c7769fcfdfcae003fa56.tar.bz2
* win/tcl.m4, win/configure: do not require cygpath in macros to
allow msys alone as an alternative.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eff810..100c77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2005-03-29 Jeff Hobbs <jeffh@ActiveState.com>
- * win/tclWinTime.c (TclpGetDate): use time_t for 'time'
+ * win/tcl.m4, win/configure: do not require cygpath in macros to
+ allow msys alone as an alternative.
+
+ * win/tclWinTime.c (TclpGetDate): use time_t for 'time' [Bug 1163422]
2005-03-18 Don Porter <dgp@users.sourceforge.net>