summaryrefslogtreecommitdiff
path: root/patchlevel.h
Commit message (Expand)AuthorAgeFilesLines
* bash-5.2-alpha releasebash-5.2-alphaChet Ramey2022-01-201-2/+2
* Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ condit...Chet Ramey2022-01-041-1/+1
* Bash-5.1 patch 15: fix readline display of some characters > 128 in certain s...Chet Ramey2022-01-041-1/+1
* Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters fro...Chet Ramey2022-01-041-1/+1
* Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix modeChet Ramey2022-01-041-1/+1
* Bash-5.1 patch 12: fix race condition with child processes and resetting trap...Chet Ramey2021-11-171-1/+1
* Bash-5.1 patch 11: save and restore alias parsing when performing compound ar...Chet Ramey2021-11-171-1/+1
* Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signalChet Ramey2021-11-171-1/+1
* Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_sizeChet Ramey2021-11-171-1/+1
* Bash-5.1 patch 8: clean up FIFOs created by redirections in child processesChet Ramey2021-05-041-1/+1
* Bash-5.1 patch 7: fix version comparisons in readline startup filesChet Ramey2021-05-041-1/+1
* Bash-5.1 patch 6: make sure child processes forked to execute command substit...Chet Ramey2021-05-041-1/+1
* Bash-5.1 patch 5: fix memory leaks in compound array assignmentsChet Ramey2021-05-041-1/+1
* Bash-5.1 patch 4: fix key-value pair associative array assignment word expans...Chet Ramey2020-12-191-1/+1
* Bash-5.1 patch 3: fix command substitution in here-document from child proces...Chet Ramey2020-12-191-1/+1
* Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unsetChet Ramey2020-12-191-1/+1
* Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel buildsChet Ramey2020-12-191-2/+2
* bash-5.1 distribution sources and documentationbash-5.1Chet Ramey2020-12-061-1/+1
* Bash-5.0 patch 18: fix quoted null string removal when using shell word expan...Chet Ramey2020-07-101-1/+1
* Bash-5.0 patch 17: better fix for reaping process substitution file descriptorsChet Ramey2020-04-241-1/+1
* Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions ...Chet Ramey2020-02-071-1/+1
* Bash-5.0 patch 15: aliases and -c commands can cause premature terminationChet Ramey2020-02-071-1/+1
* Bash-5.0 patch 14: edit-and-execute-command does not handle empty command linesChet Ramey2020-02-071-1/+1
* Bash-5.0 patch 13: reading history entries with timestamps can result in join...Chet Ramey2020-02-071-1/+1
* Bash-5.0 patch 12: fix problems moving back beyond start of historyChet Ramey2020-02-071-1/+1
* Bash-5.0 patch 11: fix quoted null character removal in operands of condition...Chet Ramey2019-08-291-1/+1
* Bash-5.0 patch 10: changes to posix-mode assignment statements preceding func...Chet Ramey2019-08-291-1/+1
* Bash-5.0 patch 9: fix file descriptor leak with zero-length history fileChet Ramey2019-08-141-1/+1
* Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashesChet Ramey2019-08-141-1/+1
* Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process ...Chet Ramey2019-04-201-1/+1
* Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining...Chet Ramey2019-04-201-1/+1
* Bash-5.0 patch 5: prevent optimizing forks away too aggressivelyChet Ramey2019-04-201-1/+1
* Bash-5.0 patch 4: the wait builtin without arguments only waits for known chi...Chet Ramey2019-04-201-1/+1
* Bash-5.0 patch 3: improvements when globbing directory names containing backs...Chet Ramey2019-03-191-1/+1
* Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tabChet Ramey2019-01-181-1/+1
* Bash-5.0 patch 1: fix pathname expansion of directory names containing backsl...Chet Ramey2019-01-181-1/+1
* bash-5.0 distribution sources and documentationbash-5.0Chet Ramey2019-01-071-1/+1
* fix for SIGINT in sourced scriptChet Ramey2018-06-011-1/+1
* readline multi-key command re-read input fixChet Ramey2018-06-011-1/+1
* SIGINT trap handler SIGINT loop fixChet Ramey2018-06-011-1/+1
* saved background process status hash table loop fixesChet Ramey2018-06-011-1/+1
* Bash-4.4 patch 19Chet Ramey2018-02-061-1/+1
* Bash-4.4 patch 18Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 17Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 16Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 15Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 14Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 13Chet Ramey2018-01-291-1/+1
* Bash-4.4 patch 12Chet Ramey2017-01-271-1/+1
* Bash-4.4 patch 11Chet Ramey2017-01-201-1/+1