[fpc-devel] NowUTC in the RTL
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Dec 9 16:19:39 CET 2011
On Fri, Dec 9, 2011 at 4:04 PM, Marco van de Voort <marcov at stack.nl> wrote:
> It is something else to avoid the core system getting to entangled with
> libc, but that doesn't mean I want to reimplement all libc of all unixy
> platforms and maintain that.
Why do we provide our own memory manager anyway? Just kill it and ship
cmem only.
fcl-image? kill it in favor of the bindings to ImageMagick.
WriteLn? The platform probably already has printf...
> The problem is that you don't want clock_gettime(),
> but clock_gettime(MONOTONIC_RAW).
Not true, I would like to have the general routine. At least
CLOCK_MONOTONIC_RAW, CLOCK_MONOTINIC and CLOCK_REALTIME are constants
I already know I'd like to test. But there may be more.
--
Felipe Monteiro de Carvalho
More information about the fpc-devel
mailing list