]> git.ipfire.org Git - thirdparty/bash.git/log
thirdparty/bash.git
3 years agonew getconf shell builtin
Chet Ramey [Tue, 30 Nov 2021 15:41:22 +0000 (10:41 -0500)] 
new getconf shell builtin

3 years agoremoved some commented-out code dependent on the compatibility level now that the...
Chet Ramey [Mon, 22 Nov 2021 15:11:06 +0000 (10:11 -0500)] 
removed some commented-out code dependent on the compatibility level now that the version is 5.2

3 years agoreadline: use a custom extension in LS_COLORS to set the colored completion prefix...
Chet Ramey [Tue, 16 Nov 2021 14:57:07 +0000 (09:57 -0500)] 
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present

3 years agoupdate version to 5.2-devel, update copyright dates
Chet Ramey [Mon, 8 Nov 2021 14:53:24 +0000 (09:53 -0500)] 
update version to 5.2-devel, update copyright dates

3 years agominor fixes to command -p, posix-mode tilde expansion, line numbers when in ERR traps
Chet Ramey [Thu, 4 Nov 2021 19:45:55 +0000 (15:45 -0400)] 
minor fixes to command -p, posix-mode tilde expansion, line numbers when in ERR traps

3 years agointernal changes to prevent `unset' from scanning associative array subscripts multip...
Chet Ramey [Mon, 1 Nov 2021 14:42:50 +0000 (10:42 -0400)] 
internal changes to prevent `unset' from scanning associative array subscripts multiple times

3 years agofix readline expand prompt issue; fixes for readline fuzzing issues
Chet Ramey [Thu, 28 Oct 2021 18:39:34 +0000 (14:39 -0400)] 
fix readline expand prompt issue; fixes for readline fuzzing issues

3 years agonew `patsub_replacement' shell option
Chet Ramey [Mon, 25 Oct 2021 15:56:15 +0000 (11:56 -0400)] 
new `patsub_replacement' shell option

3 years agominor documentation update on SIGINT handling
Chet Ramey [Thu, 21 Oct 2021 20:02:37 +0000 (16:02 -0400)] 
minor documentation update on SIGINT handling

3 years agochanges to new pattern substitution replacement; documentation updates
Chet Ramey [Mon, 18 Oct 2021 14:57:20 +0000 (10:57 -0400)] 
changes to new pattern substitution replacement; documentation updates

3 years agopreserve traps across a failed exec; small changes to how completion options interact...
Chet Ramey [Mon, 11 Oct 2021 14:38:16 +0000 (10:38 -0400)] 
preserve traps across a failed exec; small changes to how completion options interact; fix a bug with arithmetic for commands and LINENO

3 years agonew pattern substitution replacement feature; fix for problem with unset builtin...
Chet Ramey [Fri, 8 Oct 2021 12:21:16 +0000 (08:21 -0400)] 
new pattern substitution replacement feature; fix for problem with unset builtin and associative arrays

3 years agoenable support for using `&' in the pattern substitution replacement string
Chet Ramey [Mon, 4 Oct 2021 19:30:21 +0000 (15:30 -0400)] 
enable support for using `&' in the pattern substitution replacement string

3 years agofixes for array subscripts and values containing 0x01 characters
Chet Ramey [Tue, 28 Sep 2021 19:13:02 +0000 (15:13 -0400)] 
fixes for array subscripts and values containing 0x01 characters

3 years agoprompt reprinting fixes for readline when screenwidth is less than prompt length...
Chet Ramey [Mon, 27 Sep 2021 14:29:22 +0000 (10:29 -0400)] 
prompt reprinting fixes for readline when screenwidth is less than prompt length; redirection fixes

3 years agonew alternate array implementation that prioritizes access time over sparse arrays...
Chet Ramey [Thu, 23 Sep 2021 20:14:29 +0000 (16:14 -0400)] 
new alternate array implementation that prioritizes access time over sparse arrays; selectable via configure

3 years agomore changes for autoconf-2.71: AC_TRY_LINK; minor typo change to readline
Chet Ramey [Wed, 22 Sep 2021 13:30:03 +0000 (09:30 -0400)] 
more changes for autoconf-2.71: AC_TRY_LINK; minor typo change to readline

