summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-151-0/+5
* new GLOBSORT variableChet Ramey2023-04-161-0/+3
* fixes for glibc time/gettimeofday issue; fix issue with history file containi...Chet Ramey2023-03-271-0/+1
* posix conformance fixesChet Ramey2023-03-101-0/+2
* readline fix for rl_undo_list pointer aliasing; arith command sets word_topChet Ramey2023-03-061-0/+1
* local variables no longer modify external variables if the variable is suppli...Chet Ramey2023-02-271-0/+1
* add support for case-insensitive incremental and non-incremental history sear...Chet Ramey2023-02-171-0/+1
* fix tilde expansion in associative array compound assignmentsChet Ramey2023-02-071-1/+3
* printf changes: %q/%Q altform, %ls/%lc wide character strings; posix mode cha...Chet Ramey2023-02-061-0/+1
* fix terminal pgrp issue with async jobs in non-interactive shells; history_ex...Chet Ramey2023-01-201-0/+1
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-031-0/+1
* fix comsub inside parameter expansion in here-document; fix readline longjmp ...Chet Ramey2022-12-191-0/+1
* fix for parameter length expressions for nameref variables expanding to inval...Chet Ramey2022-12-131-0/+1
* more changes for bracket expressions in patternsChet Ramey2022-12-021-0/+4
* fixes for posix-mode alias expansion in command substitutions; fix for multip...Chet Ramey2022-10-181-0/+2
* fixes for extended glob in compat mode; fix for brackets appearing in nested ...Chet Ramey2022-10-071-0/+1
* documentation updatesChet Ramey2022-09-201-1/+1
* fix for problem with command substitutions inside aliasesChet Ramey2022-09-011-0/+1
* fix for exec builtin when the command is not foundChet Ramey2022-08-231-0/+1
* fixed gcc printf warning; fixed typos in comments and support filesChet Ramey2022-07-261-1/+1
* additional tests; documentation updatesChet Ramey2022-07-121-0/+1
* updated translations; minor change to DEBUG trapChet Ramey2022-06-221-0/+1
* bumped version to 5.2-rc1Chet Ramey2022-06-141-1/+1
* fix for EXIT trap in -c command; suspend -f now suspends even if job control ...Chet Ramey2022-05-181-0/+1
* fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminati...Chet Ramey2022-05-031-0/+1
* fix up parser flags command substitution parsing inherits; using temp files f...Chet Ramey2022-04-271-0/+1
* minor portability fixes; printf now uses double for floating point conversion...Chet Ramey2022-04-121-0/+1
* remove history position change to non-incremental search; fixes to $@ in some...Chet Ramey2022-03-251-0/+2
* document new readline variables "active-region-start-color" and "active-regio...Chet Ramey2022-02-111-0/+1
* more changes for here-docs and $'...'; command optimization updatesChet Ramey2022-01-311-0/+1
* change to behavior of '&' in pattern substitution replacement string; fix for...Chet Ramey2022-01-181-3/+6
* new shell option to force globbing never to return `.' and `..' as matchesChet Ramey2022-01-041-0/+2
* more changes to avoid expanding associative array subscripts twice; internal ...Chet Ramey2021-12-221-0/+2
* fix for posix semantics for the := word expansion when assigning array elementsChet Ramey2021-12-141-0/+1
* new getconf shell builtinChet Ramey2021-11-301-2/+2
* readline: use a custom extension in LS_COLORS to set the colored completion p...Chet Ramey2021-11-161-1/+0
* update version to 5.2-devel, update copyright datesChet Ramey2021-11-081-0/+1
* enable support for using `&' in the pattern substitution replacement stringChet Ramey2021-10-041-0/+1
* fixes for array subscripts and values containing 0x01 charactersChet Ramey2021-09-281-0/+1
* new alternate array implementation that prioritizes access time over sparse a...Chet Ramey2021-09-231-0/+1
* changes to command timing with errexit; binary file checks; treat exit builti...Chet Ramey2021-09-191-0/+2
* new "@k" parameter transformation; minor completion fix for uncommon caseChet Ramey2021-08-231-0/+1
* readline changes for MSVC wide chars; check for more write errorsChet Ramey2021-07-161-0/+1
* new option to auto-close varassign redirs; fixed some new parser error report...Chet Ramey2021-06-281-0/+1
* command substitution parsing now calls the parser recursivelyChet Ramey2021-06-211-0/+1
* changes to handling of "." and ".." when dotglob is enabled; other minor changesChet Ramey2021-06-151-0/+1
* minor changes for builtin array subscript expansion; additional testsChet Ramey2021-05-141-0/+1
* more changes to handle @ and * as associative array keysChet Ramey2021-05-131-0/+1
* first set of changes to eliminate array subscript double expansion in math co...Chet Ramey2021-05-071-0/+8
* process $'...' and $"..." in here-documentsChet Ramey2021-03-151-0/+1