Files
gentoo/sys-apps/gentoo-functions
Sam James c4abab34f5 sys-apps/gentoo-functions: add 1.7.3
Kerin Millar (19):
      Abort sourcing for yash in posixlycorrect mode
      Abort sourcing for ksh93
      Explicitly initialise a local variable in _update_pid()
      test-functions: do not check that genfun_time is greater than -1
      Ensure that LC_ALL is exported in srandom(); be safer for macOS
      Use an entropy pool for the mksh-targeting srandom() implementation
      Use an entropy pool in srandom(), even if the shell has forked
      Reduce the two non-bash srandom() implementations to just one
      Check for SRANDOM support in a safer manner
      Check for EPOCHREALTIME support in a safer manner
      Put braces around the expansion of the path variable
      Disable shellcheck SC2153
      Print a diagnostic message if no modules can be found
      Have whenceforth() work around a word splitting bug in OpenBSD sh
      Move an SC2317 exemption closer to where it is needed
      Optimise trim() for bash where processing the positional parameters
      Double quote a ${parameter+word} expansion in defer()
      Warn upon sourcing if errexit or nounset be enabled
      Document that the pipefail option is unsupported

Sam James (1):
      meson.build: prepare for gentoo-functions-1.7.3

Signed-off-by: Sam James <sam@gentoo.org>
2024-10-05 08:26:20 +01:00
..