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: Sun Aug 31 2014 16:55:26 -0400
Messages in reverse chronological order
[
Next Period
]
August 31, 2014
Re: Difference between assignment via nameref vs `printf -v`?
,
Pierre Gaston
,
16:55
Re: Difference between assignment via nameref vs `printf -v`?
,
lolilolicon
,
15:09
Re: Difference between assignment via nameref vs `printf -v`?
,
lolilolicon
,
12:19
Difference between assignment via nameref vs `printf -v`?
,
lolilolicon
,
00:21
August 30, 2014
Re: nameref bug?
,
lolilolicon
,
00:02
August 29, 2014
Re: nameref bug?
,
lolilolicon
,
23:51
Re: nameref bug?
,
lolilolicon
,
23:39
nameref bug?
,
lolilolicon
,
23:19
Re: minor: "read line" may read several lines if stdin is a tty
,
Stephane Chazelas
,
16:10
Re: need ability to tell if array is associative or not - bug?
,
Greg Wooledge
,
12:27
Re: need ability to tell if array is associative or not - bug?
,
Chet Ramey
,
11:59
Re: need ability to tell if array is associative or not - bug?
,
Jason Vas Dias
,
11:57
Re: need ability to tell if array is associative or not - bug?
,
Greg Wooledge
,
11:51
Re: need ability to tell if array is associative or not - bug?
,
Jason Vas Dias
,
11:45
Re: need ability to tell if array is associative or not - bug?
,
Chet Ramey
,
11:21
Re: need ability to tell if array is associative or not - bug?
,
Jason Vas Dias
,
10:22
Re: need ability to tell if array is associative or not - bug?
,
Greg Wooledge
,
10:20
need ability to tell if array is associative or not - bug?
,
Jason Vas Dias
,
10:07
August 28, 2014
[PATCH] Support configurable mode strings in prompt
,
Dylan Cali
,
23:22
Re: SEGFAULT if bash script make "source" for itself
,
Chris Down
,
19:43
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
18:58
Re: SEGFAULT if bash script make "source" for itself
,
Chris Down
,
18:44
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
18:42
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
18:32
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
18:12
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
18:11
Re: SEGFAULT if bash script make "source" for itself
,
Chris Down
,
18:11
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
17:59
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
17:57
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
17:51
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
17:43
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
17:00
Re: SEGFAULT if bash script make "source" for itself
,
Bob Proulx
,
16:59
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
16:57
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
15:08
Re: SEGFAULT if bash script make "source" for itself
,
Greg Wooledge
,
14:55
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
14:49
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
14:30
Re: SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
14:02
Re: SEGFAULT if bash script make "source" for itself
,
Eric Blake
,
12:48
Re: SEGFAULT if bash script make "source" for itself
,
Steve Simmons
,
12:43
Re: SEGFAULT if bash script make "source" for itself
,
Chris Down
,
12:38
SEGFAULT if bash script make "source" for itself
,
bogun.dmitriy
,
11:05
August 27, 2014
Re: minor: "read line" may read several lines if stdin is a tty
,
Chet Ramey
,
15:35
Re: minor: "read line" may read several lines if stdin is a tty
,
Stephane Chazelas
,
15:21
Re: [doc] confusion over $0 and positional parameters
,
Chet Ramey
,
08:46
[doc] confusion over $0 and positional parameters
,
Stephane Chazelas
,
08:10
Re: minor: "read line" may read several lines if stdin is a tty
,
Chet Ramey
,
08:10
August 26, 2014
Re: Final backslash<newline> causes array assignment mis-parse in previous eval
,
Chet Ramey
,
16:06
Re: Feature request: Add "import" built-in.
,
Chet Ramey
,
11:23
Final backslash<newline> causes array assignment mis-parse in previous eval
,
jim . avera
,
02:22
backslash<newline> at end of input causes eval parse error
,
jim . avera
,
02:22
August 25, 2014
minor: "read line" may read several lines if stdin is a tty
,
Stephane Chazelas
,
16:25
Re: Feature request: Add "import" built-in.
,
Greg Wooledge
,
11:56
Re: Feature request: Add "import" built-in.
,
lolilolicon
,
11:10
Re: Feature request: Add "import" built-in.
,
Greg Wooledge
,
08:04
August 24, 2014
Re: [PATCH] long prompts do not show vi search prefix
,
Chet Ramey
,
21:51
Re: "! true &" sets $? to 1
,
Chet Ramey
,
21:29
Re: Feature request: Add "import" built-in.
,
Andreas Schwab
,
17:30
Feature request: Add "import" built-in.
,
Tim Friske
,
07:36
August 23, 2014
[PATCH] long prompts do not show vi search prefix
,
Dylan Cali
,
12:10
"! true &" sets $? to 1
,
Vincent Lefevre
,
06:56
August 20, 2014
Re: Substring Expansion does not work as intended
,
Chris F.A. Johnson
,
15:52
Re: Substring Expansion does not work as intended
,
Eckard Brauer
,
10:15
Re: Substring Expansion does not work as intended
,
Greg Wooledge
,
09:54
Re: Substring Expansion does not work as intended
,
Davide Brini
,
09:54
Re: Substring Expansion does not work as intended
,
Eric Blake
,
09:50
Substring Expansion does not work as intended
,
eckard . brauer
,
09:45
Bash-4.3 Official Patch 24
,
Chet Ramey
,
08:49
Bash-4.3 Official Patch 23
,
Chet Ramey
,
08:48
August 19, 2014
Re: "echo" does not follow the "getopt" convention
,
Chet Ramey
,
09:06
Re: "echo" does not follow the "getopt" convention
,
Eric Blake
,
08:12
Re: "echo" does not follow the "getopt" convention
,
Andreas Schwab
,
03:40
"echo" does not follow the "getopt" convention
,
Peng Yu
,
03:11
August 18, 2014
Re: Fwd: Bash uses lseek while reading from serial device
,
Eric Blake
,
14:29
August 17, 2014
Re: Bash uses lseek while reading from serial device
,
Linda Walsh
,
18:22
Re: Fwd: Bash uses lseek while reading from serial device
,
Chet Ramey
,
18:13
Fwd: Bash uses lseek while reading from serial device
,
Linda Walsh
,
01:48
August 15, 2014
Re: Script with set -m launched from interactive shell makes all ancestor shells die
,
Chet Ramey
,
09:34
August 13, 2014
Re: Feature request - ganged file test switches
,
Steve Simmons
,
17:59
Re: Script with set -m launched from interactive shell makes all ancestor shells die
,
Chet Ramey
,
16:40
Re: Cannot trap INT in child of an interactive shell
,
Chet Ramey
,
16:15
Re: change in behavior starting with bash-4.3_p14 and $@ in [[...]]
,
Chet Ramey
,
16:00
Re: Feature request - ganged file test switches
,
Ken Irving
,
14:31
Script with set -m launched from interactive shell makes all ancestor shells die
,
Greg Wooledge
,
12:42
Re: Feature request - ganged file test switches
,
Steve Simmons
,
12:17
Cannot trap INT in child of an interactive shell
,
Greg Wooledge
,
12:08
Re: change in behavior starting with bash-4.3_p14 and $@ in [[...]]
,
Greg Wooledge
,
10:10
Re: change in behavior starting with bash-4.3_p14 and $@ in [[...]]
,
Chet Ramey
,
09:48
August 12, 2014
change in behavior starting with bash-4.3_p14 and $@ in [[...]]
,
Mike Frysinger
,
23:05
Re: Feature request - ganged file test switches
,
Chet Ramey
,
16:37
Re: Potential vulnerabilities in BASH 4.3
,
Chet Ramey
,
16:23
Re: Segmentation fault bash 4.3.022
,
Chet Ramey
,
15:16
Re: Segmentation fault bash 4.3.022
,
Greg Wooledge
,
09:35
Re: Segmentation fault bash 4.3.022
,
Chet Ramey
,
09:15
Re: Potential vulnerabilities in BASH 4.3
,
Chet Ramey
,
09:04
August 11, 2014
Re: Potential vulnerabilities in BASH 4.3
,
Mike Frysinger
,
21:11
Potential vulnerabilities in BASH 4.3
,
Hádrian R
,
19:45
Re: Segmentation fault bash 4.3.022
,
Chet Ramey
,
17:01
Re: Segmentation fault bash 4.3.022
,
Chet Ramey
,
16:58
Re: Segmentation fault bash 4.3.022
,
Geir Hauge
,
15:05
Re: Segmentation fault bash 4.3.022
,
Greg Wooledge
,
14:47
Segmentation fault bash 4.3.022
,
lolilolicon
,
14:21
August 10, 2014
Re: 'declare' does not honor '-e' in command substituted assignments - a bug ?
,
Chet Ramey
,
16:46
August 09, 2014
Re: 'declare' does not honor '-e' in command substituted assignments - a bug ?
,
Dan Douglas
,
15:46
Re: Feature request - ganged file test switches
,
Steve Simmons
,
14:29
'declare' does not honor '-e' in command substituted assignments - a bug ?
,
Jason Vas Dias
,
11:34
Re: Feature request - ganged file test switches
,
Andreas Schwab
,
11:16
Feature request - ganged file test switches
,
Steve Simmons
,
09:56
August 05, 2014
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Linda Walsh
,
02:44
August 04, 2014
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Chet Ramey
,
16:27
Re: command substitution fails with PS1 and multiline in one case
,
Chet Ramey
,
15:57
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Linda Walsh
,
14:28
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Chet Ramey
,
11:53
Re: Override an bash variable
,
Chet Ramey
,
11:45
Re: Bug or feature: Why does Bash's "printf" define global variables?
,
Chet Ramey
,
09:55
Re: [PATCH] need_here_doc value negative in some cases
,
Chet Ramey
,
09:51
[PATCH] need_here_doc value negative in some cases
,
Ondrej Oprala
,
04:57
August 03, 2014
Re: Bug or feature: Why does Bash's "printf" define global variables?
,
Andreas Schwab
,
18:12
Bug or feature: Why does Bash's "printf" define global variables?
,
Tim Friske
,
17:54
command substitution fails with PS1 and multiline in one case
,
EmanueL Czirai
,
09:16
Override an bash variable
,
Aaron Lewis
,
01:59
August 02, 2014
Re: Fwd: Patch for full hostname in PS1
,
Renato Silva
,
14:03
August 01, 2014
Re: How to read fields into an array?
,
Eduardo Bustamante
,
20:18
Re: How to read fields into an array?
,
Linda Walsh
,
20:12
How to read fields into an array?
,
Linda Walsh
,
20:06
Re: read-only flag is lost for functions in sub shells
,
Linda Walsh
,
18:47
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Linda Walsh
,
17:45
Bash-4.3 Official Patch 22
,
Chet Ramey
,
16:06
Bash-4.3 Official Patch 21
,
Chet Ramey
,
16:06
Bash-4.3 Official Patch 20
,
Chet Ramey
,
16:05
Bash-4.3 Official Patch 19
,
Chet Ramey
,
16:05
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Greg Wooledge
,
15:42
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Linda Walsh
,
15:31
Re: Tilde expansion during command search
,
Chet Ramey
,
11:29
Re: Tilde expansion during command search
,
Eric Blake
,
11:26
Re: Tilde expansion during command search
,
Dan Douglas
,
09:54
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Chet Ramey
,
09:38
Re: read-only flag is lost for functions in sub shells
,
Greg Wooledge
,
08:22
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Greg Wooledge
,
08:19
Re: Tilde expansion during command search
,
Mike Frysinger
,
06:20
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Mike Frysinger
,
06:07
Re: bug? "type -P xxx" returns "xxx" that isn't executable...(or readable)
,
Linda Walsh
,
02:40
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc