[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Update for NetBSD 9.3 and 10.0
From: |
Bruno Haible |
Subject: |
Update for NetBSD 9.3 and 10.0 |
Date: |
Fri, 05 Apr 2024 12:29:35 +0200 |
NetBSD 10.0 was released a couple of days ago.
The main changes in libc:
- New header file <sys/random.h>.
- New functions getrandom and getentropy.
- New functions posix_spawn_file_actions_addchdir,
posix_spawn_file_actions_addfchdir.
- New functions eventfd, eventfd_read, eventfd_write, ppoll.
- New functions timerfd_create, timerfd_gettime, timerfd_settime.
- New <math.h> functions expm1l, log1pl, log2l, remainderl. All of them
are buggy.
- 1 of the several bugs that I reported got fixed.
This patch updates the documentation and *.m4 files.
2024-04-05 Bruno Haible <bruno@clisp.org>
Update for NetBSD 9.3 and 10.0.
* doc/*/*.texi: Update for NetBSD 9.3 and 10.0.
* m4/expm1l.m4 (gl_FUNC_EXPM1L): Update comments and cross-compilation
guess.
* m4/log1pl.m4 (gl_FUNC_LOG1PL_WORKS): Likewise.
* m4/log2l.m4 (gl_FUNC_LOG2L_WORKS): Likewise.
* m4/printf.m4 (gl_SWPRINTF_DIRECTIVE_LA): Likewise.
* m4/remainderl.m4 (gl_FUNC_REMAINDERL_WORKS): Likewise.
* m4/fcntl.m4: Update comments.
* m4/fenv-environment.m4: Likewise.
* m4/fenv-exceptions-trapping.m4: Likewise.
* m4/fnmatch.m4: Likewise.
* m4/getcwd-abort-bug.m4: Likewise.
* m4/iswdigit.m4: Likewise.
* m4/iswxdigit.m4: Likewise.
* m4/modfl.m4: Likewise.
* m4/wcscmp.m4: Likewise.
* m4/wcsncmp.m4: Likewise.
* m4/wctrans.m4: Likewise.
* m4/wcwidth.m4: Likewise.
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=9ef347eaa383689f9be16d214b86a389d9dea848
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Update for NetBSD 9.3 and 10.0,
Bruno Haible <=