utils-std 0.0.10 - 2025-10-05 = Highlights = == Fixed == - mv: Fix file descriptor leak - getconf: add _XOPEN_STREAMS - realpath: add missing `-qs` in Usage string == Added == - New command: mesg = Full changelog = Haelwenn (lanodan) Monnier (22): cmd/ln: change same reference from error to information cmd/time: use clock_t for t1 cmd/ln.c: format libutils/err.c: save errno before calling fprintf lib/getconf_vars.m4: add _XOPEN_STREAMS Makefile: Use pure globbing for "format" target cmd/mesg: new cmd/join.c: assert on lp pointer cmd/ln: put AT_FDCWD instead of errorneous value from opening destination cmd/cut: unconditionally call free() cmd/split: unconditionally call free() cmd/sha*sum: unconditionally call free() cmd/wc: fix missing file close in -m mode cmd/which: use errno only when access() failed cmd/cmp: use return value of open() instead of errno value cmd/expr.1: put correct SPXD Identifier .codespellrc: new test-cmd/tr.sh: new cmd/mesg.c: define _POSIX_C_SOURCE 200809L lsb_commands.txt: refuse hostname cmd/realpath: add missing `-qs` in Usage string cmd/mv: fix fd-leak