summaryrefslogtreecommitdiff
path: root/doc/bash.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-205/+229
* 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-146/+153
* fix for EXIT trap in -c command; suspend -f now suspends even if job control ...Chet Ramey2022-05-181-144/+146
* minor portability fixes; printf now uses double for floating point conversion...Chet Ramey2022-04-121-184/+203
* changes for the shopt compatNN optionsChet Ramey2022-02-151-158/+196
* fixes to read/wait; revert change that processes $'...' quoting in here-docum...Chet Ramey2022-01-241-159/+179
* getting ready for bash-5.2Chet Ramey2022-01-111-146/+154
* portability and compatibility fixesChet Ramey2021-12-061-140/+162
* 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
* readline: use a custom extension in LS_COLORS to set the colored completion p...Chet Ramey2021-11-161-703/+1087
* 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
* commit bash-20200615 snapshotChet Ramey2020-06-181-395/+578
* commit bash-20200313 snapshotChet Ramey2020-03-161-110/+114
* commit bash-20200131 snapshotChet Ramey2020-02-041-167/+176
* commit bash-20200117 snapshotChet Ramey2020-01-211-85/+83
* commit bash-20200110 snapshotChet Ramey2020-01-211-83/+83
* commit bash-20191127 snapshotChet Ramey2019-12-021-244/+247
* commit bash-20191122 snapshotChet Ramey2019-11-251-234/+264
* commit bash-20190712 snapshotChet Ramey2019-07-151-227/+236
* commit bash-20190621 snapshotChet Ramey2019-06-241-144/+167
* commit bash-20190612 snapshotChet Ramey2019-06-141-144/+145
* commit bash-20190524 snapshotChet Ramey2019-05-281-143/+165
* commit bash-20190424 snapshotChet Ramey2019-04-251-144/+148
* commit bash-20190227 snapshotChet Ramey2019-02-281-156/+157
* commit bash-20190104 snapshotChet Ramey2019-01-081-76/+77
* commit bash-20181221 snapshotChet Ramey2018-12-261-139/+141
* commit bash-20181123 snapshotChet Ramey2018-12-031-79/+79
* commit bash-20181116 snapshotChet Ramey2018-11-191-63/+64
* commit bash-20181109 snapshotChet Ramey2018-11-121-184/+219
* commit bash-20180907 snapshotChet Ramey2018-09-101-235/+252