diff options
author | hobbs <hobbs> | 2005-03-30 06:17:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-03-30 06:17:58 (GMT) |
commit | ee6a3a70463ffbf998a1c7769fcfdfcae003fa56 (patch) | |
tree | 2d1c6484b574e3995ab0d387f69c4bb8368a6156 /ChangeLog | |
parent | b39b3b72cd4898667fe49e7f3620f786b1233087 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |