[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (Most) Jitter problems fixed
From: |
Jose E. Marchesi |
Subject: |
Re: (Most) Jitter problems fixed |
Date: |
Tue, 24 Jan 2023 01:08:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> I have quickly fixed most of the problems I knew of which were blocking
> poke:
>
> * fixed wrong prototypes for flockfile and funlockfile;
> * fixed signed overflow in pointer distance (x86_64, riscv, m68k);
> * temporarily disabled no-threading on riscv: the problem was the lack
> of support for far jumps (known bug, to be fixed on my side).
>
> Thanks to Arsen Arsenović, Bruno Haible, José Marchesi, and other people
> I may be forgetting.
>
> The problem with malloc pointer alignment on Solaris has *not* been
> fixed yet.
Thank you Luca.
Very much appreciated, as always.