summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commandsHEADmasterChet Ramey2022-12-139-12/+22
* Bash-5.2 patch 14: process additional terminating signals when running the EX...Chet Ramey2022-12-133-6/+25
* Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative arra...Chet Ramey2022-12-132-4/+4
* Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after comman...Chet Ramey2022-11-236-20/+50
* Bash-5.2 patch 11: reset readline timeout after read -e -tChet Ramey2022-11-232-1/+4
* Bash-5.2 patch 10: slightly relax check for binary script filesChet Ramey2022-11-232-6/+5
* Bash-5.2 patch 9: allow @ and * to be used as associative array keys in arith...Chet Ramey2022-11-072-1/+3
* Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansionChet Ramey2022-11-072-2/+6
* Bash-5.2 patch 7: fixes for alias expansion inside command substitution in PO...Chet Ramey2022-11-076-12/+44
* Bash-5.2 patch 6: fix for interrupting command substitution in interactive sh...Chet Ramey2022-11-079-14/+37
* Bash-5.2 patch 5: fix crash with null pattern substitution replacement stringChet Ramey2022-11-072-2/+3
* Bash-5.2 patch 4: fix for nested brace expansions and bracketsChet Ramey2022-11-072-1/+9
* Bash-5.2 patch 3: preserve newlines while parsing command substitutionsChet Ramey2022-11-072-3/+14
* Bash-5.2 patch 2: fix crash in readline when started with an invalid locale s...Chet Ramey2022-10-052-1/+5
* Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contextsChet Ramey2022-10-052-2/+2
* bash-5.2 distribution sources and documentationbash-5.2Chet Ramey2022-09-26532-74452/+95005
* Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ condit...Chet Ramey2022-01-043-3/+3
* Bash-5.1 patch 15: fix readline display of some characters > 128 in certain s...Chet Ramey2022-01-042-2/+2
* Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters fro...Chet Ramey2022-01-042-2/+2
* Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix modeChet Ramey2022-01-042-1/+2
* Bash-5.1 patch 12: fix race condition with child processes and resetting trap...Chet Ramey2021-11-178-3/+50
* Bash-5.1 patch 11: save and restore alias parsing when performing compound ar...Chet Ramey2021-11-173-9/+1
* Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signalChet Ramey2021-11-172-2/+5
* Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_sizeChet Ramey2021-11-172-8/+7
* Bash-5.1 patch 8: clean up FIFOs created by redirections in child processesChet Ramey2021-05-042-2/+8
* Bash-5.1 patch 7: fix version comparisons in readline startup filesChet Ramey2021-05-042-8/+9
* Bash-5.1 patch 6: make sure child processes forked to execute command substit...Chet Ramey2021-05-042-1/+8
* Bash-5.1 patch 5: fix memory leaks in compound array assignmentsChet Ramey2021-05-043-9/+6
* Bash-5.1 updated translationsChet Ramey2021-02-208-3368/+2924
* Bash-5.1 patch 4: fix key-value pair associative array assignment word expans...Chet Ramey2020-12-194-2/+37
* Bash-5.1 patch 3: fix command substitution in here-document from child proces...Chet Ramey2020-12-192-3/+5
* Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unsetChet Ramey2020-12-192-4/+4
* Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel buildsChet Ramey2020-12-193-3/+5
* Bash-5.1 updated translationsChet Ramey2020-12-1631-10832/+6166
* bash-5.1 distribution sources and documentationbash-5.1Chet Ramey2020-12-06828-54601/+92733
* Bash-5.0 patch 18: fix quoted null string removal when using shell word expan...Chet Ramey2020-07-102-1/+3
* Bash-5.0 patch 17: better fix for reaping process substitution file descriptorsChet Ramey2020-04-244-38/+30
* Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions ...Chet Ramey2020-02-072-1/+17
* Bash-5.0 patch 15: aliases and -c commands can cause premature terminationChet Ramey2020-02-072-3/+5
* Bash-5.0 patch 14: edit-and-execute-command does not handle empty command linesChet Ramey2020-02-072-6/+3
* Bash-5.0 patch 13: reading history entries with timestamps can result in join...Chet Ramey2020-02-072-2/+15
* Bash-5.0 patch 12: fix problems moving back beyond start of historyChet Ramey2020-02-072-2/+5
* Bash-5.0 patch 11: fix quoted null character removal in operands of condition...Chet Ramey2019-08-292-2/+6
* Bash-5.0 patch 10: changes to posix-mode assignment statements preceding func...Chet Ramey2019-08-293-16/+30
* Bash-5.0 patch 9: fix file descriptor leak with zero-length history fileChet Ramey2019-08-142-1/+2
* Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashesChet Ramey2019-08-142-2/+5
* Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process ...Chet Ramey2019-04-202-8/+6
* Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining...Chet Ramey2019-04-202-2/+2
* Bash-5.0 patch 5: prevent optimizing forks away too aggressivelyChet Ramey2019-04-204-4/+27
* Bash-5.0 patch 4: the wait builtin without arguments only waits for known chi...Chet Ramey2019-04-202-4/+2