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
...
*
test-functions: try to test a locale whose radix character isn't U+2E
Kerin Millar
2024-08-11
1
-17
/
+40
*
meson.build: avoid passing an absolute path to install_subdir()
Kerin Millar
2024-08-11
1
-1
/
+1
*
meson.build: prepare for gentoo-functions-1.7.1
gentoo-functions-1.7.1
Sam James
2024-08-05
1
-1
/
+1
*
Ensure a radix character of U+2E in _update_time()
Kerin Millar
2024-08-05
2
-2
/
+26
*
meson.build: prepare for gentoo-functions-1.7
gentoo-functions-1.7
Sam James
2024-08-05
1
-1
/
+1
*
Do not yet deprecate RC_NOCOLOR
Kerin Millar
2024-08-05
1
-3
/
+1
*
Add the assign() and deref() functions
Kerin Millar
2024-08-05
2
-0
/
+97
*
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
*
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
2
-19
/
+11
*
Have hr() employ a divide-by-16 strategy
Kerin Millar
2024-08-02
2
-8
/
+8
*
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
3
-41
/
+41
*
Render hr() faster still for shells other than bash
Kerin Millar
2024-08-02
2
-2
/
+6
*
Render hr() faster
Kerin Millar
2024-08-02
2
-15
/
+21
*
Render contains_all() and contains_any() faster
Kerin Millar
2024-08-02
2
-189
/
+74
*
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
[prev]
[next]