summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-1542-3513/+4384
* subshells should not inherit FIFOs; initial framework for nofork (foreground)...Chet Ramey2023-05-0911-34/+341
* fix for incomplete multibyte characters in pasted input; fix for syntax error...Chet Ramey2023-05-0416-300/+465
* asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new ...Chet Ramey2023-05-019-42/+96
* changes to non-incremental searching to avoid pointer alias problems, undo is...Chet Ramey2023-04-277-98/+255
* allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while...Chet Ramey2023-04-2416-235/+244
* readline and completion fixesChet Ramey2023-04-2019-6983/+7317
* new compgen -V option to store completions in an arrayChet Ramey2023-04-1828-16256/+15235
* new GLOBSORT variableChet Ramey2023-04-1636-943/+1811
* posix mode changes for interp 1150; fix for varassign redirection; fix for na...Chet Ramey2023-04-1112-10/+113
* fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit en...Chet Ramey2023-04-056-5/+56
* rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; functi...Chet Ramey2023-04-0334-147/+560
* more ANSI/ISO C changes; start on converting the unwind-protect framework to ...Chet Ramey2023-03-2941-570/+128
* more ANSI/ISO C cleanupsChet Ramey2023-03-2838-220/+3332
* remove more old, unused filesChet Ramey2023-03-2842-61452/+0
* small asan fixes; size_t and other ANSI C changes; restore readline variables...Chet Ramey2023-03-2751-4309/+1049
* remove some unused filesChet Ramey2023-03-275-1670/+859
* fixes for glibc time/gettimeofday issue; fix issue with history file containi...Chet Ramey2023-03-2725-125/+344
* changes to terminate_current_pipeline; fix for adding incomplete command subs...Chet Ramey2023-03-229-71/+234
* more minor asan fixesChet Ramey2023-03-205-5/+30
* changes for PATH being the empty string; more minor asan fixesChet Ramey2023-03-1710-41/+131
* bash asan fixes; minor documentation updatesChet Ramey2023-03-1511-2548/+2617
* script read errors are now fatal errors; fixes for readline asan issuesChet Ramey2023-03-1310-34/+135
* posix conformance fixesChet Ramey2023-03-1013-18/+175
* readline fix for rl_undo_list pointer aliasing; arith command sets word_topChet Ramey2023-03-0614-32/+414
* fix crash with null arithmetic for expression; fix size_t issue with history ...Chet Ramey2023-03-025-7/+54
* local variables no longer modify external variables if the variable is suppli...Chet Ramey2023-02-2722-153/+229
* fix for EOF while reading a quoted string; allow window size updates during t...Chet Ramey2023-02-224-5/+54
* control default value of patsub_replacement from config-top.h; documentation ...Chet Ramey2023-02-2011-1267/+1373
* add support for case-insensitive incremental and non-incremental history sear...Chet Ramey2023-02-1723-151/+452
* changes to placing rl_point after alias-expand-line or history-expand-lineChet Ramey2023-02-155-14/+74
* fix for $_ when executing $PROMPT_COMMAND; fix for extra line in history afte...Chet Ramey2023-02-1311-71/+139
* make buffered stream read errors sticky; handle EOF in comments explicitly; d...Chet Ramey2023-02-0813-911/+1065
* fix tilde expansion in associative array compound assignmentsChet Ramey2023-02-0710-11/+144
* printf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode cha...Chet Ramey2023-02-0619-64/+455
* changes to function printing; new trap -P option; posix mode changes for comm...Chet Ramey2023-01-3118-931/+1196
* allow async ignored signals to be reset to SIG_DFL; give rl_input_available_h...Chet Ramey2023-01-249-43/+111
* fix terminal pgrp issue with async jobs in non-interactive shells; history_ex...Chet Ramey2023-01-2012-17/+144
* fix for multi-level alias expansion with trailing spaceChet Ramey2023-01-184-23/+185
* fixes for SIGINT handling in asynchronous listsChet Ramey2023-01-1711-1248/+767
* fix for completing quoted filenames with show-all-if-ambiguous set; avoid sig...Chet Ramey2023-01-108-18/+83
* set of portability changes from lint/asan/ubsanChet Ramey2023-01-0735-106/+162
* final set of ANSI C changesChet Ramey2023-01-0584-347/+390
* fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in...Chet Ramey2023-01-0416-60/+87
* third set of ANSI C changes: const function parametersChet Ramey2023-01-0343-445/+477
* second set of ANSI C changes: C89-style function declarations, more inline fu...Chet Ramey2023-01-0385-5514/+2902
* first set of ANSI C changes: remove PARAMSChet Ramey2023-01-03232-3879/+2660
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-0323-2209/+2443
* handle signals at more places in brace expansion; fix for subshells changing ...Chet Ramey2022-12-2111-41/+139
* fix comsub inside parameter expansion in here-document; fix readline longjmp ...Chet Ramey2022-12-1926-100/+360