3 years agomore updates for autoconf-2.71: removing usage of AC_TRY_COMPILE
Chet Ramey [Mon, 20 Sep 2021 15:05:10 +0000 (11:05 -0400)] 
more updates for autoconf-2.71: removing usage of AC_TRY_COMPILE

3 years agochanges to command timing with errexit; binary file checks; treat exit builtin slight...
Chet Ramey [Sun, 19 Sep 2021 17:44:55 +0000 (13:44 -0400)] 
changes to command timing with errexit; binary file checks; treat exit builtin slightly differently when using bash -c

3 years agomore updates for autoconf-2.71: removing usage of AC_TRY_RUN
Chet Ramey [Mon, 13 Sep 2021 14:08:15 +0000 (10:08 -0400)] 
more updates for autoconf-2.71: removing usage of AC_TRY_RUN

3 years agoconfiguration changes to remove obsolete autoconf macros, and resultant changes to...
Chet Ramey [Wed, 8 Sep 2021 15:16:55 +0000 (11:16 -0400)] 
configuration changes to remove obsolete autoconf macros, and resultant changes to some source files

3 years agooptimize many cases of $(<file) not to require a fork
Chet Ramey [Thu, 2 Sep 2021 14:52:20 +0000 (10:52 -0400)] 
optimize many cases of $(<file) not to require a fork

3 years agominor fix to readline:unix-filename-rubout
Chet Ramey [Mon, 30 Aug 2021 15:40:26 +0000 (11:40 -0400)] 
minor fix to readline:unix-filename-rubout

3 years agonew "@k" parameter transformation; minor completion fix for uncommon case
Chet Ramey [Mon, 23 Aug 2021 19:54:49 +0000 (15:54 -0400)] 
new "@k" parameter transformation; minor completion fix for uncommon case

3 years agominor fixes; readline API change for rl_completer_word_break_characters ; readline...
Chet Ramey [Thu, 19 Aug 2021 19:48:31 +0000 (15:48 -0400)] 
minor fixes; readline API change for rl_completer_word_break_characters ; readline fixes for MSVC

3 years agominor fixes; bad printf -v return status
Chet Ramey [Wed, 18 Aug 2021 15:32:26 +0000 (11:32 -0400)] 
minor fixes; bad printf -v return status

4 years agonew noexpand_translations shopt option
Chet Ramey [Fri, 13 Aug 2021 15:53:16 +0000 (11:53 -0400)] 
new noexpand_translations shopt option

4 years agoglobbing reacts to signals more quickly; new printf %Q format specifier; readline...
Chet Ramey [Mon, 9 Aug 2021 00:44:28 +0000 (20:44 -0400)] 
globbing reacts to signals more quickly; new printf %Q format specifier; readline completion handles multiline quotes better

4 years ago"enable name" when name is not a shell builtin attempts to load it from a shared...
Chet Ramey [Mon, 2 Aug 2021 16:07:40 +0000 (12:07 -0400)] 
"enable name" when name is not a shell builtin attempts to load it from a shared object

4 years agomake $0 available to non-interactive shell startup files
Chet Ramey [Wed, 28 Jul 2021 14:27:04 +0000 (10:27 -0400)] 
make $0 available to non-interactive shell startup files

4 years agofixes for minor memory leaks
Chet Ramey [Mon, 19 Jul 2021 13:58:33 +0000 (09:58 -0400)] 
fixes for minor memory leaks

4 years agoreadline changes for MSVC wide chars; check for more write errors
Chet Ramey [Fri, 16 Jul 2021 19:11:03 +0000 (15:11 -0400)] 
readline changes for MSVC wide chars; check for more write errors

4 years agoreadline: free undo list associated with the saved history line when traversing history
Chet Ramey [Mon, 12 Jul 2021 15:09:44 +0000 (11:09 -0400)] 
readline: free undo list associated with the saved history line when traversing history

4 years agooptimization changes; makefile changes to make specifying CFLAGS less annoying; print...
Chet Ramey [Tue, 6 Jul 2021 19:35:08 +0000 (15:35 -0400)] 
optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably

4 years agonew option to auto-close varassign redirs; fixed some new parser error reporting...
Chet Ramey [Mon, 28 Jun 2021 14:26:43 +0000 (10:26 -0400)] 
new option to auto-close varassign redirs; fixed some new parser error reporting issues

4 years agocommand substitution parsing now calls the parser recursively
Chet Ramey [Mon, 21 Jun 2021 14:27:21 +0000 (10:27 -0400)] 
command substitution parsing now calls the parser recursively

