1
0
Fork 0
mirror of synced 2025-03-06 20:53:29 +01:00
Commit graph

143 commits

Author SHA1 Message Date
Chet Ramey
6c6454cb18 Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with loops and group commands 2020-02-07 15:20:38 -05:00
Chet Ramey
ad1b3e6822 Bash-5.0 patch 15: aliases and -c commands can cause premature termination 2020-02-07 15:19:53 -05:00
Chet Ramey
8b6524c482 Bash-5.0 patch 14: edit-and-execute-command does not handle empty command lines 2020-02-07 15:18:41 -05:00
Chet Ramey
f747f9ff4c Bash-5.0 patch 13: reading history entries with timestamps can result in joined entries 2020-02-07 15:17:29 -05:00
Chet Ramey
b0852fb54e Bash-5.0 patch 12: fix problems moving back beyond start of history 2020-02-07 15:16:28 -05:00
Chet Ramey
d894cfd104 Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands 2019-08-29 11:21:20 -04:00
Chet Ramey
6a3116f58c Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions and special builtins 2019-08-29 11:20:15 -04:00
Chet Ramey
9f597fd109 Bash-5.0 patch 9: fix file descriptor leak with zero-length history file 2019-08-14 14:58:44 -04:00
Chet Ramey
01323582f7 Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes 2019-08-14 14:57:48 -04:00
Chet Ramey
3ba697465b Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group 2019-04-20 14:27:56 -04:00
Chet Ramey
dfd2cc6ac5 Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT 2019-04-20 14:27:00 -04:00
Chet Ramey
41f5420db7 Bash-5.0 patch 5: prevent optimizing forks away too aggressively 2019-04-20 14:25:52 -04:00
Chet Ramey
16c907aa3b Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started 2019-04-20 14:24:28 -04:00
Chet Ramey
fcf6ae7d06 Bash-5.0 patch 3: improvements when globbing directory names containing backslashes 2019-03-19 10:05:39 -04:00
Chet Ramey
ddf3f643cb Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab 2019-01-18 15:13:57 -05:00
Chet Ramey
4d2e315490 Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes 2019-01-18 15:12:37 -05:00
Chet Ramey
d233b485e8 bash-5.0 distribution sources and documentation 2019-01-07 09:27:52 -05:00
Chet Ramey
6444760999 fix for SIGINT in sourced script 2018-06-01 10:22:36 -04:00
Chet Ramey
34dbca51a5 readline multi-key command re-read input fix 2018-06-01 10:22:00 -04:00
Chet Ramey
36f89ff1d8 SIGINT trap handler SIGINT loop fix 2018-06-01 10:20:32 -04:00
Chet Ramey
354efb96f1 saved background process status hash table loop fixes 2018-06-01 10:19:56 -04:00
Chet Ramey
b0776d8c49 Bash-4.4 patch 19 2018-02-06 16:22:34 -05:00
Chet Ramey
eb78197af3 Bash-4.4 patch 18 2018-01-29 16:04:56 -05:00
Chet Ramey
b3a5ec8dd5 Bash-4.4 patch 17 2018-01-29 16:04:37 -05:00
Chet Ramey
c9f1b04651 Bash-4.4 patch 16 2018-01-29 16:04:20 -05:00
Chet Ramey
9cce630e80 Bash-4.4 patch 15 2018-01-29 16:04:01 -05:00
Chet Ramey
2fb21d75bf Bash-4.4 patch 14 2018-01-29 16:03:47 -05:00
Chet Ramey
1aef9c7b55 Bash-4.4 patch 13 2018-01-29 16:03:33 -05:00
Chet Ramey
bc007799f0 Bash-4.4 patch 12 2017-01-27 11:25:44 -05:00
Chet Ramey
76bb456d8f Bash-4.4 patch 11 2017-01-20 15:38:49 -05:00
Chet Ramey
5b9762d6f0 Bash-4.4 patch 10 2017-01-20 15:38:38 -05:00
Chet Ramey
e59fb114e9 Bash-4.4 patch 9 2017-01-20 15:38:29 -05:00
Chet Ramey
b9f81c2977 Bash-4.4 patch 8 2017-01-20 15:38:10 -05:00
Chet Ramey
4f747edc62 Bash-4.4 patch 7 2017-01-20 11:47:55 -05:00
Chet Ramey
44bfefc553 Bash-4.4 patch 6 2017-01-20 11:47:31 -05:00
Chet Ramey
f459cbd8be Bash-4.4 patch 5 2016-11-14 14:27:55 -05:00
Chet Ramey
2965eca924 Bash-4.4 patch 4 2016-11-14 14:27:35 -05:00
Chet Ramey
4f59a8babc Bash-4.4 patch 3 2016-11-14 14:27:23 -05:00
Chet Ramey
280bd77d8d Bash-4.4 patch 2 2016-11-14 14:27:06 -05:00
Chet Ramey
8ddc8d6e3a Bash-4.4 patch 1 2016-11-14 14:26:51 -05:00
Chet Ramey
a0c0a00fc4 Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
Chet Ramey
30a978b7d8 Bash-4.3 patch 46 2016-06-20 15:14:49 -04:00
Chet Ramey
591b09c48f Bash-4.3 patch 45 2016-06-20 15:14:32 -04:00
Chet Ramey
489302a91d Bash-4.3 patch 44 2016-06-20 15:14:20 -04:00
Chet Ramey
8061f8f11e Bash-4.3 patch 43 2016-06-20 15:14:03 -04:00
Chet Ramey
ae339e9c3c Bash-4.3 patch 42 2015-08-13 15:38:42 -04:00
Chet Ramey
2b3ca7e0cf Bash-4.3 patch 41 2015-08-13 15:38:31 -04:00
Chet Ramey
8d98b94e3e Bash-4.3 patch 40 2015-08-13 15:38:17 -04:00
Chet Ramey
d2744e05f2 Bash-4.3 patch 39 2015-05-19 15:49:51 -04:00
Chet Ramey
af61c5494b Bash-4.3 patch 38 2015-05-19 15:49:39 -04:00