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
*
meson.build: prepare for gentoo-functions-1.4
gentoo-functions-1.4
Sam James
2024-05-18
1
-1
/
+1
*
test-functions: Fix spurious edo() test failures
Kerin Millar
2024-05-18
1
-5
/
+7
*
test-functions: Fix invalid TAP output
Kerin Millar
2024-05-18
1
-1
/
+1
*
meson.build: prepare for gentoo-functions-1.3
gentoo-functions-1.3
Sam James
2024-05-18
1
-1
/
+1
*
Reposition the declaration of _has_dumb_terminal()
Kerin Millar
2024-05-18
1
-8
/
+8
*
Add an edo() function
Kerin Millar
2024-05-18
2
-0
/
+40
*
Add an eqawarn() function
Kerin Millar
2024-05-18
1
-0
/
+9
*
test-functions: Use test rather than [ to placate shellcheck
Kerin Millar
2024-05-18
1
-2
/
+2
*
test-functions: Fix a spurious test failure
Kerin Millar
2024-05-18
1
-185
/
+188
*
Document variables influencing runtime behaviour
Kerin Millar
2024-05-17
1
-1
/
+19
*
Add a die() function
Kerin Millar
2024-05-17
2
-14
/
+45
*
Rename _has_monochrome_terminal() to _has_color_terminal()
Kerin Millar
2024-05-17
1
-5
/
+5
*
More comment improvements
Kerin Millar
2024-05-17
1
-5
/
+8
*
Tweak the comment style for yesno()
Kerin Millar
2024-05-17
1
-0
/
+1
*
Make _eend() much faster in bash
Kerin Millar
2024-05-17
1
-8
/
+20
*
Don't call is_int() from _esetdent()
Kerin Millar
2024-05-16
1
-1
/
+1
*
Have esyslog() check that EINFO_LOG is true instead of non-empty
Kerin Millar
2024-05-16
1
-3
/
+2
*
Improve the comments
Kerin Millar
2024-05-16
1
-50
/
+75
*
Declare eerror(), einfo() and ewarn() dynamically
Kerin Millar
2024-05-16
1
-21
/
+9
*
Remove some superfluous boolean variable declarations
Kerin Millar
2024-05-16
1
-11
/
+3
*
Declare some of the v-prefixed functions dynamically
Kerin Millar
2024-05-16
1
-48
/
+14
*
Reorganise the order in which functions are declared
Kerin Millar
2024-05-16
1
-290
/
+288
*
meson.build: prepare for gentoo-functions-1.2
gentoo-functions-1.2
Sam James
2024-05-15
1
-1
/
+1
*
Have _eend() remember the cursor position before printing
Kerin Millar
2024-05-15
1
-4
/
+4
*
meson.build: prepare for gentoo-functions-1.1
gentoo-functions-1.1
Sam James
2024-05-14
1
-1
/
+1
*
meson.build: fix tests
Sam James
2024-05-14
1
-1
/
+1
*
Drop ecma48-cpr
Sam James
2024-05-14
2
-246
/
+0
*
Cleanup functions.sh.in template
Sam James
2024-05-14
2
-12
/
+2
*
functions.sh.in: fix typo
Sam James
2024-05-14
1
-1
/
+1
*
meson.build: add TODO wrt cleaning up functions.sh template
Sam James
2024-05-14
1
-0
/
+1
*
Simplify _eprint() and _eend() behaviour markedly
Kerin Millar
2024-05-14
2
-206
/
+22
*
Don't check for Emacs every time _eend() is called
Kerin Millar
2024-05-13
1
-11
/
+10
*
Render _update_winsize() immune to the prevailing value of IFS
Kerin Millar
2024-05-13
1
-0
/
+5
*
Unify the brace style
Kerin Millar
2024-05-13
1
-11
/
+22
*
ecma48-cpr: Use designated initialisers for legibility
Kerin Millar
2024-05-13
1
-12
/
+15
*
meson.build: crank version to 1.0
gentoo-functions-1.0
Sam James
2024-02-16
1
-1
/
+1
*
Account for the buggy CHA implementation in Emacs
Kerin Millar
2023-06-11
1
-2
/
+11
*
Detect PTYs that aren't sufficiently functional to be considered as smart
Kerin Millar
2023-06-11
1
-1
/
+1
*
ecma48-cpr: Ignore SIGINT, SIGTERM and SIGTSTP
Kerin Millar
2023-06-11
1
-0
/
+7
*
ecma48-cpr: Disable flow control in the terminal
Kerin Millar
2023-06-11
1
-2
/
+1
*
ecma48-cpr: Set up the signal handler before writing to the terminal
Kerin Millar
2023-06-11
1
-10
/
+11
*
ecma48-cpr: Don't assign to new_tty twice
Kerin Millar
2023-06-11
1
-1
/
+0
*
ecma48-cpr: Flush the input queue with tcsetattr(3) instead
Kerin Millar
2023-06-11
1
-4
/
+2
*
test-functions: Add a test for the ebegin() function
Kerin Millar
2023-06-10
1
-0
/
+20
*
Fix the order of the arguments used to compose the CUP sequence
Kerin Millar
2023-06-10
1
-6
/
+6
*
Ensure that ebegin() appends a newline to the final message
Kerin Millar
2023-06-10
1
-1
/
+1
*
test-functions: Really fix non-conforming TAP output
Kerin Millar
2023-06-10
2
-11
/
+13
*
meson.build: Use the TAP protocol for running the tests
Kerin Millar
2023-06-10
1
-0
/
+1
*
test-functions: Fix non-conforming TAP 14 output
Kerin Millar
2023-06-10
1
-11
/
+18
*
Address a slew of shellcheck warnings
Kerin Millar
2023-06-09
2
-9
/
+13
[next]