summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Render _contains_all() compatible with mawkHEADmasterKerin Millar7 days1-6/+5
* Have _update_time() use a faster rounding method for shKerin Millar7 days1-7/+9
* Correct the implementation of contains_all()Kerin Millar7 days2-40/+122
* Move fetch() to experimentalKerin Millar2024-07-012-42/+42
* Add the contains_all() and contains_any() functionsKerin Millar2024-07-012-25/+172
* Move substr() to experimentalKerin Millar2024-07-013-42/+42
* Use curly braces around a variable expansion in chdir()Kerin Millar2024-06-281-1/+1
* Add the int_between() and str_between() functions to experimentalKerin Millar2024-06-281-0/+42
* Add the up() function to experimentalKerin Millar2024-06-281-0/+28
* Describe the SENTINEL variableKerin Millar2024-06-281-0/+1
* Have whenceforce() require the -x option to check the execute bitKerin Millar2024-06-282-29/+60
* 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-282-0/+80
* Add an experimental module for staging new ideasKerin Millar2024-06-281-0/+53
* 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-252-0/+108
* 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
* Deprecate RC_NOCOLOR and the equivalent use of the positional parametersKerin Millar2024-06-231-1/+4
* Render gentoo-functions modular in natureKerin Millar2024-06-235-559/+683
* Add the is_anyof() and is_subset() functionsKerin Millar2024-06-142-0/+111
* 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
* Have _eend() assume 80 columns in the absence of a smart terminalKerin Millar2024-06-121-3/+6
* Never print CHA sequences containing negative numbers in _eend()Kerin Millar2024-06-121-2/+3
* Clean up the jq detection procedure in eqatag()Kerin Millar2024-06-121-7/+2
* Don't use ewarn to display a diagnostic in eqatag()Kerin Millar2024-06-121-1/+1
* Have quote_args() respect POSIXLY_CORRECT for Issue 7 conformanceKerin Millar2024-06-121-4/+14
* Reposition the declaration of quote_args()Kerin Millar2024-06-121-53/+53
* Promote _print_args() to the public function, quote_args()Kerin Millar2024-06-122-17/+17
* Add the GENFUN_API_LEVEL variable declarationKerin Millar2024-06-121-0/+5
* Add the parallel_run() functionKerin Millar2024-06-122-1/+64
* Add the get_nprocs() functionKerin Millar2024-06-122-0/+32
* Add the whenceforth() function as a type -P alternativeKerin Millar2024-06-122-2/+85
* Add the hr() function to print a horizontal ruleKerin Millar2024-06-122-0/+52
* Add the trim() functionKerin Millar2024-06-122-0/+45
* Add the oldest() and newest() functionsKerin Millar2024-06-122-20/+93
* Add the srandom() functionKerin Millar2024-06-122-0/+49
* Add the warn() functionKerin Millar2024-06-111-0/+8
* Add the has_openrc() and has_systemd() functionsKerin Millar2024-06-111-0/+18
* test-functions: Clean up the indentationKerin Millar2024-06-111-26/+26
* test-functions: Remove an unused variableKerin Millar2024-06-111-1/+0
* Relax parameter validation for various functionsKerin Millar2024-06-112-40/+42