Chet Ramey
|
187661b892
|
bash-5.2-beta release
bash-5.2-beta
|
2022-04-13 11:01:08 -04:00 |
|
Chet Ramey
|
4491c03014
|
bash-5.2-alpha release
bash-5.2-alpha
|
2022-01-20 15:06:05 -05:00 |
|
Chet Ramey
|
9439ce094c
|
Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional commands
|
2022-01-04 17:03:45 -05:00 |
|
Chet Ramey
|
18ad612ea8
|
Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings
|
2022-01-04 17:01:33 -05:00 |
|
Chet Ramey
|
72912fb820
|
Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters from command substitution output
|
2022-01-04 16:59:40 -05:00 |
|
Chet Ramey
|
6b9422dbe3
|
Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix mode
|
2022-01-04 16:58:20 -05:00 |
|
Chet Ramey
|
15409324f1
|
Bash-5.1 patch 12: fix race condition with child processes and resetting trapped signals
|
2021-11-17 16:47:24 -05:00 |
|
Chet Ramey
|
c839339fbf
|
Bash-5.1 patch 11: save and restore alias parsing when performing compound array assignment
|
2021-11-17 16:46:40 -05:00 |
|
Chet Ramey
|
910fcdc415
|
Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal
|
2021-11-17 16:45:23 -05:00 |
|
Chet Ramey
|
fed42742e0
|
Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size
|
2021-11-17 16:44:19 -05:00 |
|
Chet Ramey
|
ce23728687
|
Bash-5.1 patch 8: clean up FIFOs created by redirections in child processes
|
2021-05-04 14:31:53 -04:00 |
|
Chet Ramey
|
b72f88db85
|
Bash-5.1 patch 7: fix version comparisons in readline startup files
|
2021-05-04 14:31:05 -04:00 |
|
Chet Ramey
|
f3cd936b81
|
Bash-5.1 patch 6: make sure child processes forked to execute command substitutions are in the right process group
|
2021-05-04 14:30:17 -04:00 |
|
Chet Ramey
|
cc978a6705
|
Bash-5.1 patch 5: fix memory leaks in compound array assignments
|
2021-05-04 14:29:06 -04:00 |
|
Chet Ramey
|
f3a35a2d60
|
Bash-5.1 updated translations
|
2021-02-20 16:38:12 -05:00 |
|
Chet Ramey
|
76404c85d4
|
Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions
|
2020-12-19 14:30:13 -05:00 |
|
Chet Ramey
|
a042c731ee
|
Bash-5.1 patch 3: fix command substitution in here-document from child process in wrong process group
|
2020-12-19 14:29:01 -05:00 |
|
Chet Ramey
|
ba970fdb2d
|
Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unset
|
2020-12-19 14:27:54 -05:00 |
|
Chet Ramey
|
f1e1163b3e
|
Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel builds
|
2020-12-19 14:27:08 -05:00 |
|
Chet Ramey
|
cbe03398db
|
Bash-5.1 updated translations
|
2020-12-16 15:10:44 -05:00 |
|
Chet Ramey
|
8868edaf22
|
bash-5.1 distribution sources and documentation
bash-5.1
|
2020-12-06 15:51:17 -05:00 |
|
Chet Ramey
|
36f2c406ff
|
Bash-5.0 patch 18: fix quoted null string removal when using shell word expansion pattern operators
|
2020-07-10 11:29:25 -04:00 |
|
Chet Ramey
|
9e49d343e3
|
Bash-5.0 patch 17: better fix for reaping process substitution file descriptors
|
2020-04-24 11:05:06 -04:00 |
|
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
bash-5.0
|
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
|
7de27456f6
|
update .gitignore for developers
|
2018-03-06 15:54:12 -05: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 |
|