summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bash-5.2-rc4 releasebash-5.2-rc4bash-5.2-testingChet Ramey2022-09-0917-39/+4144
* Bash-5.2-rc3 releasebash-5.2-rc3Chet Ramey2022-08-26104-22410/+25855
* Bash-5.2-rc2 releaseChet Ramey2022-07-2577-9842/+11880
* Bash-5.2-rc1 releaseChet Ramey2022-06-1792-14130/+13997
* bash-5.2-beta releasebash-5.2-betaChet Ramey2022-04-13119-11203/+13803
* bash-5.2-alpha releasebash-5.2-alphaChet Ramey2022-01-20409-51301/+59941
* 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
* Bash-5.0 patch 3: improvements when globbing directory names containing backs...Chet Ramey2019-03-196-17/+52
* Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tabChet Ramey2019-01-184-3/+10
* Bash-5.0 patch 1: fix pathname expansion of directory names containing backsl...Chet Ramey2019-01-183-10/+60
* bash-5.0 distribution sources and documentationbash-5.0Chet Ramey2019-01-07528-63342/+81079
* fix for SIGINT in sourced scriptChet Ramey2018-06-012-1/+5
* readline multi-key command re-read input fixChet Ramey2018-06-012-3/+3
* SIGINT trap handler SIGINT loop fixChet Ramey2018-06-012-2/+12
* saved background process status hash table loop fixesChet Ramey2018-06-012-14/+50
* update .gitignore for developersChet Ramey2018-03-061-0/+80
* Bash-4.4 patch 19Chet Ramey2018-02-062-2/+4