summaryrefslogtreecommitdiff
path: root/doc/bashref.info
Commit message (Expand)AuthorAgeFilesLines
* complete initial implementation of nofork command substitution (${ command; })develChet Ramey2023-05-151-147/+194
* fix for incomplete multibyte characters in pasted input; fix for syntax error...Chet Ramey2023-05-041-125/+129
* allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while...Chet Ramey2023-04-241-65/+58
* new compgen -V option to store completions in an arrayChet Ramey2023-04-181-44/+50
* new GLOBSORT variableChet Ramey2023-04-161-174/+265
* bash asan fixes; minor documentation updatesChet Ramey2023-03-151-168/+177
* control default value of patsub_replacement from config-top.h; documentation ...Chet Ramey2023-02-201-177/+191
* make buffered stream read errors sticky; handle EOF in comments explicitly; d...Chet Ramey2023-02-081-141/+159
* changes to function printing; new trap -P option; posix mode changes for comm...Chet Ramey2023-01-311-146/+152
* fix for optimizing issues in sourced files; change to printf documentation to...Chet Ramey2023-01-031-195/+217
* fix for programmable completion functions setting traps on signals that readl...Chet Ramey2022-12-061-180/+189
* documentation updatesChet Ramey2022-09-201-205/+207
* modify readline so it adjusts internal variables when the locale changes betw...Chet Ramey2022-08-151-73/+79
* parse extended glob patterns in command substitutions in compatibility mode, ...Chet Ramey2022-08-021-139/+153
* additional tests; documentation updatesChet Ramey2022-07-121-124/+128
* fix mem leak with local BASH_REMATCHChet Ramey2022-06-031-112/+115
* fix for EXIT trap in -c command; suspend -f now suspends even if job control ...Chet Ramey2022-05-181-154/+160
* minor portability fixes; printf now uses double for floating point conversion...Chet Ramey2022-04-121-137/+142
* readline changes to use xfree; bumped version to bash-5.2-betaChet Ramey2022-04-081-183/+197
* changes for the shopt compatNN optionsChet Ramey2022-02-151-90/+121
* fix to multiple alias expansion problem in command substitutionsChet Ramey2022-02-091-112/+119
* change to behavior of '&' in pattern substitution replacement string; fix for...Chet Ramey2022-01-181-159/+179
* getting ready for bash-5.2Chet Ramey2022-01-111-145/+153
* fix to make += work with dynamic integer vars like RANDOMChet Ramey2021-12-131-72/+72
* portability and compatibility fixesChet Ramey2021-12-061-140/+158
* minimal-config changes; $"..." support is now a configuration optionChet Ramey2021-12-011-9/+13
* new getconf shell builtinChet Ramey2021-11-301-97/+115
* removed some commented-out code dependent on the compatibility level now that...Chet Ramey2021-11-221-176/+179
* new `patsub_replacement' shell optionChet Ramey2021-10-251-102/+136
* changes to new pattern substitution replacement; documentation updatesChet Ramey2021-10-181-169/+215
* enable support for using `&' in the pattern substitution replacement stringChet Ramey2021-10-041-137/+200
* changes to command timing with errexit; binary file checks; treat exit builti...Chet Ramey2021-09-191-103/+107
* new noexpand_translations shopt optionChet Ramey2021-08-131-169/+182
* new option to auto-close varassign redirs; fixed some new parser error report...Chet Ramey2021-06-281-128/+145
* changes to documentation to reduce gender-specific language; fix a seg fault ...Chet Ramey2021-06-171-98/+99
* changes to handling of "." and ".." when dotglob is enabled; other minor changesChet Ramey2021-06-151-165/+164
* minor documentation changesChet Ramey2021-06-011-367/+347
* new readline "fetch-history" bindable command; declare -p output changeChet Ramey2021-04-011-157/+248
* documentation tweaks for clarityChet Ramey2021-03-221-190/+284
* bindable readline command to perform spelling correction on a wordChet Ramey2021-03-181-154/+178
* commit bash-20210305 snapshotChet Ramey2021-03-101-156/+141
* commit bash-20210301 snapshotChet Ramey2021-03-051-141/+156
* commit bash-20210224 snapshotChet Ramey2021-03-011-293/+312
* commit bash-20201218 snapshotChet Ramey2020-12-251-149/+154
* commit bash-20201116 snapshotChet Ramey2020-11-181-89/+92
* commit bash-20201026 snapshotChet Ramey2020-10-301-137/+137
* commit bash-20201001 snapshotChet Ramey2020-10-191-199/+200
* commit bash-20200907 snapshotChet Ramey2020-09-211-141/+141
* commit bash-20200807 snapshotChet Ramey2020-08-121-166/+172
* commit bash-20200720 snapshotChet Ramey2020-07-281-141/+151