summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson.build: prepare for gentoo-functions-1.7.3HEADgentoo-functions-1.7.3masterSam James13 hours1-1/+1
* Document that the pipefail option is unsupportedKerin Millar2024-08-221-3/+3
* Warn upon sourcing if errexit or nounset be enabledKerin Millar2024-08-221-3/+15
* Double quote a ${parameter+word} expansion in defer()Kerin Millar2024-08-221-1/+1
* Optimise trim() for bash where processing the positional parametersKerin Millar2024-08-221-5/+14
* Move an SC2317 exemption closer to where it is neededKerin Millar2024-08-221-1/+1
* Have whenceforth() work around a word splitting bug in OpenBSD shKerin Millar2024-08-221-1/+9
* Print a diagnostic message if no modules can be foundKerin Millar2024-08-221-1/+4
* Disable shellcheck SC2153Kerin Millar2024-08-221-1/+1
* Put braces around the expansion of the path variableKerin Millar2024-08-221-4/+4
* Check for EPOCHREALTIME support in a safer mannerKerin Millar2024-08-221-1/+1
* Check for SRANDOM support in a safer mannerKerin Millar2024-08-211-1/+15
* Reduce the two non-bash srandom() implementations to just oneKerin Millar2024-08-211-41/+12
* Use an entropy pool in srandom(), even if the shell has forkedKerin Millar2024-08-211-21/+22
* Use an entropy pool for the mksh-targeting srandom() implementationKerin Millar2024-08-171-26/+45
* Ensure that LC_ALL is exported in srandom(); be safer for macOSKerin Millar2024-08-171-2/+1
* test-functions: do not check that genfun_time is greater than -1Kerin Millar2024-08-171-1/+1
* Explicitly initialise a local variable in _update_pid()Kerin Millar2024-08-171-0/+1
* Abort sourcing for ksh93Kerin Millar2024-08-171-0/+7
* Abort sourcing for yash in posixlycorrect modeKerin Millar2024-08-161-8/+15
* meosn.build: prepare for gentoo-functions-1.7.2gentoo-functions-1.7.2Sam James2024-08-111-1/+1
* Render the non-bash srandom() implementation fasterKerin Millar2024-08-112-4/+109
* Remedy false positives in categories SC2034 and SC2154Kerin Millar2024-08-113-5/+9
* Exempt _should_throttle() from shellcheck SC2317Kerin Millar2024-08-111-0/+1
* test-functions: consistently align the test parameter declarationsKerin Millar2024-08-111-132/+132
* test-functions: don't increment testnum by 2 for test_ebegin()Kerin Millar2024-08-111-8/+10
* test-functions: comment as to why test_quote_args() fails for yashKerin Millar2024-08-111-0/+6
* Use the -nt and -ot test primaries again rather than depend on GNU findKerin Millar2024-08-112-69/+113
* test-functions: comment as to the implications of test_local() failingKerin Millar2024-08-111-0/+8
* test-functions: account for the potential absence of test(1) as a builtinKerin Millar2024-08-111-5/+9
* Render _update_time() a no-op for the yash shellKerin Millar2024-08-112-1/+14
* Handle integer overflow as a special case in _should_throttle()Kerin Millar2024-08-112-7/+62
* Rename quote_args_bash() to _quote_args_bash()Kerin Millar2024-08-111-21/+24
* test-functions: choose a better variable name for storing the temp dirKerin Millar2024-08-111-5/+5
* Implement a variant of quote_args() optimised for bashKerin Millar2024-08-111-0/+26
* test-functions: silence several shellcheck false-positivesKerin Millar2024-08-111-1/+3
* test-functions: declare local variables where possibleKerin Millar2024-08-111-2/+31
* test-functions: have three tests employ callback functionsKerin Millar2024-08-111-51/+48
* Avoid unspecified behaviour around simple commands in generalKerin Millar2024-08-112-24/+35
* test-functions: test for simple commands persisting environmental changesKerin Millar2024-08-111-1/+14
* test-functions: avoid unspecified behaviour in test_quote_args()Kerin Millar2024-08-111-1/+1
* Have srandom() employ an upper bound of 2^31-1Kerin Millar2024-08-112-9/+45
* test-functions: check numerical bounds with awk in test_srandom()Kerin Millar2024-08-111-2/+1
* Avoid a subshell for is_identifier()Kerin Millar2024-08-112-5/+13
* Re-wrap a comment in get_nprocs()Kerin Millar2024-08-111-1/+2
* Document POSIXLY_CORRECT as an influential variableKerin Millar2024-08-111-0/+1
* test-functions: refactor the newest() test caseKerin Millar2024-08-111-17/+29
* test-functions: test the oldest() functionKerin Millar2024-08-111-0/+67
* Make _select_by_mtime() work correctly for paths read from STDINKerin Millar2024-08-112-3/+19
* test_functions: check that genfun_time is greater than -1Kerin Millar2024-08-111-1/+1