summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Render the non-bash srandom() implementation fasterKerin Millar8 days1-3/+66
* Remedy false positives in categories SC2034 and SC2154Kerin Millar8 days1-5/+0
* Exempt _should_throttle() from shellcheck SC2317Kerin Millar8 days1-0/+1
* Use the -nt and -ot test primaries again rather than depend on GNU findKerin Millar8 days1-64/+93
* Render _update_time() a no-op for the yash shellKerin Millar8 days1-1/+2
* Handle integer overflow as a special case in _should_throttle()Kerin Millar8 days1-7/+15
* Rename quote_args_bash() to _quote_args_bash()Kerin Millar8 days1-21/+24
* Implement a variant of quote_args() optimised for bashKerin Millar8 days1-0/+26
* Have srandom() employ an upper bound of 2^31-1Kerin Millar8 days1-5/+37
* Avoid a subshell for is_identifier()Kerin Millar8 days1-4/+4
* Re-wrap a comment in get_nprocs()Kerin Millar8 days1-1/+2
* Document POSIXLY_CORRECT as an influential variableKerin Millar8 days1-0/+1
* Make _select_by_mtime() work correctly for paths read from STDINKerin Millar8 days1-1/+1
* Ensure a radix character of U+2E in _update_time()Kerin Millar13 days1-2/+4
* Add the assign() and deref() functionsKerin Millar14 days1-0/+44
* Alter a variable name in quote_args()Kerin Millar2024-08-031-2/+2
* Have chdir() enforce POSIX interpretation 1047Kerin Millar2024-08-031-3/+10
* Have hr() employ a divide-by-16 strategyKerin Millar2024-08-021-6/+6
* 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-021-40/+0
* Render hr() faster still for shells other than bashKerin Millar2024-08-021-0/+4
* Render hr() fasterKerin Millar2024-08-021-14/+20
* Render contains_all() and contains_any() fasterKerin Millar2024-08-021-95/+43
* Render quote_args() robust and implement a test caseKerin Millar2024-08-021-25/+40
* Add a comment regarding POSIX XCU compatibilityKerin Millar2024-07-111-0/+5
* Mention that _find0() requires findutils >=4.9Kerin Millar2024-07-111-1/+2
* Replace "Issue 8" with "POSIX-1.2024"Kerin Millar2024-07-101-5/+5
* Mention that _SC_NPROCESSORS_ONLN is now standardKerin Millar2024-07-091-2/+2
* Have _update_time() measure in centisecondsKerin Millar2024-07-091-31/+22
* Initialise the genfun_bin_true variable lazilyKerin Millar2024-07-081-26/+32
* Add the _find0() helper functionKerin Millar2024-07-081-5/+28
* Render _contains_all() compatible with mawkKerin Millar2024-07-081-6/+5
* Have _update_time() use a faster rounding method for shKerin Millar2024-07-081-7/+9
* Correct the implementation of contains_all()Kerin Millar2024-07-081-8/+28
* Move fetch() to experimentalKerin Millar2024-07-011-42/+0
* Add the contains_all() and contains_any() functionsKerin Millar2024-07-011-25/+92
* Move substr() to experimentalKerin Millar2024-07-011-41/+0
* Use curly braces around a variable expansion in chdir()Kerin Millar2024-06-281-1/+1
* Describe the SENTINEL variableKerin Millar2024-06-281-0/+1
* Have whenceforce() require the -x option to check the execute bitKerin Millar2024-06-281-9/+23
* Implement array membership tests idiomatically in quote_args()Kerin Millar2024-06-281-7/+4
* Align the indentation of inlined awk programs with their respective heredocsKerin Millar2024-06-281-64/+64
* Rectify a grammatical error in fetch()Kerin Millar2024-06-281-1/+1
* Add the substr() functionKerin Millar2024-06-281-0/+41
* Use printf -v only for bash in _update_time()Kerin Millar2024-06-281-1/+1
* Don't explicitly assign the empty string in is_subset()Kerin Millar2024-06-271-2/+2
* Add the trueof_all() and trueof_any() functionsKerin Millar2024-06-251-0/+64
* Add the fetch() functionKerin Millar2024-06-251-0/+42