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
path:
root
/
test-functions
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-functions: do not check that genfun_time is greater than -1
Kerin Millar
2024-08-17
1
-1
/
+1
*
Render the non-bash srandom() implementation faster
Kerin Millar
2024-08-11
1
-1
/
+43
*
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
*
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
1
-0
/
+12
*
Handle integer overflow as a special case in _should_throttle()
Kerin Millar
2024-08-11
1
-0
/
+47
*
test-functions: choose a better variable name for storing the temp dir
Kerin Millar
2024-08-11
1
-5
/
+5
*
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
1
-19
/
+24
*
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
1
-4
/
+8
*
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
1
-1
/
+9
*
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
1
-2
/
+18
*
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
*
Ensure a radix character of U+2E in _update_time()
Kerin Millar
2024-08-05
1
-0
/
+22
*
Add the assign() and deref() functions
Kerin Millar
2024-08-05
1
-0
/
+53
*
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
*
Have chdir() enforce POSIX interpretation 1047
Kerin Millar
2024-08-03
1
-16
/
+1
*
Have hr() employ a divide-by-16 strategy
Kerin Millar
2024-08-02
1
-2
/
+2
*
Move is_subset() to experimental
Kerin Millar
2024-08-02
1
-1
/
+1
*
Render hr() faster still for shells other than bash
Kerin Millar
2024-08-02
1
-2
/
+2
*
Render hr() faster
Kerin Millar
2024-08-02
1
-1
/
+1
*
Render contains_all() and contains_any() faster
Kerin Millar
2024-08-02
1
-94
/
+31
*
Render quote_args() robust and implement a test case
Kerin Millar
2024-08-02
1
-0
/
+20
*
test-functions: Check whether local is supported
Kerin Millar
2024-07-10
1
-29
/
+53
*
Correct the implementation of contains_all()
Kerin Millar
2024-07-08
1
-32
/
+94
*
Add the contains_all() and contains_any() functions
Kerin Millar
2024-07-01
1
-0
/
+80
*
Move substr() to experimental
Kerin Millar
2024-07-01
1
-1
/
+1
*
Have whenceforce() require the -x option to check the execute bit
Kerin Millar
2024-06-28
1
-20
/
+37
*
Add the substr() function
Kerin Millar
2024-06-28
1
-0
/
+39
*
Add the trueof_all() and trueof_any() functions
Kerin Millar
2024-06-25
1
-0
/
+44
*
Render gentoo-functions modular in nature
Kerin Millar
2024-06-23
1
-1
/
+5
*
Add the is_anyof() and is_subset() functions
Kerin Millar
2024-06-14
1
-0
/
+49
*
Promote _print_args() to the public function, quote_args()
Kerin Millar
2024-06-12
1
-14
/
+14
*
Add the parallel_run() function
Kerin Millar
2024-06-12
1
-1
/
+20
*
Add the get_nprocs() function
Kerin Millar
2024-06-12
1
-0
/
+12
*
Add the whenceforth() function as a type -P alternative
Kerin Millar
2024-06-12
1
-0
/
+39
*
Add the hr() function to print a horizontal rule
Kerin Millar
2024-06-12
1
-0
/
+24
*
Add the trim() function
Kerin Millar
2024-06-12
1
-0
/
+29
[next]