I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Dec 06, 2022 — Dec 06, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bash-5.2 updated translations; remove tags file More... 25 days ago
Bash-5.2 patch 21: fix for expanding command substitutions in a word expansion in a here-document More... 30 days ago
Bash-5.2 patch 20: allow time reserved word as first token in command substitution More... 30 days ago
Bash-5.2 patch 19: fix case where background job set the terminal process group More... 30 days ago
Bash-5.2 patch 18: fix for returning unknown tokens to the bison parser More... 30 days ago
Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a subshell More... 30 days ago
Bash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic for command expands to NULL More... 30 days ago
Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands More... 12 months ago
Bash-5.2 patch 14: process additional terminating signals when running the EXIT trap after a terminating signal More... 12 months ago
Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative array element More... 12 months ago
Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after command substitution More... about 1 year ago
Bash-5.2 patch 11: reset readline timeout after read -e -t More... about 1 year ago
Bash-5.2 patch 10: slightly relax check for binary script files More... about 1 year ago
Bash-5.2 patch 9: allow @ and * to be used as associative array keys in arithmetic expressions More... about 1 year ago
Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansion More... about 1 year ago
Bash-5.2 patch 7: fixes for alias expansion inside command substitution in POSIX mode More... about 1 year ago
Bash-5.2 patch 6: fix for interrupting command substitution in interactive shells disabling aliases More... about 1 year ago
Bash-5.2 patch 5: fix crash with null pattern substitution replacement string More... about 1 year ago
Bash-5.2 patch 4: fix for nested brace expansions and brackets More... about 1 year ago
Bash-5.2 patch 3: preserve newlines while parsing command substitutions More... about 1 year ago
Bash-5.2 patch 2: fix crash in readline when started with an invalid locale specification More... about 1 year ago
Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contexts More... about 1 year ago
bash-5.2 distribution sources and documentation More... about 1 year ago
Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional commands More... almost 2 years ago
Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings More... almost 2 years ago
Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters from command substitution output More... almost 2 years ago
Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix mode More... almost 2 years ago
Bash-5.1 patch 12: fix race condition with child processes and resetting trapped signals More... about 2 years ago
Bash-5.1 patch 11: save and restore alias parsing when performing compound array assignment More... about 2 years ago
Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal More... about 2 years ago