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
...
*
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
*
Add the whenceforth() function as a type -P alternative
Kerin Millar
2024-06-12
2
-2
/
+85
*
Add the hr() function to print a horizontal rule
Kerin Millar
2024-06-12
2
-0
/
+52
*
Add the trim() function
Kerin Millar
2024-06-12
2
-0
/
+45
*
Add the oldest() and newest() functions
Kerin Millar
2024-06-12
2
-20
/
+93
*
Add the srandom() function
Kerin Millar
2024-06-12
2
-0
/
+49
*
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
*
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
2
-40
/
+42
*
Add an AUTHORS file
Kerin Millar
2024-06-11
1
-0
/
+11
*
meson.build: prepare for gentoo-functions-1.6
gentoo-functions-1.6
Sam James
2024-05-24
1
-1
/
+1
*
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
*
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
*
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
2
-20
/
+36
*
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
*
test-functions: Include /opt/pkg/bin in PATH
Kerin Millar
2024-05-20
1
-1
/
+1
*
Add an eqatag() function
Kerin Millar
2024-05-20
1
-0
/
+72
*
Micro-optimise _print_args()
Kerin Millar
2024-05-19
1
-4
/
+6
*
Have edo() clarify that something is being executed
Kerin Millar
2024-05-19
1
-2
/
+2
*
Significantly improve _print_args() behaviour
Kerin Millar
2024-05-19
1
-7
/
+35
*
test-functions: Actually remove print_args()
Kerin Millar
2024-05-19
1
-17
/
+0
*
meson.build: prepare for gentoo-functions-1.5
gentoo-functions-1.5
Sam James
2024-05-18
1
-1
/
+1
*
Separate some edo() code into a _print_args() helper function
Kerin Millar
2024-05-18
2
-23
/
+28
*
Signify end of options to awk in edo()
Kerin Millar
2024-05-18
1
-1
/
+1
*
meson.build: prepare for gentoo-functions-1.4
gentoo-functions-1.4
Sam James
2024-05-18
1
-1
/
+1
[prev]
[next]