summaryrefslogtreecommitdiff
path: root/subst.c
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-151-19/+225
* subshells should not inherit FIFOs; initial framework for nofork (foreground)...Chet Ramey2023-05-091-4/+126
* posix mode changes for interp 1150; fix for varassign redirection; fix for na...Chet Ramey2023-04-111-4/+28
* fix minor asan bug; $(<nosuchfile) is no longer a fatal error with errexit en...Chet Ramey2023-04-051-2/+2
* rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; functi...Chet Ramey2023-04-031-3/+3
* more ANSI/ISO C cleanupsChet Ramey2023-03-281-2/+2
* changes to terminate_current_pipeline; fix for adding incomplete command subs...Chet Ramey2023-03-221-1/+1
* posix conformance fixesChet Ramey2023-03-101-1/+1
* control default value of patsub_replacement from config-top.h; documentation ...Chet Ramey2023-02-201-1/+1
* fix tilde expansion in associative array compound assignmentsChet Ramey2023-02-071-7/+12
* changes to function printing; new trap -P option; posix mode changes for comm...Chet Ramey2023-01-311-21/+17
* allow async ignored signals to be reset to SIG_DFL; give rl_input_available_h...Chet Ramey2023-01-241-3/+11
* fix for multi-level alias expansion with trailing spaceChet Ramey2023-01-181-2/+4
* set of portability changes from lint/asan/ubsanChet Ramey2023-01-071-12/+13
* final set of ANSI C changesChet Ramey2023-01-051-9/+7
* third set of ANSI C changes: const function parametersChet Ramey2023-01-031-99/+112
* second set of ANSI C changes: C89-style function declarations, more inline fu...Chet Ramey2023-01-031-688/+310
* fix comsub inside parameter expansion in here-document; fix readline longjmp ...Chet Ramey2022-12-191-5/+7
* fix for parameter length expressions for nameref variables expanding to inval...Chet Ramey2022-12-131-0/+15
* fix for memory leak with unset associative array elements; last set of change...Chet Ramey2022-11-231-3/+3
* clarify some arithmetic error messages; fix for read builtin readline timeout...Chet Ramey2022-11-141-15/+13
* fix for displaying `local -'; fix for trap and POSIX interp 1602; fix for rea...Chet Ramey2022-11-071-0/+10
* fix for interactive shell parser reset issue; fix for nested array subscript ...Chet Ramey2022-10-241-1/+5
* fixes for posix-mode alias expansion in command substitutions; fix for multip...Chet Ramey2022-10-181-3/+7
* change to readline callback signal handling; fix message when popping shell f...Chet Ramey2022-10-151-2/+3
* fixes for extended glob in compat mode; fix for brackets appearing in nested ...Chet Ramey2022-10-071-0/+8
* 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-3/+9
* fix for problem with command substitutions inside aliasesChet Ramey2022-09-011-1/+1
* fixed gcc printf warning; fixed typos in comments and support filesChet Ramey2022-07-261-1/+1
* fix for local variable problem in EXIT trap; add sed-like behavior for null p...Chet Ramey2022-07-191-16/+13
* fix error message when completing backquote command substitution; fix test bu...Chet Ramey2022-06-281-1/+1
* force using temp files for here documents with shell compatibility setting; f...Chet Ramey2022-04-261-1/+3
* remove history position change to non-incremental search; fixes to $@ in some...Chet Ramey2022-03-251-1/+27
* fix to multiple alias expansion problem in command substitutionsChet Ramey2022-02-091-0/+5
* more changes for here-docs and $'...'; command optimization updatesChet Ramey2022-01-311-5/+26
* fix to expand $'...' and $"..." in certain word expansions while expanding li...Chet Ramey2022-01-251-12/+294
* fixes to read/wait; revert change that processes $'...' quoting in here-docum...Chet Ramey2022-01-241-11/+55
* change to behavior of '&' in pattern substitution replacement string; fix for...Chet Ramey2022-01-181-4/+105
* minor change to here-doc processing in compoind lists; change to completion t...Chet Ramey2022-01-041-0/+5
* new shell option to force globbing never to return `.' and `..' as matchesChet Ramey2022-01-041-1/+7
* more changes to avoid expanding associative array subscripts twice; internal ...Chet Ramey2021-12-221-57/+87
* fixes to LINENO, read -n, command substitution and backslash-escaped newlinesChet Ramey2021-12-201-22/+40
* fix for posix semantics for the := word expansion when assigning array elementsChet Ramey2021-12-141-7/+15
* portability and compatibility fixesChet Ramey2021-12-061-12/+1
* minimal-config changes; $"..." support is now a configuration optionChet Ramey2021-12-011-0/+6
* removed some commented-out code dependent on the compatibility level now that...Chet Ramey2021-11-221-6/+0
* minor fixes to command -p, posix-mode tilde expansion, line numbers when in E...Chet Ramey2021-11-041-0/+1
* internal changes to prevent `unset' from scanning associative array subscript...Chet Ramey2021-11-011-3/+5
* minor documentation update on SIGINT handlingChet Ramey2021-10-211-1/+5