summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-151-2/+2
* fix for incomplete multibyte characters in pasted input; fix for syntax error...Chet Ramey2023-05-042-13/+50
* 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-208-27/+35
* new compgen -V option to store completions in an arrayChet Ramey2023-04-182-8/+26
* new GLOBSORT variableChet Ramey2023-04-1613-119/+329
* fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit en...Chet Ramey2023-04-052-2/+27
* 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-2922-349/+18
* more ANSI/ISO C cleanupsChet Ramey2023-03-288-46/+5
* remove more old, unused filesChet Ramey2023-03-282-124/+0
* small asan fixes; size_t and other ANSI C changes; restore readline variables...Chet Ramey2023-03-2724-4122/+926
* remove some unused filesChet Ramey2023-03-272-875/+859
* fixes for glibc time/gettimeofday issue; fix issue with history file containi...Chet Ramey2023-03-277-26/+57
* more minor asan fixesChet Ramey2023-03-203-4/+6
* bash asan fixes; minor documentation updatesChet Ramey2023-03-152-4/+6
* 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-1716-149/+367
* 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-172-3/+31
* fix for completing quoted filenames with show-all-if-ambiguous set; avoid sig...Chet Ramey2023-01-102-3/+19
* set of portability changes from lint/asan/ubsanChet Ramey2023-01-0713-30/+36
* final set of ANSI C changesChet Ramey2023-01-0541-139/+134
* fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in...Chet Ramey2023-01-042-9/+9
* third set of ANSI C changes: const function parametersChet Ramey2023-01-0311-39/+42
* first set of ANSI C changes: remove PARAMSChet Ramey2023-01-03103-1654/+757
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-034-6/+30
* 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-025-131/+88
* fixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref ...Chet Ramey2022-11-296-4/+13
* fix for memory leak with unset associative array elements; last set of change...Chet Ramey2022-11-238-10/+17
* 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-187-28/+64
* 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-072-12/+82
* 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-312-6/+12
* 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
* fix for line numbers for nested function declarations; fix execve error for E...Chet Ramey2022-10-112-0/+7
* 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-283-18/+14