index
:
bash.git
bash-4.3-testing
bash-4.4-testing
bash-5.0-testing
bash-5.1-testing
bash-5.2-testing
bash-5.3-testing
devel
direxpand
import-tars
master
bash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patchlevel.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-10
Bash-5.3 patch 9: fix crash when interrupting reverse i-search with ^C
HEAD
master
Chet Ramey
1
-1
/
+1
2025-11-26
Bash-5.3 patch 8: fix issue with calling mbrtowc too much when translating an...
Chet Ramey
1
-1
/
+1
2025-11-26
Bash-5.3 patch 7: fix issue where nofork command substitutions can affect red...
Chet Ramey
1
-1
/
+1
2025-11-26
Bash-5.3 patch 6: fix issues with range expressions and non-ascii characters ...
Chet Ramey
1
-1
/
+1
2025-11-26
Bash-5.3 patch 5: fix crash when restoring default disposition for SIGINT in ...
Chet Ramey
1
-1
/
+1
2025-11-26
Bash-5.3 patch 4: fix issue with source when read(2) returns fewer characters...
Chet Ramey
1
-1
/
+1
2025-07-23
Bash-5.3 patch 3: remove internal quoting that causes failures when expanding...
Chet Ramey
1
-1
/
+1
2025-07-23
Bash-5.3 patch 2: do not try to use shm_open, there is too much variance in b...
Chet Ramey
1
-1
/
+1
2025-07-23
Bash-5.3 patch 1: fix posix-mode issue with "wait -n", where it can return pr...
Chet Ramey
1
-1
/
+1
2025-07-03
Bash-5.3 distribution sources and documentation
bash-5.3
Chet Ramey
1
-2
/
+2
2024-09-23
Bash-5.2 patch 37: fix issue where comparing quoted and unquoted words to be ...
Chet Ramey
1
-1
/
+1
2024-09-23
Bash-5.2 patch 36: fix for reading partial invalid multibyte characters
Chet Ramey
1
-1
/
+1
2024-09-23
Bash-5.2 patch 35: fix compilation on systems that provide select or pselect ...
Chet Ramey
1
-1
/
+1
2024-09-23
Bash-5.2 patch 34: fix for parsing compound assignment while expanding alias
Chet Ramey
1
-1
/
+1
2024-09-23
Bash-5.2 patch 33: fix autoconf test for broken strtold
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 32: fix printing coprocs when the coproc does not have a name
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 31: fix memory leak in optimized $(<file) expansion
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 30: fix bug with marking jobs terminated by signals as notified
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 29: fix for error recovery when parsing invalid compound assig...
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 28: fix terminal pgrp handling in DEBUG trap
Chet Ramey
1
-1
/
+1
2024-08-01
Bash-5.2 patch 27: fix autoconf test for strtoimax
Chet Ramey
1
-1
/
+1
2024-01-13
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
Chet Ramey
1
-1
/
+1
2024-01-13
Bash-5.2 patch 25: fix problem with subshells terminated by a signal exiting ...
Chet Ramey
1
-1
/
+1
2024-01-13
Bash-5.2 patch 24: fix problem with tilde expansion of values in compound ass...
Chet Ramey
1
-1
/
+1
2024-01-13
Bash-5.2 patch 23: fix local - from overwriting saved set of options
Chet Ramey
1
-1
/
+1
2024-01-13
Bash-5.2 patch 22: fix readline attempting to zero out a line that is not nul...
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 21: fix for expanding command substitutions in a word expansio...
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 20: allow time reserved word as first token in command substit...
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 19: fix case where background job set the terminal process group
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 18: fix for returning unknown tokens to the bison parser
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a sub...
Chet Ramey
1
-1
/
+1
2023-11-09
Bash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic...
Chet Ramey
1
-1
/
+1
2022-12-13
Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands
Chet Ramey
1
-1
/
+1
2022-12-13
Bash-5.2 patch 14: process additional terminating signals when running the EX...
Chet Ramey
1
-1
/
+1
2022-12-13
Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative arra...
Chet Ramey
1
-1
/
+1
2022-11-23
Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after comman...
Chet Ramey
1
-1
/
+1
2022-11-23
Bash-5.2 patch 11: reset readline timeout after read -e -t
Chet Ramey
1
-1
/
+1
2022-11-23
Bash-5.2 patch 10: slightly relax check for binary script files
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 9: allow @ and * to be used as associative array keys in arith...
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansion
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 7: fixes for alias expansion inside command substitution in PO...
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 6: fix for interrupting command substitution in interactive sh...
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 5: fix crash with null pattern substitution replacement string
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 4: fix for nested brace expansions and brackets
Chet Ramey
1
-1
/
+1
2022-11-07
Bash-5.2 patch 3: preserve newlines while parsing command substitutions
Chet Ramey
1
-1
/
+1
2022-10-05
Bash-5.2 patch 2: fix crash in readline when started with an invalid locale s...
Chet Ramey
1
-1
/
+1
2022-10-05
Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contexts
Chet Ramey
1
-1
/
+1
2022-09-26
bash-5.2 distribution sources and documentation
bash-5.2
Chet Ramey
1
-2
/
+2
2022-01-04
Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ condit...
Chet Ramey
1
-1
/
+1
2022-01-04
Bash-5.1 patch 15: fix readline display of some characters > 128 in certain s...
Chet Ramey
1
-1
/
+1
[next]