Chet Ramey
|
f9ed510acb
|
fix to RL_STATE_EOF in readline callback mode; fix to edge case for terminating signal handling and exit traps in -c command
|
2022-05-03 10:43:44 -04:00 |
|
Chet Ramey
|
98300c9405
|
force using temp files for here documents with shell compatibility setting; fix small memleak in programmable completion
|
2022-04-26 10:21:05 -04:00 |
|
Chet Ramey
|
3be2a2ca9a
|
minor portability fixes; printf now uses double for floating point conversions by default in posix mode
|
2022-04-12 09:57:43 -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
|
505f60f94c
|
fix for history-search-backward after previous-history clearing the undo list
|
2022-04-04 09:40:49 -04:00 |
|
Chet Ramey
|
8f68f9f0ff
|
remove history position change to non-incremental search; fixes to $@ in some word expansions like :+
|
2022-03-25 09:52:26 -04:00 |
|
Chet Ramey
|
5bba60397c
|
changes to history-search-forward, history-search backward to make the final history position more similar to incremental search
|
2022-03-21 11:00:53 -04:00 |
|
Chet Ramey
|
b6a567e7f1
|
fix problem with saving tty state after running a command with 'bind -x'; builtins that create associative arrays can now convert existing scalar variables to associative arrays
|
2022-03-11 16:09:24 -05:00 |
|
Chet Ramey
|
b4e5e5505c
|
fix to readline redisplay of invisible chars at end of line; fix to here-document delimiter quote removal; prompt expansion makes invisible chars in w, W, s visible
|
2022-03-07 09:21:09 -05:00 |
|
Chet Ramey
|
6c4a9a5cb7
|
efficiency change to command hashing; fix pointer aliasing problem with readline history-search-backward
|
2022-03-01 09:32:15 -05:00 |
|
Chet Ramey
|
e7a56619a2
|
changes to make EOF state available to readline applications; fix for command substitution parsing inside conditional command
|
2022-02-21 10:06:44 -05:00 |
|
Chet Ramey
|
6d69b62547
|
changes for the shopt compatNN options
|
2022-02-15 11:52:30 -05:00 |
|
Chet Ramey
|
bf09dfc08d
|
document new readline variables "active-region-start-color" and "active-region-end-color"
|
2022-02-11 09:12:39 -05:00 |
|
Chet Ramey
|
d70b53393e
|
new variables to control the active region color; minor fix to $?
|
2022-02-09 10:21:04 -05:00 |
|
Chet Ramey
|
b325b0e96b
|
more changes for here-docs and $'...'; command optimization updates
|
2022-01-31 09:53:03 -05:00 |
|
Chet Ramey
|
e93bed95a8
|
fix for adding here-documents to history; change to checking for custom LS_COLORS prefix
|
2021-12-09 15:31:21 -05:00 |
|
Chet Ramey
|
e59452c752
|
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present
|
2021-11-16 09:57:07 -05:00 |
|
Chet Ramey
|
d384b92874
|
update version to 5.2-devel, update copyright dates
|
2021-11-08 09:53:24 -05:00 |
|
Chet Ramey
|
1984960023
|
fix readline expand prompt issue; fixes for readline fuzzing issues
|
2021-10-28 14:39:34 -04:00 |
|
Chet Ramey
|
304b1e938c
|
preserve traps across a failed exec; small changes to how completion options interact; fix a bug with arithmetic for commands and LINENO
|
2021-10-11 10:38:16 -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
|
fa1e33671d
|
prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes
|
2021-09-27 10:29:22 -04:00 |
|
Chet Ramey
|
70a158ede9
|
more changes for autoconf-2.71: AC_TRY_LINK; minor typo change to readline
|
2021-09-22 09:30:03 -04:00 |
|
Chet Ramey
|
4410784029
|
more updates for autoconf-2.71: removing usage of AC_TRY_RUN
|
2021-09-13 10:08:15 -04:00 |
|
Chet Ramey
|
a67031fe11
|
configuration changes to remove obsolete autoconf macros, and resultant changes to some source files
|
2021-09-08 11:16:55 -04:00 |
|
Chet Ramey
|
61782ca16b
|
minor fix to readline:unix-filename-rubout
|
2021-08-30 11:40:26 -04:00 |
|
Chet Ramey
|
2adf06d9f8
|
minor fixes; readline API change for rl_completer_word_break_characters ; readline fixes for MSVC
|
2021-08-19 15:48:31 -04:00 |
|
Chet Ramey
|
8ede7a904f
|
readline changes for MSVC wide chars; check for more write errors
|
2021-07-16 15:11:03 -04:00 |
|
Chet Ramey
|
9e3495c9e9
|
readline: free undo list associated with the saved history line when traversing history
|
2021-07-12 11:09:44 -04:00 |
|
Chet Ramey
|
5a0e5b7b28
|
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably
|
2021-07-06 15:35:08 -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
|
2047e28584
|
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
|
2021-05-24 16:09:47 -04:00 |
|
Chet Ramey
|
7b024db83e
|
more minor changes for builtins and array subscript expansion; fix to `wait -n'
|
2021-05-17 12:03:03 -04:00 |
|
Chet Ramey
|
b196583609
|
new "enable-active-region" readline variable
|
2021-04-30 16:56:05 -04:00 |
|
Chet Ramey
|
3fd77612fc
|
allow assignment to array keys @ and *; minor completion fix
|
2021-04-26 16:31:46 -04:00 |
|
Chet Ramey
|
d128c3ddc1
|
command completion, key binding fixes
|
2021-04-19 09:40:14 -04:00 |
|
Chet Ramey
|
fb4ddc2d2b
|
default value for BASH_LOADABLES_PATH; other minor changes
|
2021-04-12 16:44:43 -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
|
65822e5011
|
alias expansion fix in case statements
|
2021-03-29 10:25:18 -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
|
2fe2e8197e
|
application-settable readline timeouts
|
2021-03-11 18:41:17 -05:00 |
|
Chet Ramey
|
128c5d41b0
|
read builtin timeouts no longer use SIGALRM
|
2021-03-10 17:15:44 -05:00 |
|
Chet Ramey
|
11bf534f36
|
commit bash-20210305 snapshot
|
2021-03-10 10:35:28 -05:00 |
|
Chet Ramey
|
fd2822e645
|
commit bash-20210224 snapshot
|
2021-03-01 15:03:46 -05:00 |
|
Chet Ramey
|
c3b1868126
|
commit bash-20210217 snapshot
|
2021-02-24 15:32:34 -05:00 |
|
Chet Ramey
|
a6c3a43f43
|
commit bash-20210211 snapshot
|
2021-02-15 10:55:26 -05:00 |
|
Chet Ramey
|
6110f1bc2b
|
commit bash-20210203 snapshot
|
2021-02-06 18:28:36 -05:00 |
|
Chet Ramey
|
4be5608573
|
commit bash-20210122 snapshot
|
2021-01-27 11:49:50 -05:00 |
|
Chet Ramey
|
38881450ed
|
commit bash-20210121 snapshot
|
2021-01-22 15:21:24 -05:00 |
|