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
/
functions.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-8
/
+28
*
Move fetch() to experimental
Kerin Millar
2024-07-01
1
-42
/
+0
*
Add the contains_all() and contains_any() functions
Kerin Millar
2024-07-01
1
-25
/
+92
*
Move substr() to experimental
Kerin Millar
2024-07-01
1
-41
/
+0
*
Use curly braces around a variable expansion in chdir()
Kerin Millar
2024-06-28
1
-1
/
+1
*
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
1
-9
/
+23
*
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
1
-0
/
+41
*
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
1
-0
/
+64
*
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
*
Render gentoo-functions modular in nature
Kerin Millar
2024-06-23
1
-558
/
+75
*
Add the is_anyof() and is_subset() functions
Kerin Millar
2024-06-14
1
-0
/
+62
*
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
1
-3
/
+3
*
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
1
-0
/
+44
*
Add the get_nprocs() function
Kerin Millar
2024-06-12
1
-0
/
+20
*
Add the whenceforth() function as a type -P alternative
Kerin Millar
2024-06-12
1
-2
/
+46
*
Add the hr() function to print a horizontal rule
Kerin Millar
2024-06-12
1
-0
/
+28
*
Add the trim() function
Kerin Millar
2024-06-12
1
-0
/
+16
*
Add the oldest() and newest() functions
Kerin Millar
2024-06-12
1
-20
/
+54
*
Add the srandom() function
Kerin Millar
2024-06-12
1
-0
/
+27
*
Add the warn() function
Kerin Millar
2024-06-11
1
-0
/
+8
*
Add the has_openrc() and has_systemd() functions
Kerin Millar
2024-06-11
1
-0
/
+18
*
Relax parameter validation for various functions
Kerin Millar
2024-06-11
1
-29
/
+40
*
Correct the wrapping of a comment
Kerin Millar
2024-05-22
1
-3
/
+3
*
Micro-optimise the eqatag() argument parsing loop
Kerin Millar
2024-05-22
1
-4
/
+6
*
Explain why is_older_than() checks for the presence of gfind
Kerin Millar
2024-05-21
1
-1
/
+3
*
Adhere to the Allman style (again)
Kerin Millar
2024-05-20
1
-6
/
+12
*
Render argument checking more stringent; standardise diagnostics
Kerin Millar
2024-05-20
1
-14
/
+31
*
Correct an awk else clause in _print_args()
Kerin Millar
2024-05-20
1
-6
/
+10
*
Have _print_args() produce octal sequences for DEL
Kerin Millar
2024-05-20
1
-2
/
+2
[next]