summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test-functions: try to test a locale whose radix character isn't U+2EKerin Millar2024-08-111-17/+40
* meson.build: avoid passing an absolute path to install_subdir()Kerin Millar2024-08-111-1/+1
* meson.build: prepare for gentoo-functions-1.7.1gentoo-functions-1.7.1Sam James2024-08-051-1/+1
* Ensure a radix character of U+2E in _update_time()Kerin Millar2024-08-052-2/+26
* meson.build: prepare for gentoo-functions-1.7gentoo-functions-1.7Sam James2024-08-051-1/+1
* Do not yet deprecate RC_NOCOLORKerin Millar2024-08-051-3/+1
* Add the assign() and deref() functionsKerin Millar2024-08-052-0/+97
* test-functions: add several shellcheck exemptionsKerin Millar2024-08-031-1/+3
* test-functions: jettison a few shellcheck exemptionsKerin Millar2024-08-031-2/+1
* Alter a variable name in quote_args()Kerin Millar2024-08-031-2/+2
* Have chdir() enforce POSIX interpretation 1047Kerin Millar2024-08-032-19/+11
* Have hr() employ a divide-by-16 strategyKerin Millar2024-08-022-8/+8
* Jettison the bash-specific hr() implementationKerin Millar2024-08-021-15/+9
* Adhere to the Allman style for _select_by_mtime()Kerin Millar2024-08-021-1/+2
* Explain that get_nprocs() is called by parallel_run()Kerin Millar2024-08-021-4/+4
* Move is_subset() to experimentalKerin Millar2024-08-023-41/+41
* Render hr() faster still for shells other than bashKerin Millar2024-08-022-2/+6
* Render hr() fasterKerin Millar2024-08-022-15/+21
* Render contains_all() and contains_any() fasterKerin Millar2024-08-022-189/+74
* Render quote_args() robust and implement a test caseKerin Millar2024-08-022-25/+60