4 years agochanges to documentation to reduce gender-specific language; fix a seg fault in `fc'
Chet Ramey [Thu, 17 Jun 2021 21:10:49 +0000 (17:10 -0400)] 
changes to documentation to reduce gender-specific language; fix a seg fault in `fc'

4 years agochanges to handling of "." and ".." when dotglob is enabled; other minor changes
Chet Ramey [Tue, 15 Jun 2021 19:07:40 +0000 (15:07 -0400)] 
changes to handling of "." and ".." when dotglob is enabled; other minor changes

4 years agominor documentation changes
Chet Ramey [Tue, 1 Jun 2021 15:30:37 +0000 (11:30 -0400)] 
minor documentation changes

4 years agoadd numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
Chet Ramey [Mon, 24 May 2021 20:09:47 +0000 (16:09 -0400)] 
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes

4 years agomore minor changes for builtins and array subscript expansion; fix to `wait -n'
Chet Ramey [Mon, 17 May 2021 16:03:03 +0000 (12:03 -0400)] 
more minor changes for builtins and array subscript expansion; fix to `wait -n'

4 years agominor changes for builtin array subscript expansion; additional tests
Chet Ramey [Fri, 14 May 2021 20:39:14 +0000 (16:39 -0400)] 
minor changes for builtin array subscript expansion; additional tests

4 years agomore changes to handle @ and * as associative array keys
Chet Ramey [Thu, 13 May 2021 18:49:18 +0000 (14:49 -0400)] 
more changes to handle @ and * as associative array keys

4 years agoadditional changes to avoid array subscript double expansion in arithmetic contexts
Chet Ramey [Mon, 10 May 2021 13:58:14 +0000 (09:58 -0400)] 
additional changes to avoid array subscript double expansion in arithmetic contexts

4 years agofirst set of changes to eliminate array subscript double expansion in math contexts
Chet Ramey [Fri, 7 May 2021 14:56:24 +0000 (10:56 -0400)] 
first set of changes to eliminate array subscript double expansion in math contexts

4 years agochanges to mapfile, read builtins for unbuffered reads
Chet Ramey [Wed, 5 May 2021 14:45:28 +0000 (10:45 -0400)] 
changes to mapfile, read builtins for unbuffered reads

4 years agonew "enable-active-region" readline variable
Chet Ramey [Fri, 30 Apr 2021 20:56:05 +0000 (16:56 -0400)] 
new "enable-active-region" readline variable

4 years agoallow builtins to assign to associative arrays using @ or * as keys; fixes to glob...
Chet Ramey [Wed, 28 Apr 2021 15:30:31 +0000 (11:30 -0400)] 
allow builtins to assign to associative arrays using @ or * as keys; fixes to glob completion of command words

4 years agoallow assignment to array keys @ and *; minor completion fix
Chet Ramey [Mon, 26 Apr 2021 20:31:46 +0000 (16:31 -0400)] 
allow assignment to array keys @ and *; minor completion fix

4 years agocommand completion, key binding fixes
Chet Ramey [Mon, 19 Apr 2021 13:40:14 +0000 (09:40 -0400)] 
command completion, key binding fixes

4 years agodefault value for BASH_LOADABLES_PATH; other minor changes
Chet Ramey [Mon, 12 Apr 2021 20:44:43 +0000 (16:44 -0400)] 
default value for BASH_LOADABLES_PATH; other minor changes

4 years agochange grammar for select command to use compound_list
Chet Ramey [Tue, 6 Apr 2021 15:37:01 +0000 (11:37 -0400)] 
change grammar for select command to use compound_list

4 years agonew readline "fetch-history" bindable command; declare -p output change
Chet Ramey [Thu, 1 Apr 2021 21:25:48 +0000 (17:25 -0400)] 
new readline "fetch-history" bindable command; declare -p output change

4 years agoalias expansion fix in case statements
Chet Ramey [Mon, 29 Mar 2021 14:25:18 +0000 (10:25 -0400)] 
alias expansion fix in case statements

4 years agodocumentation tweaks for clarity
Chet Ramey [Mon, 22 Mar 2021 15:16:34 +0000 (11:16 -0400)] 
documentation tweaks for clarity

