Chet Ramey
|
6711d2dc77
|
fix for interactive shell parser reset issue; fix for nested array subscript quoting issue; fix for process substitutions being closed to early in for loops
|
2022-10-24 10:09:52 -04:00 |
|
Chet Ramey
|
055a4552c9
|
change to readline callback signal handling; fix message when popping shell function context; handle new terminating signals inside terminating signal handler; fix to pattern substitution with null replacement and null string; fix to alias expansion when we get a SIGINT while entering a command substitution in an interactive shell
|
2022-10-15 13:34:51 -04:00 |
|
Chet Ramey
|
55a8311420
|
fix for line numbers for nested function declarations; fix execve error for ENOENT
|
2022-10-11 16:17:22 -04:00 |
|
Chet Ramey
|
22f21b760e
|
fixes for extended glob in compat mode; fix for brackets appearing in nested parameter expansions
|
2022-10-07 17:46:16 -04:00 |
|
Chet Ramey
|
43e861c2cd
|
fix crash with unset arrays in arithmetic constructs ; change to avoid printing foreground job statuses when we don't want to
|
2022-10-04 11:58:54 -04:00 |
|
Chet Ramey
|
7547afdf73
|
fix for exec builtin when the command is not found
|
2022-08-23 09:58:22 -04:00 |
|
Chet Ramey
|
9c317a6ae1
|
parse extended glob patterns in command substitutions in compatibility mode, even if extglob is not set
|
2022-08-02 11:16:48 -04:00 |
|
Chet Ramey
|
67e47f224c
|
changes to text representation of parsed command substitution; small changes to tests
|
2022-07-06 10:05:59 -04:00 |
|
Chet Ramey
|
eb2d46d77c
|
updated translations; minor change to DEBUG trap
|
2022-06-22 10:51:18 -04:00 |
|
Chet Ramey
|
eed646cc60
|
fix race condition in builtins Makefile
|
2022-05-31 09:55:01 -04:00 |
|
Chet Ramey
|
daff9ecae9
|
fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled
|
2022-05-18 09:50:42 -04:00 |
|
Chet Ramey
|
7a8455e421
|
fix crash from compgen in a non-interactive shell; globstar option now works with complete -G; wait -p changes; some int->size_t changes
|
2022-04-19 10:45:39 -04:00 |
|
Chet Ramey
|
b325b0e96b
|
more changes for here-docs and $'...'; command optimization updates
|
2022-01-31 09:53:03 -05:00 |
|
Chet Ramey
|
186129835e
|
new shell option to force globbing never to return .' and ..' as matches
|
2022-01-04 10:11:48 -05:00 |
|
Chet Ramey
|
701f36c2c3
|
more changes to avoid expanding associative array subscripts twice; internal debugging changes
|
2021-12-22 16:05:39 -05:00 |
|
Chet Ramey
|
b2b78a6348
|
fixes to LINENO, read -n, command substitution and backslash-escaped newlines
|
2021-12-20 20:03:26 -05:00 |
|
Chet Ramey
|
fffe80d438
|
new getconf shell builtin
|
2021-11-30 10:41:22 -05:00 |
|
Chet Ramey
|
25e43d2c0a
|
removed some commented-out code dependent on the compatibility level now that the version is 5.2
|
2021-11-22 10:11:06 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05:00 |
|
Chet Ramey
|
b06200f7a1
|
minor fixes to command -p, posix-mode tilde expansion, line numbers when in ERR traps
|
2021-11-04 15:45:55 -04:00 |
|
Chet Ramey
|
4657c04050
|
internal changes to prevent `unset' from scanning associative array subscripts multiple times
|
2021-11-01 10:42:50 -04:00 |
|
Chet Ramey
|
1fff64acdc
|
changes to new pattern substitution replacement; documentation updates
|
2021-10-18 10:57:20 -04:00 |
|
Chet Ramey
|
f74291e6d1
|
new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays
|
2021-10-08 08:21:16 -04:00 |
|
Chet Ramey
|
f188aa6a01
|
enable support for using `&' in the pattern substitution replacement string
|
2021-10-04 15:30:21 -04:00 |
|
Chet Ramey
|
fa1e33671d
|
prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes
|
2021-09-27 10:29:22 -04:00 |
|
Chet Ramey
|
9928dcb48f
|
changes to command timing with errexit; binary file checks; treat exit builtin slightly differently when using bash -c
|
2021-09-19 13:44:55 -04:00 |
|
Chet Ramey
|
0edd0a9183
|
"enable name" when name is not a shell builtin attempts to load it from a shared object
|
2021-08-02 12:07:40 -04:00 |
|
Chet Ramey
|
6650b4de61
|
fixes for minor memory leaks
|
2021-07-19 09:58:33 -04:00 |
|
Chet Ramey
|
2047e28584
|
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
|
2021-05-24 16:09:47 -04:00 |
|
Chet Ramey
|
b304aabc92
|
additional changes to avoid array subscript double expansion in arithmetic contexts
|
2021-05-10 09:58:14 -04:00 |
|
Chet Ramey
|
35bc7025c1
|
first set of changes to eliminate array subscript double expansion in math contexts
|
2021-05-07 10:56:24 -04:00 |
|
Chet Ramey
|
b37342db4f
|
documentation tweaks for clarity
|
2021-03-22 11:16:34 -04:00 |
|
Chet Ramey
|
08871a7780
|
commit bash-20210201 snapshot
|
2021-02-06 18:27:50 -05:00 |
|
Chet Ramey
|
fcad1d1e84
|
commit bash-20210127 snapshot
|
2021-02-01 15:09:07 -05:00 |
|
Chet Ramey
|
a9cf0031ef
|
commit bash-20210112 snapshot
|
2021-01-15 14:39:20 -05:00 |
|
Chet Ramey
|
63706353d7
|
commit bash-20210107 snapshot
|
2021-01-12 09:18:30 -05:00 |
|
Chet Ramey
|
16d2c50605
|
commit bash-20201230 snapshot
|
2021-01-07 14:25:24 -05:00 |
|
Chet Ramey
|
3c5683a47b
|
commit bash-20201218 snapshot
|
2020-12-25 18:17:33 -05:00 |
|
Chet Ramey
|
11262b0b72
|
commit bash-20201211 snapshot
|
2020-12-18 15:26:49 -05:00 |
|
Chet Ramey
|
d514a08760
|
commit bash-20201001 snapshot
|
2020-10-19 08:56:41 -04:00 |
|
Chet Ramey
|
a56608bc3f
|
commit bash-20200914 snapshot
|
2020-09-21 08:52:52 -04:00 |
|
Chet Ramey
|
a57c6640e8
|
commit bash-20200714 snapshot
|
2020-07-17 15:14:39 -04:00 |
|
Chet Ramey
|
3710ed629f
|
commit bash-20200710 snapshot
|
2020-07-14 17:04:20 -04:00 |
|
Chet Ramey
|
5adc7cd3ec
|
commit bash-20200707 snapshot
|
2020-07-10 10:08:56 -04:00 |
|
Chet Ramey
|
32ba27b400
|
commit bash-20200603 snapshot
|
2020-06-04 16:30:27 -04:00 |
|
Chet Ramey
|
f9df535553
|
commit bash-20200529 snapshot
|
2020-06-03 18:31:24 -04:00 |
|
Chet Ramey
|
fc94d47412
|
commit bash-20200504 snapshot
|
2020-05-08 14:19:57 -04:00 |
|
Chet Ramey
|
3235014e5b
|
commit bash-20200417 snapshot
|
2020-04-20 10:11:53 -04:00 |
|
Chet Ramey
|
ea31c00845
|
commit bash-20200406 snapshot
|
2020-04-08 17:09:56 -04:00 |
|
Chet Ramey
|
e34adc2c3b
|
commit bash-20200403 snapshot
|
2020-04-06 09:52:11 -04:00 |
|