]> git.ipfire.org Git - thirdparty/bash.git/log
thirdparty/bash.git
3 months agoBash-5.2 patch 26: fix typo when specifying readline's custom color prefix master bash-5.3-alpha
Chet Ramey [Sat, 13 Jan 2024 23:27:28 +0000 (18:27 -0500)] 
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix

3 months agoBash-5.2 patch 25: fix problem with subshells terminated by a signal exiting with...
Chet Ramey [Sat, 13 Jan 2024 23:26:00 +0000 (18:26 -0500)] 
Bash-5.2 patch 25: fix problem with subshells terminated by a signal exiting with the wrong status

3 months agoBash-5.2 patch 24: fix problem with tilde expansion of values in compound associative...
Chet Ramey [Sat, 13 Jan 2024 23:24:10 +0000 (18:24 -0500)] 
Bash-5.2 patch 24: fix problem with tilde expansion of values in compound associative array assignments

3 months agoBash-5.2 patch 23: fix local - from overwriting saved set of options
Chet Ramey [Sat, 13 Jan 2024 23:20:47 +0000 (18:20 -0500)] 
Bash-5.2 patch 23: fix local - from overwriting saved set of options

3 months agoBash-5.2 patch 22: fix readline attempting to zero out a line that is not null-terminated
Chet Ramey [Sat, 13 Jan 2024 23:19:59 +0000 (18:19 -0500)] 
Bash-5.2 patch 22: fix readline attempting to zero out a line that is not null-terminated

5 months agobash-5.2 updated translations; remove tags file
Chet Ramey [Tue, 14 Nov 2023 14:35:40 +0000 (09:35 -0500)] 
bash-5.2 updated translations; remove tags file

5 months agoBash-5.2 patch 21: fix for expanding command substitutions in a word expansion in...
Chet Ramey [Thu, 9 Nov 2023 21:48:34 +0000 (16:48 -0500)] 
Bash-5.2 patch 21: fix for expanding command substitutions in a word expansion in a here-document

5 months agoBash-5.2 patch 20: allow time reserved word as first token in command substitution
Chet Ramey [Thu, 9 Nov 2023 21:46:47 +0000 (16:46 -0500)] 
Bash-5.2 patch 20: allow time reserved word as first token in command substitution

5 months agoBash-5.2 patch 19: fix case where background job set the terminal process group
Chet Ramey [Thu, 9 Nov 2023 21:45:56 +0000 (16:45 -0500)] 
Bash-5.2 patch 19: fix case where background job set the terminal process group

5 months agoBash-5.2 patch 18: fix for returning unknown tokens to the bison parser
Chet Ramey [Thu, 9 Nov 2023 21:44:58 +0000 (16:44 -0500)] 
Bash-5.2 patch 18: fix for returning unknown tokens to the bison parser

5 months agoBash-5.2 patch 17: fix for optimizing forks when using the . builtin in a subshell
Chet Ramey [Thu, 9 Nov 2023 21:44:13 +0000 (16:44 -0500)] 
Bash-5.2 patch 17: fix for optimizing forks when using the . builtin in a subshell

5 months agoBash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic for...
Chet Ramey [Thu, 9 Nov 2023 21:39:38 +0000 (16:39 -0500)] 
Bash-5.2 patch 16: fix for a crash if one of the expressions in an arithmetic for command expands to NULL

16 months agoBash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands
Chet Ramey [Tue, 13 Dec 2022 17:43:50 +0000 (12:43 -0500)] 
Bash-5.2 patch 15: fix too-aggressive optimizing forks out of subshell commands

16 months agoBash-5.2 patch 14: process additional terminating signals when running the EXIT trap...
Chet Ramey [Tue, 13 Dec 2022 17:42:51 +0000 (12:42 -0500)] 
Bash-5.2 patch 14: process additional terminating signals when running the EXIT trap after a terminating signal

16 months agoBash-5.2 patch 13: fix memory leak referencing a nonexistent associative array element
Chet Ramey [Tue, 13 Dec 2022 17:41:47 +0000 (12:41 -0500)] 
Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative array element

17 months agoBash-5.2 patch 12: fixes for compat mode leaving extglob enabled after command substi...
Chet Ramey [Wed, 23 Nov 2022 22:17:39 +0000 (17:17 -0500)] 
Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after command substitution

17 months agoBash-5.2 patch 11: reset readline timeout after read -e -t
Chet Ramey [Wed, 23 Nov 2022 22:16:41 +0000 (17:16 -0500)] 
Bash-5.2 patch 11: reset readline timeout after read -e -t

17 months agoBash-5.2 patch 10: slightly relax check for binary script files
Chet Ramey [Wed, 23 Nov 2022 22:15:54 +0000 (17:15 -0500)] 
Bash-5.2 patch 10: slightly relax check for binary script files

17 months agoBash-5.2 patch 9: allow @ and * to be used as associative array keys in arithmetic...
Chet Ramey [Mon, 7 Nov 2022 16:44:13 +0000 (11:44 -0500)] 
Bash-5.2 patch 9: allow @ and * to be used as associative array keys in arithmetic expressions

17 months agoBash-5.2 patch 8: fix for quoting brackets inside array subscript expansion
Chet Ramey [Mon, 7 Nov 2022 16:43:33 +0000 (11:43 -0500)] 
Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansion

17 months agoBash-5.2 patch 7: fixes for alias expansion inside command substitution in POSIX...
Chet Ramey [Mon, 7 Nov 2022 16:42:44 +0000 (11:42 -0500)] 
Bash-5.2 patch 7: fixes for alias expansion inside command substitution in POSIX mode

17 months agoBash-5.2 patch 6: fix for interrupting command substitution in interactive shells...
Chet Ramey [Mon, 7 Nov 2022 16:42:07 +0000 (11:42 -0500)] 
Bash-5.2 patch 6: fix for interrupting command substitution in interactive shells disabling aliases

17 months agoBash-5.2 patch 5: fix crash with null pattern substitution replacement string
Chet Ramey [Mon, 7 Nov 2022 16:41:10 +0000 (11:41 -0500)] 
Bash-5.2 patch 5: fix crash with null pattern substitution replacement string

17 months agoBash-5.2 patch 4: fix for nested brace expansions and brackets
Chet Ramey [Mon, 7 Nov 2022 16:40:28 +0000 (11:40 -0500)] 
Bash-5.2 patch 4: fix for nested brace expansions and brackets

17 months agoBash-5.2 patch 3: preserve newlines while parsing command substitutions
Chet Ramey [Mon, 7 Nov 2022 16:39:47 +0000 (11:39 -0500)] 
Bash-5.2 patch 3: preserve newlines while parsing command substitutions

18 months agoBash-5.2 patch 2: fix crash in readline when started with an invalid locale specification
Chet Ramey [Wed, 5 Oct 2022 14:37:38 +0000 (10:37 -0400)] 
Bash-5.2 patch 2: fix crash in readline when started with an invalid locale specification

18 months agoBash-5.2 patch 1: fix crash with unset arrays in arithmetic contexts
Chet Ramey [Wed, 5 Oct 2022 14:36:55 +0000 (10:36 -0400)] 
Bash-5.2 patch 1: fix crash with unset arrays in arithmetic contexts

18 months agobash-5.2 distribution sources and documentation bash-5.2
Chet Ramey [Mon, 26 Sep 2022 15:49:46 +0000 (11:49 -0400)] 
bash-5.2 distribution sources and documentation