4 years agobindable readline command to perform spelling correction on a word
Chet Ramey [Thu, 18 Mar 2021 15:48:48 +0000 (11:48 -0400)] 
bindable readline command to perform spelling correction on a word

4 years agoprocess $'...' and $"..." in here-documents
Chet Ramey [Mon, 15 Mar 2021 13:30:44 +0000 (09:30 -0400)] 
process $'...' and $"..." in here-documents

4 years agoapplication-settable readline timeouts
Chet Ramey [Thu, 11 Mar 2021 23:41:17 +0000 (18:41 -0500)] 
application-settable readline timeouts

4 years agoread builtin timeouts no longer use SIGALRM
Chet Ramey [Wed, 10 Mar 2021 22:15:44 +0000 (17:15 -0500)] 
read builtin timeouts no longer use SIGALRM

4 years agocommit bash-20210305 snapshot
Chet Ramey [Wed, 10 Mar 2021 15:35:28 +0000 (10:35 -0500)] 
commit bash-20210305 snapshot

4 years agocommit bash-20210301 snapshot
Chet Ramey [Fri, 5 Mar 2021 20:13:16 +0000 (15:13 -0500)] 
commit bash-20210301 snapshot

4 years agocommit bash-20210224 snapshot
Chet Ramey [Mon, 1 Mar 2021 20:03:46 +0000 (15:03 -0500)] 
commit bash-20210224 snapshot

4 years agocommit bash-20210217 snapshot
Chet Ramey [Wed, 24 Feb 2021 20:32:34 +0000 (15:32 -0500)] 
commit bash-20210217 snapshot

4 years agocommit bash-20210215 snapshot
Chet Ramey [Wed, 17 Feb 2021 20:31:03 +0000 (15:31 -0500)] 
commit bash-20210215 snapshot

4 years agocommit bash-20210211 snapshot
Chet Ramey [Mon, 15 Feb 2021 15:55:26 +0000 (10:55 -0500)] 
commit bash-20210211 snapshot

4 years agocommit bash-20210209 snapshot
Chet Ramey [Thu, 11 Feb 2021 22:19:31 +0000 (17:19 -0500)] 
commit bash-20210209 snapshot

4 years agocommit bash-20210206 snapshot
Chet Ramey [Tue, 9 Feb 2021 21:22:13 +0000 (16:22 -0500)] 
commit bash-20210206 snapshot

4 years agocommit bash-20210203 snapshot
Chet Ramey [Sat, 6 Feb 2021 23:28:36 +0000 (18:28 -0500)] 
commit bash-20210203 snapshot

4 years agocommit bash-20210201 snapshot
Chet Ramey [Sat, 6 Feb 2021 23:27:50 +0000 (18:27 -0500)] 
commit bash-20210201 snapshot

4 years agocommit bash-20210127 snapshot
Chet Ramey [Mon, 1 Feb 2021 20:09:07 +0000 (15:09 -0500)] 
commit bash-20210127 snapshot

4 years agocommit bash-20210122 snapshot
Chet Ramey [Wed, 27 Jan 2021 16:49:50 +0000 (11:49 -0500)] 
commit bash-20210122 snapshot

4 years agocommit bash-20210121 snapshot
Chet Ramey [Fri, 22 Jan 2021 20:21:24 +0000 (15:21 -0500)] 
commit bash-20210121 snapshot

4 years agocommit bash-20210119 snapshot
Chet Ramey [Fri, 22 Jan 2021 20:20:38 +0000 (15:20 -0500)] 
commit bash-20210119 snapshot

4 years agocommit bash-20210115 snapshot
Chet Ramey [Tue, 19 Jan 2021 22:12:43 +0000 (17:12 -0500)] 
commit bash-20210115 snapshot

4 years agocommit bash-20210112 snapshot
Chet Ramey [Fri, 15 Jan 2021 19:39:20 +0000 (14:39 -0500)] 
commit bash-20210112 snapshot

4 years agocommit bash-20210107 snapshot
Chet Ramey [Tue, 12 Jan 2021 14:18:30 +0000 (09:18 -0500)] 
commit bash-20210107 snapshot

4 years agocommit bash-20210104 snapshot
Chet Ramey [Thu, 7 Jan 2021 19:26:11 +0000 (14:26 -0500)] 
commit bash-20210104 snapshot

4 years agocommit bash-20201230 snapshot
Chet Ramey [Thu, 7 Jan 2021 19:25:24 +0000 (14:25 -0500)] 
commit bash-20201230 snapshot

