Chet Ramey
|
b91488b51c
|
new readline application variable rl_full_quoting_desired; new programmable completion option "fullquote"; TIMEFORMAT now accepts precisions up to six digits
|
2023-06-16 12:49:11 -04:00 |
|
Chet Ramey
|
d052bd6fd9
|
readline and completion fixes
|
2023-04-20 11:27:36 -04:00 |
|
Chet Ramey
|
a46164736e
|
new compgen -V option to store completions in an array
|
2023-04-18 10:25:47 -04:00 |
|
Chet Ramey
|
57d4dc15ff
|
small asan fixes; size_t and other ANSI C changes; restore readline variables in compgen builtin
|
2023-03-27 16:38:37 -04:00 |
|
Chet Ramey
|
437b73931c
|
bash asan fixes; minor documentation updates
|
2023-03-15 14:59:24 -04:00 |
|
Chet Ramey
|
72c4a0f40d
|
add support for case-insensitive incremental and non-incremental history searches in readline; controlled by new bindable readline variable `search-ignore-case'
|
2023-02-17 17:13:04 -05:00 |
|
Chet Ramey
|
d0bc56a325
|
allow async ignored signals to be reset to SIG_DFL; give rl_input_available_hook precedence in readline:rl_gather_tyi
|
2023-01-24 11:14:22 -05:00 |
|
Chet Ramey
|
a37b2af985
|
fix terminal pgrp issue with async jobs in non-interactive shells; history_expand change to first argument
|
2023-01-20 14:31:00 -05:00 |
|
Chet Ramey
|
bdfa4b088e
|
minor updates for release
|
2022-09-23 10:05:41 -04:00 |
|
Chet Ramey
|
e9c75143a2
|
documentation updates
|
2022-09-20 10:16:23 -04:00 |
|
Chet Ramey
|
b9ed20acfd
|
modify readline so it adjusts internal variables when the locale changes between calls to readline()
|
2022-08-15 12:32:00 -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
|
e9e3e4fea5
|
fixed gcc printf warning; fixed typos in comments and support files
|
2022-07-26 11:44:09 -04:00 |
|
Chet Ramey
|
87a6e89edc
|
additional tests; documentation updates
|
2022-07-12 10:19:29 -04:00 |
|
Chet Ramey
|
98300c9405
|
force using temp files for here documents with shell compatibility setting; fix small memleak in programmable completion
|
2022-04-26 10:21:05 -04:00 |
|
Chet Ramey
|
b6a567e7f1
|
fix problem with saving tty state after running a command with 'bind -x'; builtins that create associative arrays can now convert existing scalar variables to associative arrays
|
2022-03-11 16:09:24 -05: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
|
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
|
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
|
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
|
2047e28584
|
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
|
2021-05-24 16:09:47 -04:00 |
|
Chet Ramey
|
b196583609
|
new "enable-active-region" readline variable
|
2021-04-30 16:56:05 -04:00 |
|
Chet Ramey
|
d128c3ddc1
|
command completion, key binding fixes
|
2021-04-19 09:40:14 -04:00 |
|
Chet Ramey
|
8f485ff84c
|
new readline "fetch-history" bindable command; declare -p output change
|
2021-04-01 17:25:48 -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
|
2fe2e8197e
|
application-settable readline timeouts
|
2021-03-11 18:41:17 -05:00 |
|
Chet Ramey
|
fd2822e645
|
commit bash-20210224 snapshot
|
2021-03-01 15:03:46 -05:00 |
|
Chet Ramey
|
22b8a76dd6
|
commit bash-20201026 snapshot
|
2020-10-30 09:56:17 -04:00 |
|
Chet Ramey
|
d514a08760
|
commit bash-20201001 snapshot
|
2020-10-19 08:56:41 -04:00 |
|
Chet Ramey
|
e6983002ec
|
commit bash-20200720 snapshot
|
2020-07-28 17:19:25 -04:00 |
|
Chet Ramey
|
a57c6640e8
|
commit bash-20200714 snapshot
|
2020-07-17 15:14:39 -04:00 |
|
Chet Ramey
|
bdf37a2d4f
|
commit bash-20200618 snapshot
|
2020-06-22 12:07:22 -04:00 |
|
Chet Ramey
|
fc94d47412
|
commit bash-20200504 snapshot
|
2020-05-08 14:19:57 -04:00 |
|
Chet Ramey
|
5f49ef47d1
|
commit bash-20200323 snapshot
|
2020-03-27 10:30:38 -04:00 |
|
Chet Ramey
|
47c7369e84
|
commit bash-20200228 snapshot
|
2020-03-02 10:24:36 -05:00 |
|
Chet Ramey
|
3a7c642e22
|
commit bash-20191213 snapshot
|
2019-12-16 09:43:38 -05:00 |
|
Chet Ramey
|
091c6bc481
|
commit bash-20191127 snapshot
|
2019-12-02 17:23:48 -05:00 |
|
Chet Ramey
|
fc35c477cd
|
commit bash-20191122 snapshot
|
2019-11-25 11:48:29 -05:00 |
|
Chet Ramey
|
dfc7113bf2
|
commit bash-20191115 snapshot
|
2019-11-18 10:16:09 -05:00 |
|
Chet Ramey
|
f602910792
|
commit bash-20190612 snapshot
|
2019-06-14 09:31:42 -04:00 |
|
Chet Ramey
|
52e4696964
|
commit bash-20190524 snapshot
|
2019-05-28 10:02:55 -04:00 |
|
Chet Ramey
|
fc60fcf1b5
|
commit bash-20190419 snapshot
|
2019-04-22 09:29:27 -04:00 |
|
Chet Ramey
|
5d31eaea6e
|
commit bash-20190412 snapshot
|
2019-04-15 09:26:31 -04:00 |
|
Chet Ramey
|
03e4274f9b
|
commit bash-20190405 snapshot
|
2019-04-08 09:08:27 -04:00 |
|
Chet Ramey
|
f6388ab913
|
commit bash-20190306 snapshot
|
2019-03-07 12:08:22 -05:00 |
|
Chet Ramey
|
cb7da4469b
|
commit bash-20190118 snapshot
|
2019-01-22 08:40:19 -05:00 |
|
Chet Ramey
|
0712a90cd8
|
commit bash-20181123 snapshot
|
2018-12-03 10:29:56 -05:00 |
|