summaryrefslogtreecommitdiff
path: root/lib/readline/doc
Commit message (Collapse)AuthorAgeFilesLines
* readline and completion fixesChet Ramey2023-04-201-3/+3
|
* new compgen -V option to store completions in an arrayChet Ramey2023-04-182-8/+26
|
* small asan fixes; size_t and other ANSI C changes; restore readline ↵Chet Ramey2023-03-273-50/+40
| | | | variables in compgen builtin
* bash asan fixes; minor documentation updatesChet Ramey2023-03-151-3/+5
|
* add support for case-insensitive incremental and non-incremental history ↵Chet Ramey2023-02-173-8/+18
| | | | searches in readline; controlled by new bindable readline variable `search-ignore-case'
* allow async ignored signals to be reset to SIG_DFL; give ↵Chet Ramey2023-01-242-2/+4
| | | | rl_input_available_hook precedence in readline:rl_gather_tyi
* fix terminal pgrp issue with async jobs in non-interactive shells; ↵Chet Ramey2023-01-204-12/+12
| | | | history_expand change to first argument
* minor updates for releaseChet Ramey2022-09-231-1/+1
|
* documentation updatesChet Ramey2022-09-205-40/+40
|
* modify readline so it adjusts internal variables when the locale changes ↵Chet Ramey2022-08-153-6/+19
| | | | between calls to readline()
* parse extended glob patterns in command substitutions in compatibility mode, ↵Chet Ramey2022-08-021-1/+1
| | | | even if extglob is not set
* fixed gcc printf warning; fixed typos in comments and support filesChet Ramey2022-07-261-1/+1
|
* additional tests; documentation updatesChet Ramey2022-07-121-0/+1
|
* force using temp files for here documents with shell compatibility setting; ↵Chet Ramey2022-04-261-0/+3
| | | | fix small memleak in programmable completion
* fix problem with saving tty state after running a command with 'bind -x'; ↵Chet Ramey2022-03-113-19/+16
| | | | builtins that create associative arrays can now convert existing scalar variables to associative arrays
* fix to readline redisplay of invisible chars at end of line; fix to ↵Chet Ramey2022-03-072-4/+9
| | | | here-document delimiter quote removal; prompt expansion makes invisible chars in w, W, s visible
* changes to make EOF state available to readline applications; fix for ↵Chet Ramey2022-02-212-2/+13
| | | | command substitution parsing inside conditional command
* changes for the shopt compatNN optionsChet Ramey2022-02-151-5/+5
|
* document new readline variables "active-region-start-color" and ↵Chet Ramey2022-02-119-15/+70
| | | | "active-region-end-color"
* more changes for here-docs and $'...'; command optimization updatesChet Ramey2022-01-311-4/+7
|
* readline: use a custom extension in LS_COLORS to set the colored completion ↵Chet Ramey2021-11-163-5/+11
| | | | prefix, if present
* changes to documentation to reduce gender-specific language; fix a seg fault ↵Chet Ramey2021-06-174-13/+17
| | | | in `fc'
* add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixesChet Ramey2021-05-242-3/+12
|
* new "enable-active-region" readline variableChet Ramey2021-04-303-4/+28
|
* command completion, key binding fixesChet Ramey2021-04-192-5/+6
|
* new readline "fetch-history" bindable command; declare -p output changeChet Ramey2021-04-013-11/+22
|
* bindable readline command to perform spelling correction on a wordChet Ramey2021-03-184-13/+33
|
* application-settable readline timeoutsChet Ramey2021-03-112-4/+34
|
* commit bash-20210224 snapshotChet Ramey2021-03-011-2/+8
|
* commit bash-20201026 snapshotChet Ramey2020-10-304-7/+7
|
* commit bash-20201001 snapshotChet Ramey2020-10-191-1/+1
|
* commit bash-20200720 snapshotChet Ramey2020-07-281-0/+4
|
* commit bash-20200714 snapshotChet Ramey2020-07-175-18/+19
|
* commit bash-20200618 snapshotChet Ramey2020-06-223-5/+35
|
* commit bash-20200504 snapshotChet Ramey2020-05-084-10/+28
|
* commit bash-20200323 snapshotChet Ramey2020-03-279-41/+32
|
* commit bash-20200228 snapshotChet Ramey2020-03-021-1/+1
|
* commit bash-20191213 snapshotChet Ramey2019-12-162-4/+4
|
* commit bash-20191127 snapshotChet Ramey2019-12-023-6/+8
|
* commit bash-20191122 snapshotChet Ramey2019-11-252-1/+9
|
* commit bash-20191115 snapshotChet Ramey2019-11-183-17/+41
|
* commit bash-20190612 snapshotChet Ramey2019-06-141-3/+11
|
* commit bash-20190524 snapshotChet Ramey2019-05-281-1/+1
|
* commit bash-20190419 snapshotChet Ramey2019-04-222-2/+7
|
* commit bash-20190412 snapshotChet Ramey2019-04-151-1/+1
|
* commit bash-20190405 snapshotChet Ramey2019-04-081-1/+1
|
* commit bash-20190306 snapshotChet Ramey2019-03-072-9/+12
|
* commit bash-20190118 snapshotChet Ramey2019-01-221-2/+2
|
* commit bash-20181123 snapshotChet Ramey2018-12-032-9/+14
|
* commit bash-20181005 snapshotChet Ramey2018-10-081-0/+3
|