Added restrict to SYNOPSIS for strtok_r(), and fix broken example.
strtok_r() (and strtok() which already had it here) gained "restrict"
for their params in ISO C 99 (and then in Posix 2001).
The example code worked for the particular example given (the input
data actually used) but was hopelessly broken in general. As part
of that (but not the actual breakage), if something defines MAXTOKENS
then allow that many tokens, not one less ... add an extra slot for
the terminating NULL.
While here, update the STANDARDS section a little.
Added "restrict" to args in declaration of strtok_r()
The "restrict" was included in strtok_r() in C99 and POSIX Issue 6 (2001).
(The same time it was added to strtok()).
strtok_r() actually dates from Posix I5 (1995), not I6 (2001) as the
guard on its definition states, but after all this time, clearly no-one
cares about that.
i3lock: update to 2.16.
2025-10-31 i3lock 2.16
• fix crash when the user changes the XKB configuration
• when started on Wayland, display an error and usage
• switch to clang-format 15 (with InsertBraces)
• fix -Werror=calloc-transposed-args by swapping calloc args
• reword: remove "dynamic" TWM
• update meson setup command in README
• do not increase failed_attempts beyond 999
• i3lock.1 man page: fix acute accent
• declare a development shell in flake.nix
• fix in_dpi variable checking
• meson: use explicit_bzero if it is available
i3: update to 4.25.1.
This is i3 v4.25.1. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
cmd_floating: Fix crash when running empty workspace
Fix i3bar workspace buttons for primary screen
Fix ctype(3) function arguments.
use setlocale(3) (NetBSD lacks uselocale(3))
sysutils/xtop: import package
System monitor written in Rust using terminal user interface (TUI).
Fast, nice-looking, informative, and easy to use.
One-key sorting of processes by process id, name, cpu usage, and memory usage.
Search/filter by process name or process id.
py-cassandra-driver: update to 3.29.3.
3.29.3
======
October 20, 2025
Features
--------
* Upgraded cython to 3.0.x (PR 1221 & PYTHON-1390)
* Add support for DSE 6.9.x and HCD releases to CI (PYTHON-1402)
* Add execute_concurrent_async and expose execute_concurrent_* in Session (PR 1229)
Bug Fixes
---------
* Update geomet to align with requirements.txt (PR 1236)
* Connection failure to SNI endpoint when first host is unavailable (PYTHON-1419)
* Maintain compatibility with CPython 3.13 (PR 1242)
Others
[56 lines not shown]