diff options
author | Kevin B Kenny <kennykb@acm.org> | 2001-04-10 15:39:59 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2001-04-10 15:39:59 (GMT) |
commit | 5367da449c723406a8e27ab0a53fe17516330000 (patch) | |
tree | 27e4c1be64f2846db8f007eafd6e2fddb4dc2c14 /ChangeLog | |
parent | 9d9a6c3f8f10ce01390a1913400adc27869c688c (diff) | |
download | tcl-5367da449c723406a8e27ab0a53fe17516330000.zip tcl-5367da449c723406a8e27ab0a53fe17516330000.tar.gz tcl-5367da449c723406a8e27ab0a53fe17516330000.tar.bz2 |
Fixed silly typo in calls to 'gmtime' and 'localtime'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-04-10 Kevin B. Kenny <kennykb@acm.org> + + * unix/tclUnixTime.c: Fixed silly typo in calls to 'gmtime' and + 'localtime' that broke the Linux build. + 2001-04-09 Kevin B. Kenny <kennykb@acm.org> * unix/tclLoadShl.c: Added DYNAMIC_PATH to the load flags so that |