Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug

gnu.bash.bug

5684 articles (numbers 11058 – 16896) — threaded view

| Advanced

Subject Author Date [asc]
Re: Clarify cases of implicit and explicit line continuation Chet Ramey <chet.ramey@case.edu> 2018-06-01 08:48 -0400
case pattern checking with bash -n fails Paul Förster <paul.foerster@gmail.com> 2018-06-01 19:17 +0200
Re: case pattern checking with bash -n fails Greg Wooledge <wooledg@eeg.ccf.org> 2018-06-01 13:35 -0400
Bash-4.4 Official Patch 20 Chet Ramey <chet.ramey@case.edu> 2018-06-01 14:45 -0400
Bash-4.4 Official Patch 21 Chet Ramey <chet.ramey@case.edu> 2018-06-01 14:46 -0400
Bash-4.4 Official Patch 22 Chet Ramey <chet.ramey@case.edu> 2018-06-01 14:46 -0400
Bash-4.4 Official Patch 23 Chet Ramey <chet.ramey@case.edu> 2018-06-01 14:47 -0400
Re: Bash patches format Matt Housh <jaeger@morpheus.net> 2018-06-02 10:00 -0500
suggestion for improvement - help pwd jefgeni@protonmail.com 2018-06-02 14:19 -0400
Re: suggestion for improvement - help pwd Chet Ramey <chet.ramey@case.edu> 2018-06-02 19:54 -0400
Re: suggestion for improvement - help pwd David Margerison <deltam@electrosonics.com.au> 2018-06-03 10:15 +1000
Re: suggestion for improvement - help pwd Chet Ramey <chet.ramey@case.edu> 2018-06-02 20:26 -0400
Bash don't interpret ~ path with multiple options. Jungsub Shin <supsup5642@gmail.com> 2018-06-03 11:08 +0900
Sequence Brace Expansion Crash Thomas Fischer <tjfischer98@gmail.com> 2018-06-02 21:18 -0700
Re: Bash don't interpret ~ path with multiple options. L A Walsh <bash@tlinx.org> 2018-06-03 11:27 -0700
Re: Bash don't interpret ~ path with multiple options. Chet Ramey <chet.ramey@case.edu> 2018-06-03 14:32 -0400
Re: Sequence Brace Expansion Crash Chet Ramey <chet.ramey@case.edu> 2018-06-03 14:48 -0400
Re: Bash patches format Siteshwar Vashisht <svashisht@redhat.com> 2018-06-03 17:39 -0400
cat<(echo text) not same as cat <(echo text) Edward Huff <ejhuff@gmail.com> 2018-06-03 23:48 -0400
Re: cat<(echo text) not same as cat <(echo text) Clark Wang <dearvoid@gmail.com> 2018-06-04 16:40 +0800
Re: cat<(echo text) not same as cat <(echo text) Ilkka Virta <itvirta@iki.fi> 2018-06-04 12:07 +0300
Re: Bash don't interpret ~ path with multiple options. Greg Wooledge <wooledg@eeg.ccf.org> 2018-06-04 08:33 -0400
Re: Sequence Brace Expansion Crash Greg Wooledge <wooledg@eeg.ccf.org> 2018-06-04 09:02 -0400
Re: Clarify cases of implicit and explicit line continuation Shriramana Sharma <samjnaa@gmail.com> 2018-06-05 07:50 +0530
Re: Clarify cases of implicit and explicit line continuation Chet Ramey <chet.ramey@case.edu> 2018-06-05 09:17 -0400
Re: program gets faster when it outputs more on stderr Mike Jonkmans <bashbug@jonkmans.nl> 2018-06-07 09:24 +0200
Re: [PATCH] Add active mark, face support; activate mark on paste Daniel Colascione <dancol@google.com> 2018-06-07 19:45 -0700
Re: [PATCH] Add active mark, face support; activate mark on paste Chet Ramey <chet.ramey@case.edu> 2018-06-08 09:27 -0400
Re: [PATCH] Add nofirstword completion option Luca Boccassi <bluca@debian.org> 2018-06-08 15:40 +0100
Re: [PATCH] Add nofirstword completion option Chet Ramey <chet.ramey@case.edu> 2018-06-08 11:03 -0400
history -r a; history -c; history -r b gives segfault Edward Huff <ejhuff@gmail.com> 2018-06-10 03:28 -0400
Case of set -e not being in effect in a subshell. Bartłomiej Palmowski <rotwang@crux.org.pl> 2018-06-11 11:12 +0100
Re: Case of set -e not being in effect in a subshell. Clark Wang <dearvoid@gmail.com> 2018-06-11 23:06 +0800
Re: Case of set -e not being in effect in a subshell. Chet Ramey <chet.ramey@case.edu> 2018-06-11 11:09 -0400
Re: history -r a; history -c; history -r b gives segfault Chet Ramey <chet.ramey@case.edu> 2018-06-11 11:10 -0400
Re: Case of set -e not being in effect in a subshell. Bartłomiej Palmowski <rotwang@crux.org.pl> 2018-06-12 14:37 +0100
Re: [PATCH] Add nofirstword completion option Luca Boccassi <bluca@debian.org> 2018-06-12 18:28 +0100
Re: [PATCH] Add nofirstword completion option Chet Ramey <chet.ramey@case.edu> 2018-06-12 14:54 -0400
Re: [PATCH] Add nofirstword completion option Luca Boccassi <bluca@debian.org> 2018-06-12 20:15 +0100
Re: [PATCH] Add nofirstword completion option Chet Ramey <chet.ramey@case.edu> 2018-06-12 15:18 -0400
When reading less than wanted characters, "read" does not detect NUL bytes Davide Brini <dave_br@gmx.com> 2018-06-15 15:03 +0200
Re: When reading less than wanted characters, "read" does not detect NUL bytes Greg Wooledge <wooledg@eeg.ccf.org> 2018-06-15 09:07 -0400
Re: When reading less than wanted characters, "read" does not detect NUL bytes Davide Brini <dave_br@gmx.com> 2018-06-15 15:15 +0200
Bash fails to exit if parent ssh process is killed during command search Siteshwar Vashisht <svashisht@redhat.com> 2018-06-15 09:36 -0400
Re: Bash fails to exit if parent ssh process is killed during command search Chet Ramey <chet.ramey@case.edu> 2018-06-15 09:43 -0400
Re: When reading less than wanted characters, "read" does not detect NUL bytes Davide Brini <dave_br@gmx.com> 2018-06-15 16:03 +0200
history shows edited lines not the lines actually ran kermit@new.rednsx.org 2018-06-16 13:23 -0400
Re: history shows edited lines not the lines actually ran L A Walsh <bash@tlinx.org> 2018-06-16 21:03 -0700
Re: history shows edited lines not the lines actually ran chris <kermit@rednsx.org> 2018-06-17 00:38 -0500
Re: history shows edited lines not the lines actually ran L A Walsh <bash@tlinx.org> 2018-06-17 00:18 -0700

« Previous 1 ... 52 53 54 55 56 ... 114 Next »


csiph-web