summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Treat EINFO_LOG as false if equal to RC_SERVICEKerin Millar2024-08-011-2/+6
* 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
* test-functions: Check whether local is supportedKerin Millar2024-07-101-29/+53
* 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-082-6/+29
* 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-082-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