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
|
f9ed510acb
|
fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signal handling and exit traps in -c command
|
2022-05-03 10:43:44 -04:00 |
|
Chet Ramey
|
d0cd67ee13
|
fix up parser flags command substitution parsing inherits; using temp files for here-documents is now a compatibility mode option
|
2022-04-27 16:16:59 -04:00 |
|
Chet Ramey
|
3be2a2ca9a
|
minor portability fixes; printf now uses double for floating point conversions by default in posix mode
|
2022-04-12 09:57:43 -04:00 |
|
Chet Ramey
|
8f68f9f0ff
|
remove history position change to non-incremental search; fixes to $@ in some word expansions like :+
|
2022-03-25 09:52:26 -04:00 |
|
Chet Ramey
|
bf09dfc08d
|
document new readline variables "active-region-start-color" and "active-region-end-color"
|
2022-02-11 09:12:39 -05:00 |
|
Chet Ramey
|
b325b0e96b
|
more changes for here-docs and $'...'; command optimization updates
|
2022-01-31 09:53:03 -05:00 |
|
Chet Ramey
|
2a1c81bf63
|
change to behavior of '&' in pattern substitution replacement string; fix for blank lines in multiline commands saved in command history
|
2022-01-18 10:59:53 -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
|
5f2dd5ff95
|
fix for posix semantics for the := word expansion when assigning array elements
|
2021-12-14 14:18:00 -05:00 |
|
Chet Ramey
|
fffe80d438
|
new getconf shell builtin
|
2021-11-30 10:41:22 -05:00 |
|
Chet Ramey
|
e59452c752
|
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present
|
2021-11-16 09:57:07 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05:00 |
|
Chet Ramey
|
f188aa6a01
|
enable support for using `&' in the pattern substitution replacement string
|
2021-10-04 15:30:21 -04:00 |
|
Chet Ramey
|
70d7c6430d
|
fixes for array subscripts and values containing 0x01 characters
|
2021-09-28 15:13:02 -04:00 |
|
Chet Ramey
|
72206eb271
|
new alternate array implementation that prioritizes access time over sparse arrays; selectable via configure
|
2021-09-23 16:14:29 -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
|
ea32b611f7
|
new "@k" parameter transformation; minor completion fix for uncommon case
|
2021-08-23 15:54:49 -04:00 |
|
Chet Ramey
|
8ede7a904f
|
readline changes for MSVC wide chars; check for more write errors
|
2021-07-16 15:11:03 -04:00 |
|
Chet Ramey
|
3fb16fce32
|
new option to auto-close varassign redirs; fixed some new parser error reporting issues
|
2021-06-28 10:26:43 -04:00 |
|
Chet Ramey
|
03de84de4a
|
command substitution parsing now calls the parser recursively
|
2021-06-21 10:27:21 -04:00 |
|
Chet Ramey
|
da43077c47
|
changes to handling of "." and ".." when dotglob is enabled; other minor changes
|
2021-06-15 15:07:40 -04:00 |
|
Chet Ramey
|
88bdb448b4
|
minor changes for builtin array subscript expansion; additional tests
|
2021-05-14 16:39:14 -04:00 |
|
Chet Ramey
|
a30f513fc4
|
more changes to handle @ and * as associative array keys
|
2021-05-13 14:49:18 -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
|
83c4ad27c7
|
process $'...' and $"..." in here-documents
|
2021-03-15 09:30:44 -04:00 |
|
Chet Ramey
|
128c5d41b0
|
read builtin timeouts no longer use SIGALRM
|
2021-03-10 17:15:44 -05:00 |
|
Chet Ramey
|
11bf534f36
|
commit bash-20210305 snapshot
|
2021-03-10 10:35:28 -05:00 |
|
Chet Ramey
|
b3b5f4bb33
|
commit bash-20210301 snapshot
|
2021-03-05 15:13:16 -05:00 |
|
Chet Ramey
|
fd2822e645
|
commit bash-20210224 snapshot
|
2021-03-01 15:03:46 -05:00 |
|
Chet Ramey
|
a7309caba4
|
commit bash-20210215 snapshot
|
2021-02-17 15:31:03 -05:00 |
|
Chet Ramey
|
26db5626df
|
commit bash-20210209 snapshot
|
2021-02-11 17:19:31 -05:00 |
|
Chet Ramey
|
fcad1d1e84
|
commit bash-20210127 snapshot
|
2021-02-01 15:09:07 -05:00 |
|
Chet Ramey
|
3aec0ec30f
|
commit bash-20210115 snapshot
|
2021-01-19 17:12:43 -05:00 |
|
Chet Ramey
|
5a7a52eade
|
commit bash-20210104 snapshot
|
2021-01-07 14:26:11 -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
|
94f428da79
|
commit bash-20201030 snapshot
|
2020-11-03 11:01:16 -05:00 |
|
Chet Ramey
|
ef70f295bc
|
commit bash-20200921 snapshot
|
2020-09-24 16:21:33 -04:00 |
|
Chet Ramey
|
9c10def123
|
commit bash-20200907 snapshot
|
2020-09-21 08:52:51 -04:00 |
|
Chet Ramey
|
4d2700970a
|
commit bash-20200814 snapshot
|
2020-08-19 09:44:01 -04:00 |
|
Chet Ramey
|
ce3e1a8c5b
|
commit bash-20200803 snapshot
|
2020-08-05 11:46:35 -04:00 |
|
Chet Ramey
|
5361749017
|
commit bash-20200718 snapshot
|
2020-07-20 16:20:22 -04:00 |
|
Chet Ramey
|
3710ed629f
|
commit bash-20200710 snapshot
|
2020-07-14 17:04:20 -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
|
37adc8b99d
|
commit bash-20200527 snapshot
|
2020-05-29 14:29:34 -04:00 |
|
Chet Ramey
|
fc94d47412
|
commit bash-20200504 snapshot
|
2020-05-08 14:19:57 -04:00 |
|
Chet Ramey
|
c6c7ae81bb
|
commit bash-20200427 snapshot
|
2020-04-30 11:59:39 -04:00 |
|