summaryrefslogtreecommitdiff
path: root/bashline.c
Commit message (Expand)AuthorAgeFilesLines
* asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new ...Chet Ramey2023-05-011-2/+11
* allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while...Chet Ramey2023-04-241-1/+1
* readline and completion fixesChet Ramey2023-04-201-0/+4
* small asan fixes; size_t and other ANSI C changes; restore readline variables...Chet Ramey2023-03-271-1/+1
* changes for PATH being the empty string; more minor asan fixesChet Ramey2023-03-171-6/+12
* bash asan fixes; minor documentation updatesChet Ramey2023-03-151-0/+2
* changes to placing rl_point after alias-expand-line or history-expand-lineChet Ramey2023-02-151-5/+28
* fix for $_ when executing $PROMPT_COMMAND; fix for extra line in history afte...Chet Ramey2023-02-131-14/+7
* make buffered stream read errors sticky; handle EOF in comments explicitly; d...Chet Ramey2023-02-081-0/+14
* set of portability changes from lint/asan/ubsanChet Ramey2023-01-071-1/+2
* final set of ANSI C changesChet Ramey2023-01-051-24/+27
* fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in...Chet Ramey2023-01-041-2/+2
* third set of ANSI C changes: const function parametersChet Ramey2023-01-031-15/+15
* second set of ANSI C changes: C89-style function declarations, more inline fu...Chet Ramey2023-01-031-372/+240
* fixes for bracket expressions in pathname expansion; changes for select/psele...Chet Ramey2022-11-181-0/+6
* clarify some arithmetic error messages; fix for read builtin readline timeout...Chet Ramey2022-11-141-1/+56
* fix crash from compgen in a non-interactive shell; globstar option now works ...Chet Ramey2022-04-191-1/+1
* change to how invisible characters in prompt string expansions are escapedChet Ramey2022-03-181-3/+5
* new variables to control the active region color; minor fix to $?Chet Ramey2022-02-091-0/+3
* fix to expand $'...' and $"..." in certain word expansions while expanding li...Chet Ramey2022-01-251-4/+0
* minor change to here-doc processing in compoind lists; change to completion t...Chet Ramey2022-01-041-52/+110
* new "@k" parameter transformation; minor completion fix for uncommon caseChet Ramey2021-08-231-0/+9
* minor fixes; readline API change for rl_completer_word_break_characters ; rea...Chet Ramey2021-08-191-3/+4
* fixes for minor memory leaksChet Ramey2021-07-191-0/+2
* add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixesChet Ramey2021-05-241-1/+32
* allow builtins to assign to associative arrays using @ or * as keys; fixes to...Chet Ramey2021-04-281-1/+5
* allow assignment to array keys @ and *; minor completion fixChet Ramey2021-04-261-1/+8
* command completion, key binding fixesChet Ramey2021-04-191-8/+8
* bindable readline command to perform spelling correction on a wordChet Ramey2021-03-181-0/+54
* process $'...' and $"..." in here-documentsChet Ramey2021-03-151-2/+10
* read builtin timeouts no longer use SIGALRMChet Ramey2021-03-101-5/+15
* commit bash-20210211 snapshotChet Ramey2021-02-151-0/+2
* commit bash-20210209 snapshotChet Ramey2021-02-111-1/+1
* commit bash-20201001 snapshotChet Ramey2020-10-191-1/+1
* commit bash-20200825 snapshotChet Ramey2020-09-011-1/+1
* commit bash-20200807 snapshotChet Ramey2020-08-121-0/+4
* commit bash-20200504 snapshotChet Ramey2020-05-081-40/+0
* commit bash-20200420 snapshotChet Ramey2020-04-221-22/+9
* commit bash-20200408 snapshotChet Ramey2020-04-101-1/+1
* commit bash-20200406 snapshotChet Ramey2020-04-081-0/+21
* commit bash-20200306 snapshotChet Ramey2020-03-091-0/+9
* commit bash-20200131 snapshotChet Ramey2020-02-041-31/+59
* commit bash-20200117 snapshotChet Ramey2020-01-211-3/+28
* commit bash-20191213 snapshotChet Ramey2019-12-161-3/+17
* commit bash-20191004 snapshotChet Ramey2019-10-071-2/+2
* commit bash-20190906 snapshotChet Ramey2019-09-091-0/+4
* commit bash-20190628 snapshotChet Ramey2019-07-011-49/+1
* commit bash-20190612 snapshotChet Ramey2019-06-141-106/+179
* commit bash-20190607 snapshotChet Ramey2019-06-101-8/+84
* commit bash-20190531 snapshotChet Ramey2019-06-101-2/+2