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
|
72206eb271
|
new alternate array implementation that prioritizes access time over sparse arrays; selectable via configure
|
2021-09-23 16:14:29 -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
|
232f591964
|
more updates for autoconf-2.71: removing usage of AC_TRY_COMPILE
|
2021-09-20 11:05:10 -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
|
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
|
2208813a97
|
optimize many cases of $(<file) not to require a fork
|
2021-09-02 10:52:20 -04:00 |
|
Chet Ramey
|
61782ca16b
|
minor fix to readline:unix-filename-rubout
|
2021-08-30 11:40:26 -04:00 |
|
Chet Ramey
|
ea32b611f7
|
new "@k" parameter transformation; minor completion fix for uncommon case
|
2021-08-23 15:54:49 -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
|
cf8298cb22
|
minor fixes; bad printf -v return status
|
2021-08-18 11:32:26 -04:00 |
|
Chet Ramey
|
f5b3299801
|
new noexpand_translations shopt option
|
2021-08-13 11:53:16 -04:00 |
|
Chet Ramey
|
4d4294caf7
|
globbing reacts to signals more quickly; new printf %Q format specifier; readline completion handles multiline quotes better
|
2021-08-08 20:44:28 -04:00 |
|
Chet Ramey
|
0edd0a9183
|
"enable name" when name is not a shell builtin attempts to load it from a shared object
|
2021-08-02 12:07:40 -04:00 |
|
Chet Ramey
|
6c84d09c19
|
make $0 available to non-interactive shell startup files
|
2021-07-28 10:27:04 -04:00 |
|
Chet Ramey
|
6650b4de61
|
fixes for minor memory leaks
|
2021-07-19 09:58:33 -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
|
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
|
03de84de4a
|
command substitution parsing now calls the parser recursively
|
2021-06-21 10:27:21 -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
|
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
|
88bdb448b4
|
minor changes for builtin array subscript expansion; additional tests
|
2021-05-14 16:39:14 -04:00 |
|
Chet Ramey
|
a30f513fc4
|
more changes to handle @ and * as associative array keys
|
2021-05-13 14:49:18 -04:00 |
|
Chet Ramey
|
b304aabc92
|
additional changes to avoid array subscript double expansion in arithmetic contexts
|
2021-05-10 09:58:14 -04:00 |
|
Chet Ramey
|
35bc7025c1
|
first set of changes to eliminate array subscript double expansion in math contexts
|
2021-05-07 10:56:24 -04:00 |
|
Chet Ramey
|
59c575fd91
|
changes to mapfile, read builtins for unbuffered reads
|
2021-05-05 10:45:28 -04:00 |
|
Chet Ramey
|
b196583609
|
new "enable-active-region" readline variable
|
2021-04-30 16:56:05 -04:00 |
|
Chet Ramey
|
046d0cc93b
|
allow builtins to assign to associative arrays using @ or * as keys; fixes to glob completion of command words
|
2021-04-28 11:30:31 -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
|
0e51345317
|
change grammar for select command to use compound_list
|
2021-04-06 11:37:01 -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
|
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
|
83c4ad27c7
|
process $'...' and $"..." in here-documents
|
2021-03-15 09:30:44 -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
|
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
|
c3b1868126
|
commit bash-20210217 snapshot
|
2021-02-24 15:32:34 -05:00 |
|
Chet Ramey
|
a7309caba4
|
commit bash-20210215 snapshot
|
2021-02-17 15:31:03 -05:00 |
|