summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test-functions: try to test a locale whose radix character isn't U+2EKerin Millar2024-08-111-17/+40
* meson.build: avoid passing an absolute path to install_subdir()Kerin Millar2024-08-111-1/+1
* meson.build: prepare for gentoo-functions-1.7.1gentoo-functions-1.7.1Sam James2024-08-051-1/+1
* Ensure a radix character of U+2E in _update_time()Kerin Millar2024-08-052-2/+26
* meson.build: prepare for gentoo-functions-1.7gentoo-functions-1.7Sam James2024-08-051-1/+1
* Do not yet deprecate RC_NOCOLORKerin Millar2024-08-051-3/+1
* Add the assign() and deref() functionsKerin Millar2024-08-052-0/+97
* test-functions: add several shellcheck exemptionsKerin Millar2024-08-031-1/+3
* test-functions: jettison a few shellcheck exemptionsKerin Millar2024-08-031-2/+1
* Alter a variable name in quote_args()Kerin Millar2024-08-031-2/+2
* Have chdir() enforce POSIX interpretation 1047Kerin Millar2024-08-032-19/+11
* Have hr() employ a divide-by-16 strategyKerin Millar2024-08-022-8/+8
* 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-023-41/+41
* Render hr() faster still for shells other than bashKerin Millar2024-08-022-2/+6
* Render hr() fasterKerin Millar2024-08-022-15/+21
* Render contains_all() and contains_any() fasterKerin Millar2024-08-022-189/+74
* Render quote_args() robust and implement a test caseKerin Millar2024-08-022-25/+60
* 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