summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid a subshell for is_identifier()Kerin Millar2024-08-111-4/+4
* 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
* Make _select_by_mtime() work correctly for paths read from STDINKerin Millar2024-08-111-1/+1
* Ensure a radix character of U+2E in _update_time()Kerin Millar2024-08-051-2/+4
* Add the assign() and deref() functionsKerin Millar2024-08-051-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
* Have is_subset() permit the empty string as a sentinelKerin Millar2024-06-231-6/+6
* Rectify several typos among the commentsKerin Millar2024-06-231-4/+4
* Render gentoo-functions modular in natureKerin Millar2024-06-231-558/+75
* Add the is_anyof() and is_subset() functionsKerin Millar2024-06-141-0/+62
* Add the from_unit() functionKerin Millar2024-06-141-0/+9
* Add the from_runscript() functionKerin Millar2024-06-141-0/+9
* Add the from_portage() functionKerin Millar2024-06-141-15/+24
* Rectify a typo for _update_tty_level()Kerin Millar2024-06-141-1/+1
* Throttle the rate at which genfun_cols may be refreshedKerin Millar2024-06-141-3/+78