summaryrefslogtreecommitdiff
path: root/arrayfunc.c
Commit message (Expand)AuthorAgeFilesLines
* fix crash with null arithmetic for expression; fix size_t issue with history ...Chet Ramey2023-03-021-4/+17
* fix tilde expansion in associative array compound assignmentsChet Ramey2023-02-071-3/+4
* final set of ANSI C changesChet Ramey2023-01-051-1/+1
* third set of ANSI C changes: const function parametersChet Ramey2023-01-031-18/+18
* second set of ANSI C changes: C89-style function declarations, more inline fu...Chet Ramey2023-01-031-152/+46
* remove history position change to non-incremental search; fixes to $@ in some...Chet Ramey2022-03-251-1/+1
* fix problem with saving tty state after running a command with 'bind -x'; bui...Chet Ramey2022-03-111-0/+2
* new variables to control the active region color; minor fix to $?Chet Ramey2022-02-091-0/+8
* changes to make builtins that perform assignments work better with arbitrary ...Chet Ramey2022-01-041-5/+18
* new shell option to force globbing never to return `.' and `..' as matchesChet Ramey2022-01-041-2/+7
* more changes to avoid expanding associative array subscripts twice; internal ...Chet Ramey2021-12-221-2/+0
* fixes to LINENO, read -n, command substitution and backslash-escaped newlinesChet Ramey2021-12-201-47/+109
* fix for posix semantics for the := word expansion when assigning array elementsChet Ramey2021-12-141-4/+14
* portability and compatibility fixesChet Ramey2021-12-061-4/+0
* internal changes to prevent `unset' from scanning associative array subscript...Chet Ramey2021-11-011-25/+38
* new pattern substitution replacement feature; fix for problem with unset buil...Chet Ramey2021-10-081-1/+5
* fixes for array subscripts and values containing 0x01 charactersChet Ramey2021-09-281-19/+17
* changes to command timing with errexit; binary file checks; treat exit builti...Chet Ramey2021-09-191-8/+39
* fixes for minor memory leaksChet Ramey2021-07-191-0/+1
* more minor changes for builtins and array subscript expansion; fix to `wait -n'Chet Ramey2021-05-171-1/+2
* more changes to handle @ and * as associative array keysChet Ramey2021-05-131-2/+5
* additional changes to avoid array subscript double expansion in arithmetic co...Chet Ramey2021-05-101-4/+23
* first set of changes to eliminate array subscript double expansion in math co...Chet Ramey2021-05-071-12/+17
* new "enable-active-region" readline variableChet Ramey2021-04-301-1/+1
* allow assignment to array keys @ and *; minor completion fixChet Ramey2021-04-261-14/+12
* default value for BASH_LOADABLES_PATH; other minor changesChet Ramey2021-04-121-2/+8
* change grammar for select command to use compound_listChet Ramey2021-04-061-3/+11
* commit bash-20210112 snapshotChet Ramey2021-01-151-1/+1
* commit bash-20210107 snapshotChet Ramey2021-01-121-1/+2
* commit bash-20201211 snapshotChet Ramey2020-12-181-1/+22
* commit bash-20201001 snapshotChet Ramey2020-10-191-1/+1
* commit bash-20200803 snapshotChet Ramey2020-08-051-2/+3
* commit bash-20200501 snapshotChet Ramey2020-05-041-1/+1
* commit bash-20200427 snapshotChet Ramey2020-04-301-4/+124
* commit bash-20200420 snapshotChet Ramey2020-04-221-2/+4
* commit bash-20200323 snapshotChet Ramey2020-03-271-6/+68
* commit bash-20200214 snapshotChet Ramey2020-02-171-1/+1
* commit bash-20190719 snapshotChet Ramey2019-07-221-22/+63
* commit bash-20190313 snapshotChet Ramey2019-03-181-2/+6
* commit bash-20190109 snapshotChet Ramey2019-01-101-1/+1
* commit bash-20181109 snapshotChet Ramey2018-11-121-0/+7
* commit bash-snap-20181017 snapshotChet Ramey2018-10-181-2/+5
* commit bash-20181005 snapshotChet Ramey2018-10-081-3/+4
* commit bash-20180928 snapshotChet Ramey2018-10-011-7/+14
* commit bash-20180921 snapshotChet Ramey2018-09-251-4/+6
* commit bash-20180817 snapshotChet Ramey2018-08-201-0/+2
* commit bash-20180202 snapshotChet Ramey2018-02-051-2/+2
* commit bash-20180126 snapshotChet Ramey2018-01-291-1/+8
* commit bash-20171222 snapshotChet Ramey2018-01-021-5/+1
* commit bash-20171215 snapshotChet Ramey2018-01-021-2/+2