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 Feb 28 2017 16:18:13 -0500
Messages in reverse chronological order
[
Next Period
]
February 28, 2017
Re: break no longer breaks out of loops defined in an outer context
,
Chet Ramey
,
16:18
Re: break no longer breaks out of loops defined in an outer context (was: Bug????)
,
Stephane Chazelas
,
15:47
Re: Bug ???????????
,
Chet Ramey
,
15:38
Bug ???????????
,
tarot
,
14:20
semicolon not added to history items when final line of compound list ends with a comment
,
Grisha Levit
,
12:42
Re: Why two separate option namespaces?
,
Stephane Chazelas
,
12:25
Re: "Variation" in Command Substitution Behaviour
,
Reuti
,
10:05
Re: "Variation" in Command Substitution Behaviour
,
Reuti
,
08:22
Re: "Variation" in Command Substitution Behaviour
,
Andreas Schwab
,
05:01
"Variation" in Command Substitution Behaviour
,
Geoff Hull
,
00:51
February 27, 2017
Re: Why two separate option namespaces?
,
Chet Ramey
,
16:18
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Chet Ramey
,
15:03
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Martijn Dekker
,
12:57
Re: Why two separate option namespaces?
,
Martijn Dekker
,
11:50
Re: Why two separate option namespaces?
,
Chet Ramey
,
09:32
Re: Why two separate option namespaces?
,
PePa
,
01:13
Why two separate option namespaces?
,
Martijn Dekker
,
01:08
February 25, 2017
Re: $* vs ${ARRAY[*]} differences in some parameter expansions
,
Chet Ramey
,
20:49
Re: COMP_WORDS, namerefs and readonly variables
,
Chet Ramey
,
16:22
Re: COMPREPLY as a nameref to a readonly associative array
,
Chet Ramey
,
16:09
Re: $* vs ${ARRAY[*]} differences in some parameter expansions
,
Chet Ramey
,
15:58
Re: $* vs ${ARRAY[*]} differences in some parameter expansions
,
Grisha Levit
,
14:40
February 24, 2017
COMPREPLY as a nameref to a readonly associative array
,
Grisha Levit
,
18:58
COMP_WORDS, namerefs and readonly variables
,
Grisha Levit
,
18:39
$* vs ${ARRAY[*]} differences in some parameter expansions
,
Grisha Levit
,
18:00
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Chet Ramey
,
16:28
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Chet Ramey
,
16:08
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Grisha Levit
,
15:20
Re: Follow-up to Non-expanding here-documents inside command substitution
,
Chet Ramey
,
09:38
Re: Follow-up to Non-expanding here-documents inside command substitution
,
Eduardo Bustamante
,
06:36
Follow-up to Non-expanding here-documents inside command substitution
,
Kevin Grigorenko
,
02:57
February 23, 2017
Re: Tokenizer problem affecting argument history
,
Chet Ramey
,
10:46
Re: [PATCH] typo in wait.def doc
,
Chet Ramey
,
09:58
[PATCH] typo in wait.def doc
,
Nick Pongratz
,
09:54
Tokenizer problem affecting argument history
,
ecki
,
09:54
February 22, 2017
Re: [PATCH] fix for loop assignments to nameref control vars
,
Chet Ramey
,
11:14
Re: memory leak in case of "read -e"
,
Chet Ramey
,
09:44
Re: [PATCH] Add nosort,noquote support to complete and compopt
,
Chet Ramey
,
09:06
[PATCH] Add nosort,noquote support to complete and compopt
,
Grisha Levit
,
08:28
[PATCH] fix for loop assignments to nameref control vars
,
Grisha Levit
,
06:48
memory leak in case of "read -e"
,
ZhangXiao
,
03:38
February 21, 2017
Re: readonly changes set -e behavior
,
Eduardo Bustamante
,
17:31
readonly changes set -e behavior
,
Dennis Kuhn
,
17:17
Re: process substitution flawed by design
,
Chet Ramey
,
13:45
Re: process substitution flawed by design
,
Greg Wooledge
,
09:20
Re: process substitution flawed by design
,
Florian Mayer
,
09:11
Re: process substitution flawed by design
,
Pierre Gaston
,
09:06
Re: process substitution flawed by design
,
Pierre Gaston
,
09:01
Re: process substitution flawed by design
,
Greg Wooledge
,
08:55
Re: process substitution flawed by design
,
Florian Mayer
,
08:18
February 20, 2017
Re: process substitution flawed by design
,
Greg Wooledge
,
17:30
process substitution flawed by design
,
Florian Mayer
,
17:25
Re: weird error due to cntrl-c out of history list
,
L A Walsh
,
16:13
Re: Hang in bgp_delete
,
Chet Ramey
,
15:59
Re: weird error due to cntrl-c out of history list
,
Chet Ramey
,
15:26
Re: weird error due to cntrl-c out of history list
,
Chris F.A. Johnson
,
15:17
get bash completion output programatically
,
acornejo
,
15:00
Re: Segfaults on long non-ASCII current directory in X terminal
,
Chet Ramey
,
09:34
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
Chet Ramey
,
09:17
Segfaults on long non-ASCII current directory in X terminal
,
Frédéric Brière
,
04:24
Segfaults on long non-ASCII current directory in X terminal
,
fbriere
,
04:24
weird error due to cntrl-c out of history list
,
L A Walsh
,
00:40
February 19, 2017
Re: Hang in bgp_delete
,
Graham Northup
,
22:42
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
kkk K
,
21:11
Re: [BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Chet Ramey
,
00:01
February 18, 2017
[BUG] With null IFS, ${1+$*}, ${var-$*}, etc. don't generate fields
,
Martijn Dekker
,
20:35
February 17, 2017
Re: Hang in bgp_delete
,
Graham Northup
,
13:50
Re: Process substitution can leak CTLESC (0x01) in output
,
Chet Ramey
,
11:35
February 16, 2017
Process substitution can leak CTLESC (0x01) in output
,
David Simmons
,
16:59
Re: Hang in bgp_delete
,
Chet Ramey
,
11:26
February 15, 2017
Re: Here strings and brace expansion not working as per man page
,
Conor McCarthy
,
14:27
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
Chet Ramey
,
10:27
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
Pierre Gaston
,
09:45
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
Eric Blake
,
09:34
Re: Does bash treat segment fault causing by scripts as security bugs ?
,
Pierre Gaston
,
08:02
Does bash treat segment fault causing by scripts as security bugs ?
,
kkk K
,
07:44
February 11, 2017
Hang in bgp_delete
,
Graham Northup
,
23:25
Re: Non-expanding here-documents inside command substitution are subject to newline joining
,
Chet Ramey
,
17:19
Non-expanding here-documents inside command substitution are subject to newline joining
,
Michael Homer
,
00:47
February 10, 2017
Re: Segmentation fault when nesting several thousand heredocs
,
Chet Ramey
,
11:05
Segmentation fault when nesting several thousand heredocs
,
Tom
,
09:10
February 09, 2017
Re: Here strings and brace expansion not working as per man page
,
Chet Ramey
,
15:55
February 08, 2017
Re: Patch for autoload.v3 to allow export of function
,
Eduardo Bustamante
,
18:13
Here strings and brace expansion not working as per man page
,
Conor McCarthy
,
16:12
Patch for autoload.v3 to allow export of function
,
Matthew Persico
,
13:23
February 06, 2017
Re: echo -n
,
Stephane Chazelas
,
09:06
Re: echo -n
,
Peter & Kelly Passchier
,
02:27
Re: echo -n
,
Clark Wang
,
01:38
February 05, 2017
Re: echo -n
,
Jyoti B Tenginakai
,
23:15
Re: Readline macro definition with multibyte characters
,
Chet Ramey
,
15:28
February 04, 2017
Readline macro definition with multibyte characters
,
Grisha Levit
,
21:07
February 02, 2017
Re: echo -n
,
Stephane Chazelas
,
15:22
Re: echo -n
,
Chet Ramey
,
12:51
Re: echo -n
,
John McKown
,
12:20
Re: echo -n
,
Greg Wooledge
,
12:10
Re: echo -n
,
Jyoti B Tenginakai
,
12:02
Re: echo -n
,
Pierre Gaston
,
10:15
Re: echo -n
,
John McKown
,
10:14
Re: echo -n
,
Eric Blake
,
10:11
Re: echo -n
,
Greg Wooledge
,
10:08
Re: echo -n
,
Eduardo Bustamante
,
10:06
echo -n
,
Sangamesh Mallayya
,
09:50
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc