summaryrefslogtreecommitdiff
path: root/lib/readline
Commit message (Expand)AuthorAgeFilesLines
* fix for incomplete multibyte characters in pasted input; fix for syntax error...Chet Ramey2023-05-041-13/+47
* asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new ...Chet Ramey2023-05-013-2/+8
* changes to non-incremental searching to avoid pointer alias problems, undo is...Chet Ramey2023-04-276-98/+195
* readline and completion fixesChet Ramey2023-04-207-26/+34
* new compgen -V option to store completions in an arrayChet Ramey2023-04-182-8/+26
* new GLOBSORT variableChet Ramey2023-04-168-113/+123
* fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit en...Chet Ramey2023-04-051-1/+26
* rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; functi...Chet Ramey2023-04-033-9/+2
* more ANSI/ISO C changes; start on converting the unwind-protect framework to ...Chet Ramey2023-03-2912-200/+6
* more ANSI/ISO C cleanupsChet Ramey2023-03-282-12/+2
* small asan fixes; size_t and other ANSI C changes; restore readline variables...Chet Ramey2023-03-277-58/+46
* fixes for glibc time/gettimeofday issue; fix issue with history file containi...Chet Ramey2023-03-276-25/+55
* more minor asan fixesChet Ramey2023-03-202-1/+5
* bash asan fixes; minor documentation updatesChet Ramey2023-03-151-3/+5
* script read errors are now fatal errors; fixes for readline asan issuesChet Ramey2023-03-135-18/+54
* readline fix for rl_undo_list pointer aliasing; arith command sets word_topChet Ramey2023-03-064-13/+41
* fix crash with null arithmetic for expression; fix size_t issue with history ...Chet Ramey2023-03-022-2/+14
* add support for case-insensitive incremental and non-incremental history sear...Chet Ramey2023-02-1713-146/+276
* changes to placing rl_point after alias-expand-line or history-expand-lineChet Ramey2023-02-151-7/+7
* changes to function printing; new trap -P option; posix mode changes for comm...Chet Ramey2023-01-311-2/+39
* allow async ignored signals to be reset to SIG_DFL; give rl_input_available_h...Chet Ramey2023-01-244-34/+54
* fix terminal pgrp issue with async jobs in non-interactive shells; history_ex...Chet Ramey2023-01-206-15/+15
* fixes for SIGINT handling in asynchronous listsChet Ramey2023-01-171-1/+27
* fix for completing quoted filenames with show-all-if-ambiguous set; avoid sig...Chet Ramey2023-01-101-1/+17
* set of portability changes from lint/asan/ubsanChet Ramey2023-01-077-12/+13
* final set of ANSI C changesChet Ramey2023-01-0520-56/+51
* first set of ANSI C changes: remove PARAMSChet Ramey2023-01-031-6/+6
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-033-5/+5
* fix comsub inside parameter expansion in here-document; fix readline longjmp ...Chet Ramey2022-12-195-29/+29
* more changes for bracket expressions in patternsChet Ramey2022-12-021-2/+2
* fixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref ...Chet Ramey2022-11-295-3/+12
* fix for memory leak with unset associative array elements; last set of change...Chet Ramey2022-11-236-7/+11
* fix for too-aggressive optimizing forks away in an `eval' command inside a (c...Chet Ramey2022-11-211-3/+2
* fixes for bracket expressions in pathname expansion; changes for select/psele...Chet Ramey2022-11-183-8/+6
* clarify some arithmetic error messages; fix for read builtin readline timeout...Chet Ramey2022-11-142-22/+35
* fix for displaying `local -'; fix for trap and POSIX interp 1602; fix for rea...Chet Ramey2022-11-071-10/+60
* fix for @ and * as associative array keys in arithmetic expressions; minor re...Chet Ramey2022-11-023-1/+19
* change to binary file detection; fix for negative fractional read timeout; ch...Chet Ramey2022-10-311-5/+11
* fix for interactive shell parser reset issue; fix for nested array subscript ...Chet Ramey2022-10-241-1/+1
* change to readline callback signal handling; fix message when popping shell f...Chet Ramey2022-10-151-1/+4
* fixes for extended glob in compat mode; fix for brackets appearing in nested ...Chet Ramey2022-10-071-1/+1
* fix for readline to handle setlocale() returning NULLChet Ramey2022-10-073-1/+7
* fix crash with unset arrays in arithmetic constructs ; change to avoid printi...Chet Ramey2022-10-041-1/+1
* changes for multibyte characters with intermediate state; small change to rea...Chet Ramey2022-09-281-6/+4
* minor updates for releaseChet Ramey2022-09-232-2/+2
* documentation updatesChet Ramey2022-09-205-40/+40
* fix parser problem with auto-setting extglob inside command substitution insi...Chet Ramey2022-08-301-1/+11
* modify readline so it adjusts internal variables when the locale changes betw...Chet Ramey2022-08-156-23/+90
* parse extended glob patterns in command substitutions in compatibility mode, ...Chet Ramey2022-08-021-1/+1
* fixed gcc printf warning; fixed typos in comments and support filesChet Ramey2022-07-262-2/+2