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
*
Avoid a subshell for is_identifier()
Kerin Millar
2024-08-11
1
-4
/
+4
*
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
*
Make _select_by_mtime() work correctly for paths read from STDIN
Kerin Millar
2024-08-11
1
-1
/
+1
*
Ensure a radix character of U+2E in _update_time()
Kerin Millar
2024-08-05
1
-2
/
+4
*
Add the assign() and deref() functions
Kerin Millar
2024-08-05
1
-0
/
+44
*
Alter a variable name in quote_args()
Kerin Millar
2024-08-03
1
-2
/
+2
*
Have chdir() enforce POSIX interpretation 1047
Kerin Millar
2024-08-03
1
-3
/
+10
*
Have hr() employ a divide-by-16 strategy
Kerin Millar
2024-08-02
1
-6
/
+6
*
Jettison the bash-specific hr() implementation
Kerin Millar
2024-08-02
1
-15
/
+9
*
Adhere to the Allman style for _select_by_mtime()
Kerin Millar
2024-08-02
1
-1
/
+2
*
Explain that get_nprocs() is called by parallel_run()
Kerin Millar
2024-08-02
1
-4
/
+4
*
Move is_subset() to experimental
Kerin Millar
2024-08-02
1
-40
/
+0
*
Render hr() faster still for shells other than bash
Kerin Millar
2024-08-02
1
-0
/
+4
*
Render hr() faster
Kerin Millar
2024-08-02
1
-14
/
+20
*
Render contains_all() and contains_any() faster
Kerin Millar
2024-08-02
1
-95
/
+43
*
Render quote_args() robust and implement a test case
Kerin Millar
2024-08-02
1
-25
/
+40
*
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
*
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
1
-5
/
+28
*
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
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
[next]