diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-11 22:20:56 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-11 22:20:56 +0000 |
commit | c005ac22c1e5ae043731a536182b05cb3315447b (patch) | |
tree | 7ede7b92af25472f234c9fbc72532e09c8aadda5 /fastjar/ChangeLog | |
parent | 35fc9da77bfd1654bc1cd416592a307a6c3a70ab (diff) | |
download | gcc-c005ac22c1e5ae043731a536182b05cb3315447b.tar.gz |
* dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly
compute month.
(unix2dostime): Handle years before 1980. Correctly compute month
and day of month.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59027 138bc75d-0d04-0410-961f-82ee72b054a4
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 4567ee32a4c..5adc87d3db6 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 |