utils-std version 0.0.7 - 2025-07-02 = Highlights = == Fixed == - install(1) having -o parsed as group instead of a user - getconf(1) having missing variables on BSDs with broken feature test macros - df(1) supporting only 4096 devices == Changed == - head(1) option -n now supports negative values = Full changelog = Haelwenn (lanodan) Monnier (19): Move cmd/getconf_vars.m4 to lib and generated output to ./build/ #include resort related to ./lib/ vs. ./libutils/ cmd/df: limit mnt_type include/exclude to 128 rather than 4096 cmd/df: use reallocarray instead of hardcoding a maximum of 4096 devices cmd/head: add negative values support to -n Makefile: mkdir for getconf_vars.h cmd/head.1: Document `-n -num` as an extension cmd/head: call free() regardless of buflen value cmd/{touch,date}.1.in: Put datetime_parse details into a dedicated section libutils/datetime_parse.mdoc: Improve formatting thanks to Section usage cmd/echo.1: History for -e and -E cmd/chown.1: History for --reference cmd/realpath.1: History for -q cmd/uname: Add support for -o test-cmd/nproc.sh: add test-cmd/install.sh: add test-cmd/truncate.sh: migrate from test-cmd/truncate.t cmd/getconf: change feature test macros from POSIX to ALL cmd/install: fix -o being tied to group instead of user