summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2024-01-13Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix HEAD bash-5.3-alpha masterChet Ramey
2024-01-13Bash-5.2 patch 25: fix problem with subshells terminated by a signal exiting ...Chet Ramey
2024-01-13Bash-5.2 patch 24: fix problem with tilde expansion of values in compound ass...Chet Ramey
2024-01-13Bash-5.2 patch 23: fix local - from overwriting saved set of optionsChet Ramey
2024-01-13Bash-5.2 patch 22: fix readline attempting to zero out a line that is not nul...Chet Ramey
2023-11-14bash-5.2 updated translations; remove tags fileChet Ramey
2023-11-09Bash-5.2 patch 21: fix for expanding command substitutions in a word expansio...Chet Ramey
2023-11-09Bash-5.2 patch 20: allow time reserved word as first token in command substit...Chet Ramey
2023-11-09Bash-5.2 patch 19: fix case where background job set the terminal process groupChet Ramey
2023-11-09Bash-5.2 patch 18: fix for returning unknown tokens to the bison parserChet Ramey
2023-11-09Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a sub...Chet Ramey
2023-11-09Bash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic...Chet Ramey
2022-12-13Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commandsChet Ramey
2022-12-13Bash-5.2 patch 14: process additional terminating signals when running the EX...Chet Ramey
2022-12-13Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative arra...Chet Ramey
2022-11-23Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after comman...Chet Ramey
2022-11-23Bash-5.2 patch 11: reset readline timeout after read -e -tChet Ramey
2022-11-23Bash-5.2 patch 10: slightly relax check for binary script filesChet Ramey
2022-11-07Bash-5.2 patch 9: allow @ and * to be used as associative array keys in arith...Chet Ramey
2022-11-07Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansionChet Ramey
2022-11-07Bash-5.2 patch 7: fixes for alias expansion inside command substitution in PO...Chet Ramey
2022-11-07Bash-5.2 patch 6: fix for interrupting command substitution in interactive sh...Chet Ramey
2022-11-07Bash-5.2 patch 5: fix crash with null pattern substitution replacement stringChet Ramey
2022-11-07Bash-5.2 patch 4: fix for nested brace expansions and bracketsChet Ramey
2022-11-07Bash-5.2 patch 3: preserve newlines while parsing command substitutionsChet Ramey
2022-10-05Bash-5.2 patch 2: fix crash in readline when started with an invalid locale s...Chet Ramey
2022-10-05Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contextsChet Ramey
2022-09-26bash-5.2 distribution sources and documentation bash-5.2Chet Ramey
2022-01-04Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ condit...Chet Ramey
2022-01-04Bash-5.1 patch 15: fix readline display of some characters > 128 in certain s...Chet Ramey
2022-01-04Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters fro...Chet Ramey
2022-01-04Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix modeChet Ramey
2021-11-17Bash-5.1 patch 12: fix race condition with child processes and resetting trap...Chet Ramey
2021-11-17Bash-5.1 patch 11: save and restore alias parsing when performing compound ar...Chet Ramey
2021-11-17Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signalChet Ramey
2021-11-17Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_sizeChet Ramey
2021-05-04Bash-5.1 patch 8: clean up FIFOs created by redirections in child processesChet Ramey
2021-05-04Bash-5.1 patch 7: fix version comparisons in readline startup filesChet Ramey
2021-05-04Bash-5.1 patch 6: make sure child processes forked to execute command substit...Chet Ramey
2021-05-04Bash-5.1 patch 5: fix memory leaks in compound array assignmentsChet Ramey
2021-02-20Bash-5.1 updated translationsChet Ramey
2020-12-19Bash-5.1 patch 4: fix key-value pair associative array assignment word expans...Chet Ramey
2020-12-19Bash-5.1 patch 3: fix command substitution in here-document from child proces...Chet Ramey
2020-12-19Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unsetChet Ramey
2020-12-19Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel buildsChet Ramey
2020-12-16Bash-5.1 updated translationsChet Ramey
2020-12-06bash-5.1 distribution sources and documentation bash-5.1Chet Ramey
2020-07-10Bash-5.0 patch 18: fix quoted null string removal when using shell word expan...Chet Ramey
2020-04-24Bash-5.0 patch 17: better fix for reaping process substitution file descriptorsChet Ramey
2020-02-07Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions ...Chet Ramey