4 years agocommit bash-20201226 snapshot
Chet Ramey [Wed, 30 Dec 2020 18:17:27 +0000 (13:17 -0500)] 
commit bash-20201226 snapshot

4 years agocommit bash-20201218 snapshot
Chet Ramey [Fri, 25 Dec 2020 23:17:33 +0000 (18:17 -0500)] 
commit bash-20201218 snapshot

4 years agocommit bash-20201214 snapshot
Chet Ramey [Fri, 18 Dec 2020 20:27:28 +0000 (15:27 -0500)] 
commit bash-20201214 snapshot

4 years agocommit bash-20201211 snapshot
Chet Ramey [Fri, 18 Dec 2020 20:26:49 +0000 (15:26 -0500)] 
commit bash-20201211 snapshot

4 years agocommit bash-20201203 snapshot
Chet Ramey [Fri, 18 Dec 2020 20:26:11 +0000 (15:26 -0500)] 
commit bash-20201203 snapshot

4 years agocommit bash-20201128 snapshot
Chet Ramey [Thu, 3 Dec 2020 19:24:06 +0000 (14:24 -0500)] 
commit bash-20201128 snapshot

4 years agocommit bash-20201118 snapshot
Chet Ramey [Sat, 28 Nov 2020 18:04:53 +0000 (13:04 -0500)] 
commit bash-20201118 snapshot

4 years agocommit bash-20201116 snapshot
Chet Ramey [Wed, 18 Nov 2020 21:13:46 +0000 (16:13 -0500)] 
commit bash-20201116 snapshot

4 years agocommit bash-20201109 snapshot
Chet Ramey [Wed, 18 Nov 2020 21:13:02 +0000 (16:13 -0500)] 
commit bash-20201109 snapshot

4 years agocommit bash-20201103 snapshot
Chet Ramey [Mon, 9 Nov 2020 16:19:58 +0000 (11:19 -0500)] 
commit bash-20201103 snapshot

4 years agocommit bash-20201030 snapshot
Chet Ramey [Tue, 3 Nov 2020 16:01:16 +0000 (11:01 -0500)] 
commit bash-20201030 snapshot

4 years agocommit bash-20201026 snapshot
Chet Ramey [Fri, 30 Oct 2020 13:56:17 +0000 (09:56 -0400)] 
commit bash-20201026 snapshot

4 years agocommit bash-20201019 snapshot
Chet Ramey [Mon, 26 Oct 2020 15:13:12 +0000 (11:13 -0400)] 
commit bash-20201019 snapshot

4 years agocommit bash-20201012 snapshot
Chet Ramey [Mon, 19 Oct 2020 13:04:00 +0000 (09:04 -0400)] 
commit bash-20201012 snapshot

4 years agocommit bash-20201001 snapshot
Chet Ramey [Mon, 19 Oct 2020 12:56:41 +0000 (08:56 -0400)] 
commit bash-20201001 snapshot

4 years agocommit bash-20200924 snapshot
Chet Ramey [Thu, 1 Oct 2020 18:51:14 +0000 (14:51 -0400)] 
commit bash-20200924 snapshot

4 years agocommit bash-20200921 snapshot
Chet Ramey [Thu, 24 Sep 2020 20:21:33 +0000 (16:21 -0400)] 
commit bash-20200921 snapshot

4 years agocommit bash-20200914 snapshot
Chet Ramey [Mon, 21 Sep 2020 12:52:52 +0000 (08:52 -0400)] 
commit bash-20200914 snapshot

4 years agocommit bash-20200907 snapshot
Chet Ramey [Mon, 21 Sep 2020 12:52:51 +0000 (08:52 -0400)] 
commit bash-20200907 snapshot

4 years agocommit bash-20200901 snapshot
Chet Ramey [Mon, 7 Sep 2020 13:40:21 +0000 (09:40 -0400)] 
commit bash-20200901 snapshot

4 years agocommit bash-20200825 snapshot
Chet Ramey [Tue, 1 Sep 2020 18:43:43 +0000 (14:43 -0400)] 
commit bash-20200825 snapshot

4 years agocommit bash-20200819 snapshot
Chet Ramey [Tue, 25 Aug 2020 15:17:14 +0000 (11:17 -0400)] 
commit bash-20200819 snapshot