summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add an AUTHORS fileKerin Millar2024-06-111-0/+11
* meson.build: prepare for gentoo-functions-1.6gentoo-functions-1.6Sam James2024-05-241-1/+1
* Correct the wrapping of a commentKerin Millar2024-05-221-3/+3
* Micro-optimise the eqatag() argument parsing loopKerin Millar2024-05-221-4/+6
* Explain why is_older_than() checks for the presence of gfindKerin Millar2024-05-211-1/+3
* test-functions: Minor ebegin() test refactoringKerin Millar2024-05-211-3/+3
* test-functions: Render tests somewhat fast againKerin Millar2024-05-211-4/+13
* Adhere to the Allman style (again)Kerin Millar2024-05-201-6/+12
* Render argument checking more stringent; standardise diagnosticsKerin Millar2024-05-202-20/+36
* Correct an awk else clause in _print_args()Kerin Millar2024-05-201-6/+10
* Have _print_args() produce octal sequences for DELKerin Millar2024-05-201-2/+2
* test-functions: Include /opt/pkg/bin in PATHKerin Millar2024-05-201-1/+1
* Add an eqatag() functionKerin Millar2024-05-201-0/+72
* Micro-optimise _print_args()Kerin Millar2024-05-191-4/+6
* Have edo() clarify that something is being executedKerin Millar2024-05-191-2/+2
* Significantly improve _print_args() behaviourKerin Millar2024-05-191-7/+35
* test-functions: Actually remove print_args()Kerin Millar2024-05-191-17/+0
* meson.build: prepare for gentoo-functions-1.5gentoo-functions-1.5Sam James2024-05-181-1/+1
* Separate some edo() code into a _print_args() helper functionKerin Millar2024-05-182-23/+28
* Signify end of options to awk in edo()Kerin Millar2024-05-181-1/+1
* meson.build: prepare for gentoo-functions-1.4gentoo-functions-1.4Sam James2024-05-181-1/+1