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
*
meson.build: prepare for gentoo-functions-1.7.3
HEAD
gentoo-functions-1.7.3
master
Sam James
2024-10-05
1
-1
/
+1
*
Document that the pipefail option is unsupported
Kerin Millar
2024-08-22
1
-3
/
+3
*
Warn upon sourcing if errexit or nounset be enabled
Kerin Millar
2024-08-22
1
-3
/
+15
*
Double quote a ${parameter+word} expansion in defer()
Kerin Millar
2024-08-22
1
-1
/
+1
*
Optimise trim() for bash where processing the positional parameters
Kerin Millar
2024-08-22
1
-5
/
+14
*
Move an SC2317 exemption closer to where it is needed
Kerin Millar
2024-08-22
1
-1
/
+1
*
Have whenceforth() work around a word splitting bug in OpenBSD sh
Kerin Millar
2024-08-22
1
-1
/
+9
*
Print a diagnostic message if no modules can be found
Kerin Millar
2024-08-22
1
-1
/
+4
*
Disable shellcheck SC2153
Kerin Millar
2024-08-22
1
-1
/
+1
*
Put braces around the expansion of the path variable
Kerin Millar
2024-08-22
1
-4
/
+4
*
Check for EPOCHREALTIME support in a safer manner
Kerin Millar
2024-08-22
1
-1
/
+1
*
Check for SRANDOM support in a safer manner
Kerin Millar
2024-08-21
1
-1
/
+15
*
Reduce the two non-bash srandom() implementations to just one
Kerin Millar
2024-08-21
1
-41
/
+12
*
Use an entropy pool in srandom(), even if the shell has forked
Kerin Millar
2024-08-21
1
-21
/
+22
*
Use an entropy pool for the mksh-targeting srandom() implementation
Kerin Millar
2024-08-17
1
-26
/
+45
*
Ensure that LC_ALL is exported in srandom(); be safer for macOS
Kerin Millar
2024-08-17
1
-2
/
+1
*
test-functions: do not check that genfun_time is greater than -1
Kerin Millar
2024-08-17
1
-1
/
+1
*
Explicitly initialise a local variable in _update_pid()
Kerin Millar
2024-08-17
1
-0
/
+1
*
Abort sourcing for ksh93
Kerin Millar
2024-08-17
1
-0
/
+7
*
Abort sourcing for yash in posixlycorrect mode
Kerin Millar
2024-08-16
1
-8
/
+15
*
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
[next]