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
*
Render quote_args() robust and implement a test case
Kerin Millar
2024-08-02
2
-25
/
+60
*
Treat EINFO_LOG as false if equal to RC_SERVICE
Kerin Millar
2024-08-01
1
-2
/
+6
*
Add a comment regarding POSIX XCU compatibility
Kerin Millar
2024-07-11
1
-0
/
+5
*
Mention that _find0() requires findutils >=4.9
Kerin Millar
2024-07-11
1
-1
/
+2
*
Replace "Issue 8" with "POSIX-1.2024"
Kerin Millar
2024-07-10
1
-5
/
+5
*
test-functions: Check whether local is supported
Kerin Millar
2024-07-10
1
-29
/
+53
*
Mention that _SC_NPROCESSORS_ONLN is now standard
Kerin Millar
2024-07-09
1
-2
/
+2
*
Have _update_time() measure in centiseconds
Kerin Millar
2024-07-09
1
-31
/
+22
*
Initialise the genfun_bin_true variable lazily
Kerin Millar
2024-07-08
1
-26
/
+32
*
Add the _find0() helper function
Kerin Millar
2024-07-08
2
-6
/
+29
*
Render _contains_all() compatible with mawk
Kerin Millar
2024-07-08
1
-6
/
+5
*
Have _update_time() use a faster rounding method for sh
Kerin Millar
2024-07-08
1
-7
/
+9
*
Correct the implementation of contains_all()
Kerin Millar
2024-07-08
2
-40
/
+122
*
Move fetch() to experimental
Kerin Millar
2024-07-01
2
-42
/
+42
*
Add the contains_all() and contains_any() functions
Kerin Millar
2024-07-01
2
-25
/
+172
*
Move substr() to experimental
Kerin Millar
2024-07-01
3
-42
/
+42
*
Use curly braces around a variable expansion in chdir()
Kerin Millar
2024-06-28
1
-1
/
+1
*
Add the int_between() and str_between() functions to experimental
Kerin Millar
2024-06-28
1
-0
/
+42
*
Add the up() function to experimental
Kerin Millar
2024-06-28
1
-0
/
+28
*
Describe the SENTINEL variable
Kerin Millar
2024-06-28
1
-0
/
+1
*
Have whenceforce() require the -x option to check the execute bit
Kerin Millar
2024-06-28
2
-29
/
+60
*
Implement array membership tests idiomatically in quote_args()
Kerin Millar
2024-06-28
1
-7
/
+4
*
Align the indentation of inlined awk programs with their respective heredocs
Kerin Millar
2024-06-28
1
-64
/
+64
*
Rectify a grammatical error in fetch()
Kerin Millar
2024-06-28
1
-1
/
+1
*
Add the substr() function
Kerin Millar
2024-06-28
2
-0
/
+80
*
Add an experimental module for staging new ideas
Kerin Millar
2024-06-28
1
-0
/
+53
*
Use printf -v only for bash in _update_time()
Kerin Millar
2024-06-28
1
-1
/
+1
*
Don't explicitly assign the empty string in is_subset()
Kerin Millar
2024-06-27
1
-2
/
+2
*
Add the trueof_all() and trueof_any() functions
Kerin Millar
2024-06-25
2
-0
/
+108
*
Add the fetch() function
Kerin Millar
2024-06-25
1
-0
/
+42
*
Have is_subset() permit the empty string as a sentinel
Kerin Millar
2024-06-23
1
-6
/
+6
*
Rectify several typos among the comments
Kerin Millar
2024-06-23
1
-4
/
+4
*
Deprecate RC_NOCOLOR and the equivalent use of the positional parameters
Kerin Millar
2024-06-23
1
-1
/
+4
*
Render gentoo-functions modular in nature
Kerin Millar
2024-06-23
5
-559
/
+683
*
Add the is_anyof() and is_subset() functions
Kerin Millar
2024-06-14
2
-0
/
+111
*
Add the from_unit() function
Kerin Millar
2024-06-14
1
-0
/
+9
*
Add the from_runscript() function
Kerin Millar
2024-06-14
1
-0
/
+9
*
Add the from_portage() function
Kerin Millar
2024-06-14
1
-15
/
+24
*
Rectify a typo for _update_tty_level()
Kerin Millar
2024-06-14
1
-1
/
+1
*
Throttle the rate at which genfun_cols may be refreshed
Kerin Millar
2024-06-14
1
-3
/
+78
*
Have _eend() assume 80 columns in the absence of a smart terminal
Kerin Millar
2024-06-12
1
-3
/
+6
*
Never print CHA sequences containing negative numbers in _eend()
Kerin Millar
2024-06-12
1
-2
/
+3
*
Clean up the jq detection procedure in eqatag()
Kerin Millar
2024-06-12
1
-7
/
+2
*
Don't use ewarn to display a diagnostic in eqatag()
Kerin Millar
2024-06-12
1
-1
/
+1
*
Have quote_args() respect POSIXLY_CORRECT for Issue 7 conformance
Kerin Millar
2024-06-12
1
-4
/
+14
*
Reposition the declaration of quote_args()
Kerin Millar
2024-06-12
1
-53
/
+53
*
Promote _print_args() to the public function, quote_args()
Kerin Millar
2024-06-12
2
-17
/
+17
*
Add the GENFUN_API_LEVEL variable declaration
Kerin Millar
2024-06-12
1
-0
/
+5
*
Add the parallel_run() function
Kerin Millar
2024-06-12
2
-1
/
+64
*
Add the get_nprocs() function
Kerin Millar
2024-06-12
2
-0
/
+32
[next]