diff options
author | Tom Tromey <tromey@redhat.com> | 2002-11-11 22:20:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-11-11 22:20:56 +0000 |
commit | 90e76e864a228ac5cb306aa33f5716913fab061a (patch) | |
tree | 7ede7b92af25472f234c9fbc72532e09c8aadda5 /fastjar/ChangeLog | |
parent | 303b90b00106ed64c731827336490830ebf6ca4a (diff) | |
download | gcc-90e76e864a228ac5cb306aa33f5716913fab061a.zip gcc-90e76e864a228ac5cb306aa33f5716913fab061a.tar.gz gcc-90e76e864a228ac5cb306aa33f5716913fab061a.tar.bz2 |
dostime.c (dos2unixtime): Mask for seconds is 0x1f.
* dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly
compute month.
(unix2dostime): Handle years before 1980. Correctly compute month
and day of month.
From-SVN: r59027
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r-- | fastjar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index 4567ee3..5adc87d 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,10 @@ +2002-11-11 Tom Tromey <tromey@redhat.com> + + * dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly + compute month. + (unix2dostime): Handle years before 1980. Correctly compute month + and day of month. + 2002-11-10 Jakub Jelinek <jakub@redhat.com> * jartool.c (add_to_jar): Only compare file to jarfile if jarfile is |