Chet Ramey
|
a46164736e
|
new compgen -V option to store completions in an array
|
2023-04-18 10:25:47 -04:00 |
|
Chet Ramey
|
d06fefb2ba
|
new GLOBSORT variable
|
2023-04-16 16:13:14 -04:00 |
|
Chet Ramey
|
437b73931c
|
bash asan fixes; minor documentation updates
|
2023-03-15 14:59:24 -04:00 |
|
Chet Ramey
|
3b4d12c1a2
|
control default value of patsub_replacement from config-top.h; documentation updates
|
2023-02-20 11:59:04 -05:00 |
|
Chet Ramey
|
3eab48247a
|
make buffered stream read errors sticky; handle EOF in comments explicitly; don't change point if alias-expand-line or history-expand-line don't expand anything
|
2023-02-08 11:34:51 -05:00 |
|
Chet Ramey
|
de195f9483
|
changes to function printing; new trap -P option; posix mode changes for command builtin as a declaration utility; changes for compiling without multibyte code
|
2023-01-31 10:20:31 -05:00 |
|
Chet Ramey
|
b648a9ab79
|
fix for optimizing issues in sourced files; change to printf documentation to specify valid format characters
|
2023-01-03 09:38:11 -05:00 |
|
Chet Ramey
|
237c32ba16
|
fix for programmable completion functions setting traps on signals that readline handles
|
2022-12-06 10:41:41 -05:00 |
|
Chet Ramey
|
e9c75143a2
|
documentation updates
|
2022-09-20 10:16:23 -04:00 |
|
Chet Ramey
|
b9ed20acfd
|
modify readline so it adjusts internal variables when the locale changes between calls to readline()
|
2022-08-15 12:32:00 -04:00 |
|
Chet Ramey
|
9c317a6ae1
|
parse extended glob patterns in command substitutions in compatibility mode, even if extglob is not set
|
2022-08-02 11:16:48 -04:00 |
|
Chet Ramey
|
87a6e89edc
|
additional tests; documentation updates
|
2022-07-12 10:19:29 -04:00 |
|
Chet Ramey
|
ebeba87477
|
fix mem leak with local BASH_REMATCH
|
2022-06-03 11:33:35 -04:00 |
|
Chet Ramey
|
daff9ecae9
|
fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled
|
2022-05-18 09:50:42 -04:00 |
|
Chet Ramey
|
0b9a4b3ae0
|
readline changes to use xfree; bumped version to bash-5.2-beta
|
2022-04-08 11:03:02 -04:00 |
|
Chet Ramey
|
6d69b62547
|
changes for the shopt compatNN options
|
2022-02-15 11:52:30 -05:00 |
|
Chet Ramey
|
2a1c81bf63
|
change to behavior of '&' in pattern substitution replacement string; fix for blank lines in multiline commands saved in command history
|
2022-01-18 10:59:53 -05:00 |
|
Chet Ramey
|
5e6f45d9b1
|
getting ready for bash-5.2
|
2022-01-11 15:53:25 -05:00 |
|
Chet Ramey
|
567c0bc2ed
|
fix to make += work with dynamic integer vars like RANDOM
|
2021-12-13 09:37:23 -05:00 |
|
Chet Ramey
|
fffe80d438
|
new getconf shell builtin
|
2021-11-30 10:41:22 -05:00 |
|
Chet Ramey
|
25e43d2c0a
|
removed some commented-out code dependent on the compatibility level now that the version is 5.2
|
2021-11-22 10:11:06 -05:00 |
|
Chet Ramey
|
c813e24652
|
new `patsub_replacement' shell option
|
2021-10-25 11:56:15 -04:00 |
|
Chet Ramey
|
1fff64acdc
|
changes to new pattern substitution replacement; documentation updates
|
2021-10-18 10:57:20 -04:00 |
|
Chet Ramey
|
f188aa6a01
|
enable support for using `&' in the pattern substitution replacement string
|
2021-10-04 15:30:21 -04:00 |
|
Chet Ramey
|
9928dcb48f
|
changes to command timing with errexit; binary file checks; treat exit builtin slightly differently when using bash -c
|
2021-09-19 13:44:55 -04:00 |
|
Chet Ramey
|
f5b3299801
|
new noexpand_translations shopt option
|
2021-08-13 11:53:16 -04:00 |
|
Chet Ramey
|
3fb16fce32
|
new option to auto-close varassign redirs; fixed some new parser error reporting issues
|
2021-06-28 10:26:43 -04:00 |
|
Chet Ramey
|
8d3cecab33
|
changes to documentation to reduce gender-specific language; fix a seg fault in `fc'
|
2021-06-17 17:10:49 -04:00 |
|
Chet Ramey
|
da43077c47
|
changes to handling of "." and ".." when dotglob is enabled; other minor changes
|
2021-06-15 15:07:40 -04:00 |
|
Chet Ramey
|
6e11792d93
|
minor documentation changes
|
2021-06-01 11:30:37 -04:00 |
|
Chet Ramey
|
8f485ff84c
|
new readline "fetch-history" bindable command; declare -p output change
|
2021-04-01 17:25:48 -04:00 |
|
Chet Ramey
|
b37342db4f
|
documentation tweaks for clarity
|
2021-03-22 11:16:34 -04:00 |
|
Chet Ramey
|
6be3a741cb
|
bindable readline command to perform spelling correction on a word
|
2021-03-18 11:48:48 -04:00 |
|
Chet Ramey
|
11bf534f36
|
commit bash-20210305 snapshot
|
2021-03-10 10:35:28 -05:00 |
|
Chet Ramey
|
b3b5f4bb33
|
commit bash-20210301 snapshot
|
2021-03-05 15:13:16 -05:00 |
|
Chet Ramey
|
fd2822e645
|
commit bash-20210224 snapshot
|
2021-03-01 15:03:46 -05:00 |
|
Chet Ramey
|
50fc6e33fe
|
commit bash-20201116 snapshot
|
2020-11-18 16:13:46 -05:00 |
|
Chet Ramey
|
22b8a76dd6
|
commit bash-20201026 snapshot
|
2020-10-30 09:56:17 -04:00 |
|
Chet Ramey
|
d514a08760
|
commit bash-20201001 snapshot
|
2020-10-19 08:56:41 -04:00 |
|
Chet Ramey
|
9c10def123
|
commit bash-20200907 snapshot
|
2020-09-21 08:52:51 -04:00 |
|
Chet Ramey
|
7a257517b7
|
commit bash-20200807 snapshot
|
2020-08-12 14:39:05 -04:00 |
|
Chet Ramey
|
e6983002ec
|
commit bash-20200720 snapshot
|
2020-07-28 17:19:25 -04:00 |
|
Chet Ramey
|
d37a47224a
|
commit bash-20200615 snapshot
|
2020-06-18 11:09:26 -04:00 |
|
Chet Ramey
|
e2e18b720b
|
commit bash-20200327 snapshot
|
2020-03-30 10:22:57 -04:00 |
|
Chet Ramey
|
5f49ef47d1
|
commit bash-20200323 snapshot
|
2020-03-27 10:30:38 -04:00 |
|
Chet Ramey
|
10db656551
|
commit bash-20200131 snapshot
|
2020-02-04 10:14:42 -05:00 |
|
Chet Ramey
|
abfcfa4e6f
|
commit bash-20200110 snapshot
|
2020-01-21 09:45:54 -05:00 |
|
Chet Ramey
|
091c6bc481
|
commit bash-20191127 snapshot
|
2019-12-02 17:23:48 -05:00 |
|
Chet Ramey
|
fc35c477cd
|
commit bash-20191122 snapshot
|
2019-11-25 11:48:29 -05:00 |
|
Chet Ramey
|
e2169ae94e
|
commit bash-20190712 snapshot
|
2019-07-15 09:15:15 -04:00 |
|