GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/gentoo-functions.git
master
Base functions for Gentoo systems
William Hubbs <williamh@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
meosn.build: prepare for gentoo-functions-1.7.2
gentoo-functions-1.7.2
Sam James
2024-08-11
1
-1
/
+1
*
Render the non-bash srandom() implementation faster
Kerin Millar
2024-08-11
2
-4
/
+109
*
Remedy false positives in categories SC2034 and SC2154
Kerin Millar
2024-08-11
3
-5
/
+9
*
Exempt _should_throttle() from shellcheck SC2317
Kerin Millar
2024-08-11
1
-0
/
+1
*
test-functions: consistently align the test parameter declarations
Kerin Millar
2024-08-11
1
-132
/
+132
*
test-functions: don't increment testnum by 2 for test_ebegin()
Kerin Millar
2024-08-11
1
-8
/
+10
*
test-functions: comment as to why test_quote_args() fails for yash
Kerin Millar
2024-08-11
1
-0
/
+6
*
Use the -nt and -ot test primaries again rather than depend on GNU find
Kerin Millar
2024-08-11
2
-69
/
+113
*
test-functions: comment as to the implications of test_local() failing
Kerin Millar
2024-08-11
1
-0
/
+8
*
test-functions: account for the potential absence of test(1) as a builtin
Kerin Millar
2024-08-11
1
-5
/
+9
*
Render _update_time() a no-op for the yash shell
Kerin Millar
2024-08-11
2
-1
/
+14
*
Handle integer overflow as a special case in _should_throttle()
Kerin Millar
2024-08-11
2
-7
/
+62
*
Rename quote_args_bash() to _quote_args_bash()
Kerin Millar
2024-08-11
1
-21
/
+24
*
test-functions: choose a better variable name for storing the temp dir
Kerin Millar
2024-08-11
1
-5
/
+5
*
Implement a variant of quote_args() optimised for bash
Kerin Millar
2024-08-11
1
-0
/
+26
*
test-functions: silence several shellcheck false-positives
Kerin Millar
2024-08-11
1
-1
/
+3
*
test-functions: declare local variables where possible
Kerin Millar
2024-08-11
1
-2
/
+31
*
test-functions: have three tests employ callback functions
Kerin Millar
2024-08-11
1
-51
/
+48
*
Avoid unspecified behaviour around simple commands in general
Kerin Millar
2024-08-11
2
-24
/
+35
*
test-functions: test for simple commands persisting environmental changes
Kerin Millar
2024-08-11
1
-1
/
+14
*
test-functions: avoid unspecified behaviour in test_quote_args()
Kerin Millar
2024-08-11
1
-1
/
+1
*
Have srandom() employ an upper bound of 2^31-1
Kerin Millar
2024-08-11
2
-9
/
+45
*
test-functions: check numerical bounds with awk in test_srandom()
Kerin Millar
2024-08-11
1
-2
/
+1
*
Avoid a subshell for is_identifier()
Kerin Millar
2024-08-11
2
-5
/
+13
*
Re-wrap a comment in get_nprocs()
Kerin Millar
2024-08-11
1
-1
/
+2
*
Document POSIXLY_CORRECT as an influential variable
Kerin Millar
2024-08-11
1
-0
/
+1
*
test-functions: refactor the newest() test case
Kerin Millar
2024-08-11
1
-17
/
+29
*
test-functions: test the oldest() function
Kerin Millar
2024-08-11
1
-0
/
+67
*
Make _select_by_mtime() work correctly for paths read from STDIN
Kerin Millar
2024-08-11
2
-3
/
+19
*
test_functions: check that genfun_time is greater than -1
Kerin Millar
2024-08-11
1
-1
/
+1
*
test-functions: try to test a locale whose radix character isn't U+2E
Kerin Millar
2024-08-11
1
-17
/
+40
*
meson.build: avoid passing an absolute path to install_subdir()
Kerin Millar
2024-08-11
1
-1
/
+1
*
meson.build: prepare for gentoo-functions-1.7.1
gentoo-functions-1.7.1
Sam James
2024-08-05
1
-1
/
+1
*
Ensure a radix character of U+2E in _update_time()
Kerin Millar
2024-08-05
2
-2
/
+26
*
meson.build: prepare for gentoo-functions-1.7
gentoo-functions-1.7
Sam James
2024-08-05
1
-1
/
+1
*
Do not yet deprecate RC_NOCOLOR
Kerin Millar
2024-08-05
1
-3
/
+1
*
Add the assign() and deref() functions
Kerin Millar
2024-08-05
2
-0
/
+97
*
test-functions: add several shellcheck exemptions
Kerin Millar
2024-08-03
1
-1
/
+3
*
test-functions: jettison a few shellcheck exemptions
Kerin Millar
2024-08-03
1
-2
/
+1
*
Alter a variable name in quote_args()
Kerin Millar
2024-08-03
1
-2
/
+2
*
Have chdir() enforce POSIX interpretation 1047
Kerin Millar
2024-08-03
2
-19
/
+11
*
Have hr() employ a divide-by-16 strategy
Kerin Millar
2024-08-02
2
-8
/
+8
*
Jettison the bash-specific hr() implementation
Kerin Millar
2024-08-02
1
-15
/
+9
*
Adhere to the Allman style for _select_by_mtime()
Kerin Millar
2024-08-02
1
-1
/
+2
*
Explain that get_nprocs() is called by parallel_run()
Kerin Millar
2024-08-02
1
-4
/
+4
*
Move is_subset() to experimental
Kerin Millar
2024-08-02
3
-41
/
+41
*
Render hr() faster still for shells other than bash
Kerin Millar
2024-08-02
2
-2
/
+6
*
Render hr() faster
Kerin Millar
2024-08-02
2
-15
/
+21
*
Render contains_all() and contains_any() faster
Kerin Millar
2024-08-02
2
-189
/
+74
*
Render quote_args() robust and implement a test case
Kerin Millar
2024-08-02
2
-25
/
+60
[next]