diff options
author | hobbs <hobbs> | 2001-10-18 20:20:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-18 20:20:28 (GMT) |
commit | 2e27ec369165aca385db16cb617ced30928ced42 (patch) | |
tree | 9635bc95960987f0fc5828ccfe10e1a355563ec9 /ChangeLog | |
parent | 026b12ef89aab44e6f8580ac75268c9421330538 (diff) | |
download | tcl-2e27ec369165aca385db16cb617ced30928ced42.zip tcl-2e27ec369165aca385db16cb617ced30928ced42.tar.gz tcl-2e27ec369165aca385db16cb617ced30928ced42.tar.bz2 |
* tests/clock.test (clock-8.1):
* generic/tclDate.c (RelativeMonth):
* generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day
error in clock scan with relative months and years during swing
hours. [Bug #413397, Patch #414024] (lavana)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-10-18 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/clock.test (clock-8.1): + * generic/tclDate.c (RelativeMonth): + * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day + error in clock scan with relative months and years during swing + hours. [Bug #413397, Patch #414024] (lavana) + 2001-10-18 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: fix to bug in Tcl_FSChdir shown up |