summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-157-3/+291
* subshells should not inherit FIFOs; initial framework for nofork (foreground)...Chet Ramey2023-05-091-0/+2
* posix mode changes for interp 1150; fix for varassign redirection; fix for na...Chet Ramey2023-04-112-0/+18
* rest of work to convert unwind-protects to ANSI/ISO C; size_t updates; functi...Chet Ramey2023-04-032-2/+14
* more ANSI/ISO C cleanupsChet Ramey2023-03-282-14/+15
* remove more old, unused filesChet Ramey2023-03-281-0/+0
* fixes for glibc time/gettimeofday issue; fix issue with history file containi...Chet Ramey2023-03-273-0/+118
* changes for PATH being the empty string; more minor asan fixesChet Ramey2023-03-172-5/+19
* posix conformance fixesChet Ramey2023-03-105-0/+101
* readline fix for rl_undo_list pointer aliasing; arith command sets word_topChet Ramey2023-03-064-0/+72
* local variables no longer modify external variables if the variable is suppli...Chet Ramey2023-02-273-0/+122
* fix tilde expansion in associative array compound assignmentsChet Ramey2023-02-076-0/+109
* printf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode cha...Chet Ramey2023-02-064-3/+47
* changes to function printing; new trap -P option; posix mode changes for comm...Chet Ramey2023-01-311-1/+1
* fix terminal pgrp issue with async jobs in non-interactive shells; history_ex...Chet Ramey2023-01-203-0/+107
* fourth set of ANSI C changes: size_t; rest globskipdots to enabled default in...Chet Ramey2023-01-041-4/+0
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-033-0/+105
* fix comsub inside parameter expansion in here-document; fix readline longjmp ...Chet Ramey2022-12-197-5/+97
* fix for parameter length expressions for nameref variables expanding to inval...Chet Ramey2022-12-132-0/+53
* fix for programmable completion functions setting traps on signals that readl...Chet Ramey2022-12-064-18/+35
* more changes for bracket expressions in patternsChet Ramey2022-12-028-2/+800
* fixes for HAVE_SELECT/HAVE_PSELECT; change some warning messages for nameref ...Chet Ramey2022-11-291-6/+6
* clarify some arithmetic error messages; fix for read builtin readline timeout...Chet Ramey2022-11-1411-55/+63
* fix for displaying `local -'; fix for trap and POSIX interp 1602; fix for rea...Chet Ramey2022-11-071-0/+11
* change to binary file detection; fix for negative fractional read timeout; ch...Chet Ramey2022-10-311-1/+0
* fix for interactive shell parser reset issue; fix for nested array subscript ...Chet Ramey2022-10-241-0/+1
* fixes for posix-mode alias expansion in command substitutions; fix for multip...Chet Ramey2022-10-185-1/+141
* change to readline callback signal handling; fix message when popping shell f...Chet Ramey2022-10-151-0/+5
* fixes for extended glob in compat mode; fix for brackets appearing in nested ...Chet Ramey2022-10-074-1/+42
* fix crash with unset arrays in arithmetic constructs ; change to avoid printi...Chet Ramey2022-10-042-0/+5
* fix for problem with command substitutions inside aliasesChet Ramey2022-09-017-2/+58
* fixed gcc printf warning; fixed typos in comments and support filesChet Ramey2022-07-262-2/+2
* fix for local variable problem in EXIT trap; add sed-like behavior for null p...Chet Ramey2022-07-192-0/+25
* additional tests; documentation updatesChet Ramey2022-07-126-0/+31
* changes to text representation of parsed command substitution; small changes ...Chet Ramey2022-07-062-9/+17
* fix error message when completing backquote command substitution; fix test bu...Chet Ramey2022-06-283-2/+7
* updated translations; minor change to DEBUG trapChet Ramey2022-06-223-1/+22
* fix up parser flags command substitution parsing inherits; using temp files f...Chet Ramey2022-04-277-20/+68
* fix crash from compgen in a non-interactive shell; globstar option now works ...Chet Ramey2022-04-192-3/+8
* minor portability fixes; printf now uses double for floating point conversion...Chet Ramey2022-04-121-2/+2
* fix for history-search-backward after previous-history clearing the undo listChet Ramey2022-04-041-1/+1
* remove history position change to non-incremental search; fixes to $@ in some...Chet Ramey2022-03-255-1/+233
* efficiency change to command hashing; fix pointer aliasing problem with readl...Chet Ramey2022-03-012-7/+21
* changes for the shopt compatNN optionsChet Ramey2022-02-151-1/+1
* document new readline variables "active-region-start-color" and "active-regio...Chet Ramey2022-02-113-0/+33
* fix to multiple alias expansion problem in command substitutionsChet Ramey2022-02-091-1/+3
* more changes for here-docs and $'...'; command optimization updatesChet Ramey2022-01-314-5/+134
* fix to expand $'...' and $"..." in certain word expansions while expanding li...Chet Ramey2022-01-251-1/+1
* fixes to read/wait; revert change that processes $'...' quoting in here-docum...Chet Ramey2022-01-245-3/+14
* change to behavior of '&' in pattern substitution replacement string; fix for...Chet Ramey2022-01-1818-21/+149