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
*
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
*
Add the oldest() and newest() functions
Kerin Millar
2024-06-12
1
-0
/
+39
*
Add the srandom() function
Kerin Millar
2024-06-12
1
-0
/
+22
*
test-functions: Clean up the indentation
Kerin Millar
2024-06-11
1
-26
/
+26
*
test-functions: Remove an unused variable
Kerin Millar
2024-06-11
1
-1
/
+0
*
Relax parameter validation for various functions
Kerin Millar
2024-06-11
1
-11
/
+2
*
test-functions: Minor ebegin() test refactoring
Kerin Millar
2024-05-21
1
-3
/
+3
*
test-functions: Render tests somewhat fast again
Kerin Millar
2024-05-21
1
-4
/
+13
*
Render argument checking more stringent; standardise diagnostics
Kerin Millar
2024-05-20
1
-6
/
+5
*
test-functions: Include /opt/pkg/bin in PATH
Kerin Millar
2024-05-20
1
-1
/
+1
*
test-functions: Actually remove print_args()
Kerin Millar
2024-05-19
1
-17
/
+0
*
Separate some edo() code into a _print_args() helper function
Kerin Millar
2024-05-18
1
-9
/
+9
*
test-functions: Fix spurious edo() test failures
Kerin Millar
2024-05-18
1
-5
/
+7
*
test-functions: Fix invalid TAP output
Kerin Millar
2024-05-18
1
-1
/
+1
*
Add an edo() function
Kerin Millar
2024-05-18
1
-0
/
+15
*
test-functions: Use test rather than [ to placate shellcheck
Kerin Millar
2024-05-18
1
-2
/
+2
*
test-functions: Fix a spurious test failure
Kerin Millar
2024-05-18
1
-185
/
+188
*
Add a die() function
Kerin Millar
2024-05-17
1
-14
/
+25
*
Simplify _eprint() and _eend() behaviour markedly
Kerin Millar
2024-05-14
1
-34
/
+0
*
test-functions: Add a test for the ebegin() function
Kerin Millar
2023-06-10
1
-0
/
+20
*
test-functions: Really fix non-conforming TAP output
Kerin Millar
2023-06-10
1
-10
/
+11
*
test-functions: Fix non-conforming TAP 14 output
Kerin Millar
2023-06-10
1
-11
/
+18
*
Address a slew of shellcheck warnings
Kerin Millar
2023-06-09
1
-8
/
+10
*
test-functions: Add a test for the _update_cursor_coords() function
Kerin Millar
2023-06-09
1
-0
/
+22
*
test-functions: Do not silence ewarn() while testing is_older_than()
Kerin Millar
2023-06-09
1
-1
/
+1
*
test-functions: Ensure that ecma48-cpr can be resolved during src_test()
Kerin Millar
2023-06-09
1
-0
/
+8
*
Add a chdir() function to act as a safer alternative to the cd builtin
Kerin Millar
2023-06-09
1
-3
/
+60
*
test-functions: Add a test for the _is_visible() function
Kerin Millar
2023-06-07
1
-0
/
+21
*
test-functions: Silence ewarn() while testing is_older_than()
Kerin Millar
2023-06-07
1
-1
/
+1
*
test-functions: Add a test for the is_identifier() function
Kerin Millar
2023-06-07
1
-0
/
+56
*
test-functions: Also test is_older_than with just one argument
Kerin Millar
2023-02-14
1
-0
/
+4
*
test-functions: Add a test for the yesno() function
Kerin Millar
2023-02-12
1
-0
/
+39
*
test-functions: Add a test for the is_int() function
Kerin Millar
2023-02-10
1
-5
/
+33
*
test-functions: Add a test for the esyslog() function
Kerin Millar
2023-02-09
1
-37
/
+83
*
test-functions: Reduce the boilerplate required for new tests
Kerin Millar
2023-02-08
1
-26
/
+31
*
Mention that the busybox builtins work with the test script
Kerin Millar
2023-02-08
1
-1
/
+2
*
test-functions: Don't imply that coreutils is required
Kerin Millar
2023-02-08
1
-4
/
+3
[next]