For Emacs I would rather avoid bringing in the Gnulib locking code,
since Emacs has its own idea about locks and its main engine is
single-threaded anyway.
Provide a way to use the nstrftime module while avoiding its
recently-added localename dependency, which entails locking code.
(It’s not clear
As requested, I'm CC'ing bug-gnulib.
Am Dienstag, 13. Februar 2024 um 21:00:51 MEZ hat Hannes Domani via poke-devel
Folgendes geschrieben:
Hello
When I was trying the gdb poke integration, I already failed in the configure
step.
The configure test was this file:
```
char pk_register_iod (
On Sun, 11 Feb 2024 13:46:50 +0100, Bruno Haible wrote on bug-gnulib:
I wrote:
For these modules, the next function to provide in an MT-safe way is
localtime_r.
Our gmtime_r and localtime_r are MT-safe on native Windows. I ran the
test-gmtime_r-mt and test-localtime_r-mt tests for 2000 seconds
> 2024-02-12 Bruno Haible
>
> uniwidth/width: Assign width 1 to prepended concatenation marks.
Oops, I forgot to update the unit test. Fortunately there are various
continuous integrations running...
2024-02-13 Bruno Haible
uniwidth/width tests: Update unit test for last co