Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bug-bash (date)
[
Thread Index
][
Top
][
All Lists
][
bug-bash info page
]
Advanced
[
Prev Period
]
Last Modified: Tue May 31 2016 23:41:06 -0400
Messages in reverse chronological order
[
Next Period
]
May 31, 2016
nameref/subscript fixes for unset builtin
,
Grisha Levit
,
23:41
[minor] declare -F issues w/ eval'ed functions
,
Grisha Levit
,
21:09
Re: declare builtin prints erroneous error on array append
,
Chet Ramey
,
16:35
declare builtin prints erroneous error on array append
,
Grisha Levit
,
16:09
Re: declare checks on valid nameref names don't account for +=
,
Chet Ramey
,
16:06
Re: declare checks on valid nameref names don't account for +=
,
Grisha Levit
,
15:41
Re: declare checks on valid nameref names don't account for +=
,
Grisha Levit
,
14:08
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
11:12
Re: bash-4.3 p42 Parser bug: for ((; 1<(1);)); do ...; done
,
Chet Ramey
,
10:09
May 30, 2016
Re: bash-4.3 p42 Parser bug: for ((; 1<(1);)); do ...; done
,
Piotr Grzybowski
,
14:51
bash-4.3 p42 Parser bug: for ((; 1<(1);)); do ...; done
,
Sergey Tselikh
,
06:57
May 29, 2016
Re: Bash crash bug
,
konsolebox
,
02:05
Bash crash bug
,
Matthias Zimmerman
,
01:53
May 28, 2016
Using new-bug based metrics to decide on release date (was Re: Before Bash 4.4 gets released)
,
L. A. Walsh
,
19:22
May 27, 2016
Re: param expansion with single-character special vars in the environment
,
Grisha Levit
,
13:38
May 26, 2016
Re: declare [-+]n behavior on existing (chained) namerefs
,
Piotr Grzybowski
,
15:40
Re: declare [-+]n behavior on existing (chained) namerefs
,
Chet Ramey
,
15:03
May 25, 2016
Re: Cannot grep jobs list when jobs called in a function
,
Chet Ramey
,
20:10
Re: Before Bash 4.4 gets released
,
konsolebox
,
15:36
Re: Before Bash 4.4 gets released
,
Chet Ramey
,
15:31
Re: declare checks on valid nameref names don't account for +=
,
Chet Ramey
,
15:29
Before Bash 4.4 gets released
,
konsolebox
,
00:01
May 24, 2016
Re: redirections preceded by a word with builtins inconsistent
,
Chet Ramey
,
13:41
Re: redirections preceded by a word with builtins inconsistent
,
Dan Douglas
,
12:15
Re: coproc and existing variables
,
Chet Ramey
,
11:28
Re: redirections preceded by a word with builtins inconsistent
,
Chet Ramey
,
11:23
Re: coproc and existing variables
,
Dan Douglas
,
04:09
Re: redirections preceded by a word with builtins inconsistent
,
Dan Douglas
,
01:41
May 23, 2016
Re: coproc and existing variables
,
Grisha Levit
,
15:18
Re: nameref subscript assignment with unset target var
,
Chet Ramey
,
13:48
Re: Global variable modification by nameref chain
,
Chet Ramey
,
13:42
Re: coproc and existing variables
,
Chet Ramey
,
13:38
Re: coproc and existing variables
,
Grisha Levit
,
12:46
Re: Global variable modification by nameref chain
,
Grisha Levit
,
11:33
Re: redirections preceded by a word with builtins inconsistent
,
Greg Wooledge
,
09:37
May 22, 2016
Re: Global variable modification by nameref chain
,
Chet Ramey
,
22:08
Re: compat42 and compat41 behave incorrectly, compat41 not possible at all
,
Chet Ramey
,
21:21
Re: nameref in temp environment
,
Chet Ramey
,
21:12
Re: compat42 and compat41 behave incorrectly, compat41 not possible at all
,
Grisha Levit
,
20:12
declare checks on valid nameref names don't account for +=
,
Grisha Levit
,
19:14
Re: nameref subscript assignment with unset target var
,
Grisha Levit
,
18:43
Re: Global variable modification by nameref chain
,
Grisha Levit
,
18:06
compat42 and compat41 behave incorrectly, compat41 not possible at all
,
Gabriel Sharp
,
16:37
Re: redirections preceded by a word with builtins inconsistent
,
adonis papaderos
,
14:48
Re: Bash 4.4-rc1 incompatibility with future Emacs $EMACS
,
Chet Ramey
,
14:16
Re: redirections preceded by a word with builtins inconsistent
,
Chet Ramey
,
14:06
May 21, 2016
redirections preceded by a word with builtins inconsistent
,
adonis papaderos
,
20:46
Re: [Help-bash] first part
,
Val Krem
,
18:45
first part
,
Val Krem
,
08:44
May 20, 2016
Re: nameref in temp environment
,
Grisha Levit
,
18:48
Re: nameref in temp environment
,
Chet Ramey
,
15:05
May 19, 2016
Re: avoid mktemp/mkstemp internally
,
Mike Frysinger
,
16:03
Re: Autocompletion problems with nounset and arrays
,
Chet Ramey
,
15:07
Re: Autocompletion problems with nounset and arrays
,
Siteshwar Vashisht
,
14:54
Re: avoid mktemp/mkstemp internally
,
Chet Ramey
,
14:38
Re: coproc and existing variables
,
Chet Ramey
,
11:05
Re: coproc and existing variables
,
Chet Ramey
,
10:52
May 18, 2016
Re: nameref subscript assignment with unset target var
,
Chet Ramey
,
16:50
Re: segfault on stack blowup with ridiculous && chains
,
Chet Ramey
,
11:05
Re: export/readonly unset value of target variable if passed an array reference
,
Chet Ramey
,
11:03
segfault on stack blowup with ridiculous && chains
,
Sarah Brofeldt
,
10:33
May 17, 2016
Re: Bash 4.4 SIGINT during command substitution (?) causes borked terminal
,
Chet Ramey
,
21:41
Re: ++ causes 2 variables to increment
,
phil colbourn
,
21:41
nameref subscript assignment with unset target var
,
Grisha Levit
,
21:38
Re: coproc and existing variables
,
Grisha Levit
,
21:38
Re: coproc and existing variables
,
Grisha Levit
,
21:37
Re: coproc and existing variables
,
Grisha Levit
,
21:37
export/readonly unset value of target variable if passed an array reference
,
Grisha Levit
,
21:34
Re: Bash 4.4 SIGINT during command substitution (?) causes borked terminal
,
Andreas Schwab
,
14:31
Re: coproc and existing variables
,
Chet Ramey
,
14:29
Bash 4.4 SIGINT during command substitution (?) causes borked terminal
,
Grisha Levit
,
13:55
Re: coproc and existing variables
,
Grisha Levit
,
12:32
Re: coproc and existing variables
,
Grisha Levit
,
12:29
Re: coproc and existing variables
,
Chet Ramey
,
11:56
May 16, 2016
Re: jobs race condition
,
Grisha Levit
,
23:37
Re: jobs race condition
,
Chet Ramey
,
20:51
jobs race condition
,
Grisha Levit
,
19:17
Re: coproc and existing variables
,
Grisha Levit
,
16:45
Re: nameref in temp environment
,
Chet Ramey
,
15:35
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
14:27
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
11:58
Re: avoid mktemp/mkstemp internally
,
Mike Frysinger
,
10:36
Re: avoid mktemp/mkstemp internally
,
Chet Ramey
,
10:03
Re: ++ causes 2 variables to increment
,
Grisha Levit
,
00:58
May 15, 2016
++ causes 2 variables to increment
,
phil colbourn
,
23:41
Re: Cannot clone from anonymous git
,
Bob Proulx
,
19:15
May 14, 2016
Re: param expansion with single-character special vars in the environment
,
Piotr Grzybowski
,
19:20
Re: declare [-+]n behavior on existing (chained) namerefs
,
Piotr Grzybowski
,
12:59
Re: param expansion with single-character special vars in the environment
,
Grisha Levit
,
12:41
Re: param expansion with single-character special vars in the environment
,
Grisha Levit
,
12:16
Re: Cannot clone from anonymous git
,
Piotr Grzybowski
,
07:41
May 13, 2016
Re: Cannot clone from anonymous git
,
Mike Frysinger
,
17:40
Re: declare [-+]n behavior on existing (chained) namerefs
,
Grisha Levit
,
17:31
Cannot clone from anonymous git
,
Eduardo A . Bustamante López
,
16:42
avoid mktemp/mkstemp internally
,
Mike Frysinger
,
14:40
Re: nameref in temp environment
,
Piotr Grzybowski
,
10:39
May 12, 2016
nameref in temp environment
,
Grisha Levit
,
20:59
''"$@" expansion
,
Grisha Levit
,
19:38
Re: AW: Defect in manual section "Here Strings"
,
Chet Ramey
,
10:12
May 09, 2016
[Bash] Proposed upgrade of the home page
,
Thérèse Godefroy
,
05:14
Re: namref dicussion continued: [PATCH] export -r reference
,
Dan Douglas
,
01:58
May 08, 2016
Re: IFS as the control variable in a for loop
,
Chet Ramey
,
20:24
Re: History modifier :p ignored prior to another history reference
,
Chet Ramey
,
20:13
Re: History modifier :p ignored prior to another history reference
,
Chet Ramey
,
19:56
Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death
,
Chet Ramey
,
19:43
Re: namref dicussion continued: [PATCH] export -r reference
,
Chet Ramey
,
19:28
Re: namref dicussion continued: [PATCH] export -r reference
,
Chet Ramey
,
19:03
Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death
,
Piotr Grzybowski
,
13:55
May 06, 2016
Re: [PATCH 1/1] Properly reset options for run of #!-less script
,
Chet Ramey
,
15:17
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
11:40
Re: PATCH: fixes to BASHOPT and -O optname behavior
,
Chet Ramey
,
11:31
Re: Global variable modification by nameref chain
,
Dan Douglas
,
10:23
Re: Global variable modification by nameref chain
,
Grisha Levit
,
09:29
Re: Global variable modification by nameref chain
,
Chet Ramey
,
09:18
May 05, 2016
Re: namref dicussion continued: [PATCH] export -r reference
,
Dan Douglas
,
18:29
Re: namref dicussion continued: [PATCH] export -r reference
,
Dan Douglas
,
18:04
Re: declare [-+]n behavior on existing (chained) namerefs
,
Chet Ramey
,
15:44
Re: History modifier :p ignored prior to another history reference
,
Piotr Grzybowski
,
15:39
Re: declare [-+]n behavior on existing (chained) namerefs
,
Chet Ramey
,
14:59
Re: declare [-+]n behavior on existing (chained) namerefs
,
Chet Ramey
,
14:22
Re: History modifier :p ignored prior to another history reference
,
Piotr Grzybowski
,
14:09
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
08:50
Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death
,
Eduardo A . Bustamante López
,
07:49
Re: set isearch-terminators "\r" in .inputrc causes malloc assert fails/death
,
Piotr Grzybowski
,
04:30
Re: namref dicussion continued: [PATCH] export -r reference
,
Piotr Grzybowski
,
04:17
Re: namref dicussion continued: [PATCH] export -r reference
,
Piotr Grzybowski
,
03:47
Re: param expansion with single-character special vars in the environment
,
Piotr Grzybowski
,
03:14
May 04, 2016
set isearch-terminators "\r" in .inputrc causes malloc assert fails/death
,
Britton Kerin
,
22:31
Re: param expansion with single-character special vars in the environment
,
Dan Douglas
,
18:33
Re: param expansion with single-character special vars in the environment
,
Dan Douglas
,
18:13
Re: namref dicussion continued: [PATCH] export -r reference
,
Dan Douglas
,
16:41
Re: param expansion with single-character special vars in the environment
,
Piotr Grzybowski
,
15:38
namref dicussion continued: [PATCH] export -r reference
,
Piotr Grzybowski
,
12:31
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
11:52
May 03, 2016
History modifier :p ignored prior to another history reference
,
Dean Stanton
,
14:37
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
13:56
May 02, 2016
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
16:08
Re: param expansion with single-character special vars in the environment
,
Dan Douglas
,
16:02
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
15:09
IFS as the control variable in a for loop
,
Grisha Levit
,
15:07
Re: param expansion with single-character special vars in the environment
,
Grisha Levit
,
15:00
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
14:49
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
14:31
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
14:29
Re: declare [-+]n behavior on existing (chained) namerefs
,
Piotr Grzybowski
,
13:56
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
12:13
Array expansions in scalar assignments
,
Dan Douglas
,
12:03
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
11:55
Re: [patch] /* XXX - possibly run Coproc->name through word expansion? */
,
Piotr Grzybowski
,
05:27
Re: [patch] /* XXX - possibly run Coproc->name through word expansion? */
,
Dan Douglas
,
04:27
May 01, 2016
Re: param expansion with single-character special vars in the environment
,
Chet Ramey
,
22:07
Re: Segfault assigning to nameref with bad array subscript
,
Chet Ramey
,
19:54
Re: "${x-"$@"}" expansion
,
Chet Ramey
,
19:30
Re: Autocompletion problems with nounset and arrays
,
Chet Ramey
,
18:08
Re: Autocompletion problems with nounset and arrays
,
Eric Pruitt
,
14:11
Re: Autocompletion problems with nounset and arrays
,
Grisha Levit
,
03:55
PATCH: fixes to BASHOPT and -O optname behavior
,
Grisha Levit
,
03:25
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc