AROS icon indicating copy to clipboard operation
AROS copied to clipboard

Time64

Open deadwood2 opened this issue 3 years ago • 2 comments

This is a proposal of implementation of future 64-bit time support. What the changes do now is to freeze certain elements on 32-bit "forever" - essentially places where relative time is used and 32-bits is enough as well as document how the implementation can be done in future in a way that no longer breaks compatibility.

Note: side effect of these structure changes is that structure copying no longer works in some cases even though structures have same fields. This means field by field copying is needed.

deadwood2 avatar May 04 '22 16:05 deadwood2

Functionally tested in my repository on linux-x86_64 and amiga-m68k (for backwards compatibility). Build tested on linux-x86_64 and pc-x86_64 in this repository.

deadwood2 avatar May 04 '22 16:05 deadwood2

FYI, the Codacy warnings are invalid in this case. We are setting fields of the request and passing the request to DoIO.

deadwood2 avatar Dec 26 '22 08:12 deadwood2