[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] An alternative internal time type.
From: |
Jörg F. Wittenberger |
Subject: |
[Chicken-hackers] An alternative internal time type. |
Date: |
Sat, 13 Jun 2015 08:54:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux armv7l; rv:31.0) Gecko/20100101 Icedove/31.7.0 |
Hi,
the attached patch adds initial support for an alternative internal time
representation. (Keeps the default as "double".)
The idea is to ease future porting and special use cases. (E.g., maybe
run on ARM Cortex-M, which does not like floats and divisions.)
NB: From this patch I learned that `make check` prefers the installed
repository over the test-repository it creates. Thus `make check` will
fail in rather arbitrary ways if an incompatible version is installed.
Best
/Jörg
0002-Use-new-typedef-C_time_t.patch
Description: Text Data
- [Chicken-hackers] An alternative internal time type.,
Jörg F. Wittenberger <=