2 years agoBash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional...
Chet Ramey [Tue, 4 Jan 2022 22:03:45 +0000 (17:03 -0500)] 
Bash-5.1 patch 16: fix interpretation of multiple instances of ! in [[ conditional commands

2 years agoBash-5.1 patch 15: fix readline display of some characters > 128 in certain single...
Chet Ramey [Tue, 4 Jan 2022 22:01:33 +0000 (17:01 -0500)] 
Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings

2 years agoBash-5.1 patch 14: fix off-by-one error when reading multibyte characters from comman...
Chet Ramey [Tue, 4 Jan 2022 21:59:40 +0000 (16:59 -0500)] 
Bash-5.1 patch 14: fix off-by-one error when reading multibyte characters from command substitution output

2 years agoBash-5.1 patch 13: fix tilde expansion after unquoted colons in posix mode
Chet Ramey [Tue, 4 Jan 2022 21:58:20 +0000 (16:58 -0500)] 
Bash-5.1 patch 13: fix tilde expansion after unquoted colons in posix mode

2 years agoBash-5.1 patch 12: fix race condition with child processes and resetting trapped...
Chet Ramey [Wed, 17 Nov 2021 21:47:24 +0000 (16:47 -0500)] 
Bash-5.1 patch 12: fix race condition with child processes and resetting trapped signals

2 years agoBash-5.1 patch 11: save and restore alias parsing when performing compound array...
Chet Ramey [Wed, 17 Nov 2021 21:46:40 +0000 (16:46 -0500)] 
Bash-5.1 patch 11: save and restore alias parsing when performing compound array assignment

2 years agoBash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal
Chet Ramey [Wed, 17 Nov 2021 21:45:23 +0000 (16:45 -0500)] 
Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal

2 years agoBash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size
Chet Ramey [Wed, 17 Nov 2021 21:44:19 +0000 (16:44 -0500)] 
Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size

2 years agoBash-5.1 patch 8: clean up FIFOs created by redirections in child processes
Chet Ramey [Tue, 4 May 2021 18:31:53 +0000 (14:31 -0400)] 
Bash-5.1 patch 8: clean up FIFOs created by redirections in child processes

2 years agoBash-5.1 patch 7: fix version comparisons in readline startup files
Chet Ramey [Tue, 4 May 2021 18:31:05 +0000 (14:31 -0400)] 
Bash-5.1 patch 7: fix version comparisons in readline startup files

2 years agoBash-5.1 patch 6: make sure child processes forked to execute command substitutions...
Chet Ramey [Tue, 4 May 2021 18:30:17 +0000 (14:30 -0400)] 
Bash-5.1 patch 6: make sure child processes forked to execute command substitutions are in the right process group

2 years agoBash-5.1 patch 5: fix memory leaks in compound array assignments
Chet Ramey [Tue, 4 May 2021 18:29:06 +0000 (14:29 -0400)] 
Bash-5.1 patch 5: fix memory leaks in compound array assignments

3 years agoBash-5.1 updated translations
Chet Ramey [Sat, 20 Feb 2021 21:38:12 +0000 (16:38 -0500)] 
Bash-5.1 updated translations

3 years agoBash-5.1 patch 4: fix key-value pair associative array assignment word expansions
Chet Ramey [Sat, 19 Dec 2020 19:30:13 +0000 (14:30 -0500)] 
Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions

3 years agoBash-5.1 patch 3: fix command substitution in here-document from child process in...
Chet Ramey [Sat, 19 Dec 2020 19:29:01 +0000 (14:29 -0500)] 
Bash-5.1 patch 3: fix command substitution in here-document from child process in wrong process group

3 years agoBash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unset
Chet Ramey [Sat, 19 Dec 2020 19:27:54 +0000 (14:27 -0500)] 
Bash-5.1 patch 2: fix wait -n -p var with no jobs not leaving var unset

3 years agoBash-5.1 patch 1: add dependency to Makefile to fix highly parallel builds
Chet Ramey [Sat, 19 Dec 2020 19:27:08 +0000 (14:27 -0500)] 
Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel builds

3 years agoBash-5.1 updated translations
Chet Ramey [Wed, 16 Dec 2020 20:10:44 +0000 (15:10 -0500)] 
Bash-5.1 updated translations

3 years agobash-5.1 distribution sources and documentation bash-5.1
Chet Ramey [Sun, 6 Dec 2020 20:51:17 +0000 (15:51 -0500)] 
bash-5.1 distribution sources and documentation

3 years agoBash-5.0 patch 18: fix quoted null string removal when using shell word expansion...
Chet Ramey [Fri, 10 Jul 2020 15:29:25 +0000 (11:29 -0400)] 
Bash-5.0 patch 18: fix quoted null string removal when using shell word expansion pattern operators

4 years agoBash-5.0 patch 17: better fix for reaping process substitution file descriptors
Chet Ramey [Fri, 24 Apr 2020 15:05:06 +0000 (11:05 -0400)] 
Bash-5.0 patch 17: better fix for reaping process substitution file descriptors

4 years agoBash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with...
Chet Ramey [Fri, 7 Feb 2020 20:20:38 +0000 (15:20 -0500)] 
Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with loops and group commands

4 years agoBash-5.0 patch 15: aliases and -c commands can cause premature termination
Chet Ramey [Fri, 7 Feb 2020 20:19:53 +0000 (15:19 -0500)] 
Bash-5.0 patch 15: aliases and -c commands can cause premature termination

4 years agoBash-5.0 patch 14: edit-and-execute-command does not handle empty command lines
Chet Ramey [Fri, 7 Feb 2020 20:18:41 +0000 (15:18 -0500)] 
Bash-5.0 patch 14: edit-and-execute-command does not handle empty command lines

4 years agoBash-5.0 patch 13: reading history entries with timestamps can result in joined entries
Chet Ramey [Fri, 7 Feb 2020 20:17:29 +0000 (15:17 -0500)] 
Bash-5.0 patch 13: reading history entries with timestamps can result in joined entries

4 years agoBash-5.0 patch 12: fix problems moving back beyond start of history
Chet Ramey [Fri, 7 Feb 2020 20:16:28 +0000 (15:16 -0500)] 
Bash-5.0 patch 12: fix problems moving back beyond start of history

4 years agoBash-5.0 patch 11: fix quoted null character removal in operands of conditional ...
Chet Ramey [Thu, 29 Aug 2019 15:21:20 +0000 (11:21 -0400)] 
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands

4 years agoBash-5.0 patch 10: changes to posix-mode assignment statements preceding functions...
Chet Ramey [Thu, 29 Aug 2019 15:20:15 +0000 (11:20 -0400)] 
Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions and special builtins

4 years agoBash-5.0 patch 9: fix file descriptor leak with zero-length history file
Chet Ramey [Wed, 14 Aug 2019 18:58:44 +0000 (14:58 -0400)] 
Bash-5.0 patch 9: fix file descriptor leak with zero-length history file

4 years agoBash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes
Chet Ramey [Wed, 14 Aug 2019 18:57:48 +0000 (14:57 -0400)] 
Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes

5 years agoBash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group
Chet Ramey [Sat, 20 Apr 2019 18:27:56 +0000 (14:27 -0400)] 
Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group

5 years agoBash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_...
Chet Ramey [Sat, 20 Apr 2019 18:27:00 +0000 (14:27 -0400)] 
Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT

5 years agoBash-5.0 patch 5: prevent optimizing forks away too aggressively
Chet Ramey [Sat, 20 Apr 2019 18:25:52 +0000 (14:25 -0400)] 
Bash-5.0 patch 5: prevent optimizing forks away too aggressively

5 years agoBash-5.0 patch 4: the wait builtin without arguments only waits for known children...
Chet Ramey [Sat, 20 Apr 2019 18:24:28 +0000 (14:24 -0400)] 
Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started

5 years agoBash-5.0 patch 3: improvements when globbing directory names containing backslashes
Chet Ramey [Tue, 19 Mar 2019 14:05:39 +0000 (10:05 -0400)] 
Bash-5.0 patch 3: improvements when globbing directory names containing backslashes

5 years agoBash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab
Chet Ramey [Fri, 18 Jan 2019 20:13:57 +0000 (15:13 -0500)] 
Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab

5 years agoBash-5.0 patch 1: fix pathname expansion of directory names containing backslashes
Chet Ramey [Fri, 18 Jan 2019 20:12:37 +0000 (15:12 -0500)] 
Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes

5 years agobash-5.0 distribution sources and documentation bash-5.0
Chet Ramey [Mon, 7 Jan 2019 14:27:52 +0000 (09:27 -0500)] 
bash-5.0 distribution sources and documentation

5 years agofix for SIGINT in sourced script
Chet Ramey [Fri, 1 Jun 2018 14:22:36 +0000 (10:22 -0400)] 
fix for SIGINT in sourced script

5 years agoreadline multi-key command re-read input fix
Chet Ramey [Fri, 1 Jun 2018 14:22:00 +0000 (10:22 -0400)] 
readline multi-key command re-read input fix

5 years agoSIGINT trap handler SIGINT loop fix
Chet Ramey [Fri, 1 Jun 2018 14:20:32 +0000 (10:20 -0400)] 
SIGINT trap handler SIGINT loop fix

5 years agosaved background process status hash table loop fixes
Chet Ramey [Fri, 1 Jun 2018 14:19:56 +0000 (10:19 -0400)] 
saved background process status hash table loop fixes

6 years agoupdate .gitignore for developers
Chet Ramey [Tue, 6 Mar 2018 20:54:12 +0000 (15:54 -0500)] 
update .gitignore for developers

6 years agoBash-4.4 patch 19
Chet Ramey [Tue, 6 Feb 2018 21:22:34 +0000 (16:22 -0500)] 
Bash-4.4 patch 19

6 years agoBash-4.4 patch 18
Chet Ramey [Mon, 29 Jan 2018 21:04:56 +0000 (16:04 -0500)] 
Bash-4.4 patch 18

6 years agoBash-4.4 patch 17
Chet Ramey [Mon, 29 Jan 2018 21:04:37 +0000 (16:04 -0500)] 
Bash-4.4 patch 17

6 years agoBash-4.4 patch 16
Chet Ramey [Mon, 29 Jan 2018 21:04:20 +0000 (16:04 -0500)] 
Bash-4.4 patch 16

6 years agoBash-4.4 patch 15
Chet Ramey [Mon, 29 Jan 2018 21:04:01 +0000 (16:04 -0500)] 
Bash-4.4 patch 15

6 years agoBash-4.4 patch 14
Chet Ramey [Mon, 29 Jan 2018 21:03:47 +0000 (16:03 -0500)] 
Bash-4.4 patch 14

6 years agoBash-4.4 patch 13
Chet Ramey [Mon, 29 Jan 2018 21:03:33 +0000 (16:03 -0500)] 
Bash-4.4 patch 13

7 years agoBash-4.4 patch 12
Chet Ramey [Fri, 27 Jan 2017 16:25:44 +0000 (11:25 -0500)] 
Bash-4.4 patch 12

7 years agoBash-4.4 patch 11
Chet Ramey [Fri, 20 Jan 2017 20:38:49 +0000 (15:38 -0500)] 
Bash-4.4 patch 11

7 years agoBash-4.4 patch 10
Chet Ramey [Fri, 20 Jan 2017 20:38:38 +0000 (15:38 -0500)] 
Bash-4.4 patch 10

7 years agoBash-4.4 patch 9
Chet Ramey [Fri, 20 Jan 2017 20:38:29 +0000 (15:38 -0500)] 
Bash-4.4 patch 9

7 years agoBash-4.4 patch 8
Chet Ramey [Fri, 20 Jan 2017 20:38:10 +0000 (15:38 -0500)] 
Bash-4.4 patch 8

7 years agoBash-4.4 patch 7
Chet Ramey [Fri, 20 Jan 2017 16:47:55 +0000 (11:47 -0500)] 
Bash-4.4 patch 7

7 years agoBash-4.4 patch 6
Chet Ramey [Fri, 20 Jan 2017 16:47:31 +0000 (11:47 -0500)] 
Bash-4.4 patch 6

7 years agoBash-4.4 patch 5
Chet Ramey [Mon, 14 Nov 2016 19:27:55 +0000 (14:27 -0500)] 
Bash-4.4 patch 5

7 years agoBash-4.4 patch 4
Chet Ramey [Mon, 14 Nov 2016 19:27:35 +0000 (14:27 -0500)] 
Bash-4.4 patch 4

7 years agoBash-4.4 patch 3
Chet Ramey [Mon, 14 Nov 2016 19:27:23 +0000 (14:27 -0500)] 
Bash-4.4 patch 3

7 years agoBash-4.4 patch 2
Chet Ramey [Mon, 14 Nov 2016 19:27:06 +0000 (14:27 -0500)] 
Bash-4.4 patch 2

7 years agoBash-4.4 patch 1
Chet Ramey [Mon, 14 Nov 2016 19:26:51 +0000 (14:26 -0500)] 
Bash-4.4 patch 1

7 years agoBash-4.4 distribution sources and documentation bash-4.4
Chet Ramey [Thu, 15 Sep 2016 20:59:08 +0000 (16:59 -0400)] 
Bash-4.4 distribution sources and documentation

7 years agoBash-4.3 patch 46
Chet Ramey [Mon, 20 Jun 2016 19:14:49 +0000 (15:14 -0400)] 
Bash-4.3 patch 46

7 years agoBash-4.3 patch 45
Chet Ramey [Mon, 20 Jun 2016 19:14:32 +0000 (15:14 -0400)] 
Bash-4.3 patch 45

7 years agoBash-4.3 patch 44
Chet Ramey [Mon, 20 Jun 2016 19:14:20 +0000 (15:14 -0400)] 
Bash-4.3 patch 44

7 years agoBash-4.3 patch 43
Chet Ramey [Mon, 20 Jun 2016 19:14:03 +0000 (15:14 -0400)] 
Bash-4.3 patch 43

8 years agoBash-4.3 patch 42
Chet Ramey [Thu, 13 Aug 2015 19:38:42 +0000 (15:38 -0400)] 
Bash-4.3 patch 42

8 years agoBash-4.3 patch 41
Chet Ramey [Thu, 13 Aug 2015 19:38:31 +0000 (15:38 -0400)] 
Bash-4.3 patch 41

8 years agoBash-4.3 patch 40
Chet Ramey [Thu, 13 Aug 2015 19:38:17 +0000 (15:38 -0400)] 
Bash-4.3 patch 40

8 years agoBash-4.3 patch 39
Chet Ramey [Tue, 19 May 2015 19:49:51 +0000 (15:49 -0400)] 
Bash-4.3 patch 39

8 years agoBash-4.3 patch 38
Chet Ramey [Tue, 19 May 2015 19:49:39 +0000 (15:49 -0400)] 
Bash-4.3 patch 38