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
|
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
|
68ab281e30
|
change to how invisible characters in prompt string expansions are escaped
|
2022-03-18 10:23:53 -04:00 |
|
Chet Ramey
|
b4e5e5505c
|
fix to readline redisplay of invisible chars at end of line; fix to here-document delimiter quote removal; prompt expansion makes invisible chars in w, W, s visible
|
2022-03-07 09:21:09 -05:00 |
|
Chet Ramey
|
e7a56619a2
|
changes to make EOF state available to readline applications; fix for command substitution parsing inside conditional command
|
2022-02-21 10:06:44 -05:00 |
|
Chet Ramey
|
6d69b62547
|
changes for the shopt compatNN options
|
2022-02-15 11:52:30 -05:00 |
|
Chet Ramey
|
780d665cfd
|
fix to multiple alias expansion problem in command substitutions
|
2022-02-09 10:15:16 -05:00 |
|
Chet Ramey
|
b325b0e96b
|
more changes for here-docs and $'...'; command optimization updates
|
2022-01-31 09:53:03 -05:00 |
|
Chet Ramey
|
3011048a92
|
fixes to read/wait; revert change that processes $'...' quoting in here-documents unconditionally
|
2022-01-24 09:37:14 -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
|
be7fc0525e
|
minor change to here-doc processing in compoind lists; change to completion to avoid quoting word expansion characters like `$'
|
2022-01-04 11:05:30 -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
|
e93bed95a8
|
fix for adding here-documents to history; change to checking for custom LS_COLORS prefix
|
2021-12-09 15:31:21 -05:00 |
|
Chet Ramey
|
006856edf6
|
minimal-config changes; $"..." support is now a configuration option
|
2021-12-01 16:40:52 -05:00 |
|
Chet Ramey
|
304b1e938c
|
preserve traps across a failed exec; small changes to how completion options interact; fix a bug with arithmetic for commands and LINENO
|
2021-10-11 10:38:16 -04:00 |
|
Chet Ramey
|
2208813a97
|
optimize many cases of $(<file) not to require a fork
|
2021-09-02 10:52:20 -04:00 |
|
Chet Ramey
|
f5b3299801
|
new noexpand_translations shopt option
|
2021-08-13 11:53:16 -04:00 |
|
Chet Ramey
|
9e3495c9e9
|
readline: free undo list associated with the saved history line when traversing history
|
2021-07-12 11:09:44 -04:00 |
|
Chet Ramey
|
5a0e5b7b28
|
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably
|
2021-07-06 15:35:08 -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
|
8d3cecab33
|
changes to documentation to reduce gender-specific language; fix a seg fault in `fc'
|
2021-06-17 17:10:49 -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
|
2047e28584
|
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
|
2021-05-24 16:09:47 -04:00 |
|
Chet Ramey
|
3fd77612fc
|
allow assignment to array keys @ and *; minor completion fix
|
2021-04-26 16:31:46 -04:00 |
|
Chet Ramey
|
0e51345317
|
change grammar for select command to use compound_list
|
2021-04-06 11:37:01 -04:00 |
|
Chet Ramey
|
65822e5011
|
alias expansion fix in case statements
|
2021-03-29 10:25:18 -04:00 |
|
Chet Ramey
|
6be3a741cb
|
bindable readline command to perform spelling correction on a word
|
2021-03-18 11:48:48 -04:00 |
|
Chet Ramey
|
83c4ad27c7
|
process $'...' and $"..." in here-documents
|
2021-03-15 09:30:44 -04:00 |
|
Chet Ramey
|
11bf534f36
|
commit bash-20210305 snapshot
|
2021-03-10 10:35:28 -05:00 |
|
Chet Ramey
|
c3b1868126
|
commit bash-20210217 snapshot
|
2021-02-24 15:32:34 -05:00 |
|
Chet Ramey
|
a7309caba4
|
commit bash-20210215 snapshot
|
2021-02-17 15:31:03 -05:00 |
|
Chet Ramey
|
08871a7780
|
commit bash-20210201 snapshot
|
2021-02-06 18:27:50 -05:00 |
|
Chet Ramey
|
975643bb2b
|
commit bash-20201214 snapshot
|
2020-12-18 15:27:28 -05:00 |
|
Chet Ramey
|
66c2247c48
|
commit bash-20201118 snapshot
|
2020-11-28 13:04:53 -05:00 |
|
Chet Ramey
|
a56608bc3f
|
commit bash-20200914 snapshot
|
2020-09-21 08:52:52 -04:00 |
|
Chet Ramey
|
c261f9b80c
|
commit bash-20200825 snapshot
|
2020-09-01 14:43:43 -04:00 |
|
Chet Ramey
|
ce3e1a8c5b
|
commit bash-20200803 snapshot
|
2020-08-05 11:46:35 -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
|
fdbb7e8481
|
commit bash-20200508 snapshot
|
2020-05-12 14:08:52 -04:00 |
|
Chet Ramey
|
69333f10bb
|
commit bash-20200424 snapshot
|
2020-04-27 17:05:14 -04:00 |
|
Chet Ramey
|
7910c04f14
|
commit bash-20200422 snapshot
|
2020-04-24 18:07:42 -04:00 |
|
Chet Ramey
|
89d788fb01
|
commit bash-20200214 snapshot
|
2020-02-17 11:41:35 -05:00 |
|
Chet Ramey
|
9831556ed0
|
commit bash-20200117 snapshot
|
2020-01-21 09:46:21 -05:00 |
|
Chet Ramey
|
5e061bb08b
|
commit bash-20191108 snapshot
|
2019-11-13 16:41:51 -05:00 |
|
Chet Ramey
|
d111b2af6e
|
commit bash-20190920 snapshot
|
2019-09-23 09:42:14 -04:00 |
|
Chet Ramey
|
194cfc28f8
|
commit bash-20190719 snapshot
|
2019-07-22 09:24:14 -04:00 |
|
Chet Ramey
|
e2169ae94e
|
commit bash-20190712 snapshot
|
2019-07-15 09:15:15 -04:00 |
|