summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
5 daysBash-5.3 patch 8: fix issue with calling mbrtowc too much when translating ↵HEADmasterChet Ramey2-42/+44
ansic-single-quoted strings
5 daysBash-5.3 patch 7: fix issue where nofork command substitutions can affect ↵Chet Ramey2-1/+8
redirections in the calling shell
5 daysBash-5.3 patch 6: fix issues with range expressions and non-ascii characters ↵Chet Ramey2-2/+2
in glob patterns when globasciiranges is enabled
5 daysBash-5.3 patch 5: fix crash when restoring default disposition for SIGINT in ↵Chet Ramey2-1/+2
asynchronous subshell
5 daysBash-5.3 patch 4: fix issue with source when read(2) returns fewer ↵Chet Ramey2-1/+3
characters than fstat(2) says are available
2025-07-29Bash-5.3: updated translations and gettext gmo filesChet Ramey3-361/+24938
2025-07-23Bash-5.3 patch 3: remove internal quoting that causes failures when ↵Chet Ramey3-5/+13
expanding nested array subscripts in an arithmetic context
2025-07-23Bash-5.3 patch 2: do not try to use shm_open, there is too much variance in ↵Chet Ramey2-35/+4
behavior across systems
2025-07-23Bash-5.3 patch 1: fix posix-mode issue with "wait -n", where it can return ↵Chet Ramey2-2/+2
process IDs outside the requested set
2025-07-03Bash-5.3 distribution sources and documentationbash-5.3Chet Ramey896-103357/+174007
2024-09-23updated translations; remove unneeded filesChet Ramey19-6016/+6979
2024-09-23Bash-5.2 patch 37: fix issue where comparing quoted and unquoted words to be ↵Chet Ramey2-2/+18
completed results in readline not displaying possible matches
2024-09-23Bash-5.2 patch 36: fix for reading partial invalid multibyte charactersChet Ramey2-13/+56
2024-09-23Bash-5.2 patch 35: fix compilation on systems that provide select or pselect ↵Chet Ramey4-1376/+8
but not both
2024-09-23Bash-5.2 patch 34: fix for parsing compound assignment while expanding aliasChet Ramey5-24634/+35
2024-09-23Bash-5.2 patch 33: fix autoconf test for broken strtoldChet Ramey7-4/+24762
2024-08-01Bash-5.2 patch 32: fix printing coprocs when the coproc does not have a nameChet Ramey2-2/+4
2024-08-01Bash-5.2 patch 31: fix memory leak in optimized $(<file) expansionChet Ramey2-1/+4
2024-08-01Bash-5.2 patch 30: fix bug with marking jobs terminated by signals as notifiedChet Ramey2-5/+37
2024-08-01Bash-5.2 patch 29: fix for error recovery when parsing invalid compound ↵Chet Ramey3-7/+25
assignments
2024-08-01Bash-5.2 patch 28: fix terminal pgrp handling in DEBUG trapChet Ramey2-2/+4
2024-08-01Bash-5.2 patch 27: fix autoconf test for strtoimaxChet Ramey3-3/+3
2024-01-13Bash-5.2 patch 26: fix typo when specifying readline's custom color prefixChet Ramey2-2/+2
2024-01-13Bash-5.2 patch 25: fix problem with subshells terminated by a signal exiting ↵Chet Ramey2-1/+4
with the wrong status
2024-01-13Bash-5.2 patch 24: fix problem with tilde expansion of values in compound ↵Chet Ramey3-4/+8
associative array assignments
2024-01-13Bash-5.2 patch 23: fix local - from overwriting saved set of optionsChet Ramey2-5/+13
2024-01-13Bash-5.2 patch 22: fix readline attempting to zero out a line that is not ↵Chet Ramey2-6/+3
null-terminated
2023-11-14bash-5.2 updated translations; remove tags fileChet Ramey20-7654/+10618
2023-11-09Bash-5.2 patch 21: fix for expanding command substitutions in a word ↵Chet Ramey2-3/+3
expansion in a here-document
2023-11-09Bash-5.2 patch 20: allow time reserved word as first token in command ↵Chet Ramey3-1/+3
substitution
2023-11-09Bash-5.2 patch 19: fix case where background job set the terminal process groupChet Ramey2-3/+8
2023-11-09Bash-5.2 patch 18: fix for returning unknown tokens to the bison parserChet Ramey3-769/+807
2023-11-09Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a ↵Chet Ramey2-2/+2
subshell
2023-11-09Bash-5.2 patch 16: fix for a crash if one of the expressions in an ↵Chet Ramey3-2/+5063
arithmetic for command expands to NULL
2022-12-13Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commandsChet Ramey9-12/+22
2022-12-13Bash-5.2 patch 14: process additional terminating signals when running the ↵Chet Ramey3-6/+25
EXIT trap after a terminating signal
2022-12-13Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative ↵Chet Ramey2-4/+4
array element
2022-11-23Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after ↵Chet Ramey6-20/+50
command substitution
2022-11-23Bash-5.2 patch 11: reset readline timeout after read -e -tChet Ramey2-1/+4
2022-11-23Bash-5.2 patch 10: slightly relax check for binary script filesChet Ramey2-6/+5
2022-11-07Bash-5.2 patch 9: allow @ and * to be used as associative array keys in ↵Chet Ramey2-1/+3
arithmetic expressions
2022-11-07Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansionChet Ramey2-2/+6
2022-11-07Bash-5.2 patch 7: fixes for alias expansion inside command substitution in ↵Chet Ramey6-12/+44
POSIX mode
2022-11-07Bash-5.2 patch 6: fix for interrupting command substitution in interactive ↵Chet Ramey9-14/+37
shells disabling aliases
2022-11-07Bash-5.2 patch 5: fix crash with null pattern substitution replacement stringChet Ramey2-2/+3
2022-11-07Bash-5.2 patch 4: fix for nested brace expansions and bracketsChet Ramey2-1/+9
2022-11-07Bash-5.2 patch 3: preserve newlines while parsing command substitutionsChet Ramey2-3/+14
2022-10-05Bash-5.2 patch 2: fix crash in readline when started with an invalid locale ↵Chet Ramey2-1/+5
specification
2022-10-05Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contextsChet Ramey2-2/+2
2022-09-26bash-5.2 distribution sources and documentationbash-5.2Chet Ramey532-74452/+95005