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: Lacking documentation of colored-completion-prefix Chet Ramey <chet.ramey@case.edu> 2018-07-25 14:49 -0400
Re: delcare -a on a nameref in a function modifies nameref instead of target Grisha Levit <grishalevit@gmail.com> 2018-07-25 16:27 -0400
segfault w/ localvar_inherit and associative array insert Grisha Levit <grishalevit@gmail.com> 2018-07-25 17:37 -0400
Re: delcare -a on a nameref in a function modifies nameref instead of target Chet Ramey <chet.ramey@case.edu> 2018-07-26 10:17 -0400
Re: segfault w/ localvar_inherit and associative array insert Chet Ramey <chet.ramey@case.edu> 2018-07-26 10:37 -0400
Re: segfault w/ localvar_inherit and associative array insert Grisha Levit <grishalevit@gmail.com> 2018-07-26 15:15 -0400
declare(1) not executing inside source'd script frank@eec.com 2018-07-27 00:26 -0400
declare(1) not executing inside source'd script sales@eec.com 2018-07-27 00:26 -0400
shopt help possibly wrong Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> 2018-07-27 14:00 +0300
Re: declare(1) not executing inside source'd script Greg Wooledge <wooledg@eeg.ccf.org> 2018-07-27 10:09 -0400
Re: declare(1) not executing inside source'd script Greg Wooledge <wooledg@eeg.ccf.org> 2018-07-27 10:17 -0400
Re: shopt help possibly wrong Chet Ramey <chet.ramey@case.edu> 2018-07-27 10:19 -0400
Re: declare(1) not executing inside source'd script Frank <sales@eec.com> 2018-07-27 10:44 -0400
Re: declare(1) not executing inside source'd script Greg Wooledge <wooledg@eeg.ccf.org> 2018-07-27 10:50 -0400
Re: declare(1) not executing inside source'd script Frank <sales@eec.com> 2018-07-27 11:28 -0400
Re: segfault w/ localvar_inherit and associative array insert Chet Ramey <chet.ramey@case.edu> 2018-07-27 11:38 -0400
Re: declare(1) not executing inside source'd script Frank Edwards <sales@eec.com> 2018-07-27 12:42 -0400
Re: shopt help possibly wrong hugogabriel.eyherabide@gmail.com 2018-07-27 09:59 -0700
Re: delcare -a on a nameref in a function modifies nameref instead of target Grisha Levit <grishalevit@gmail.com> 2018-07-29 16:04 -0400
segfault with ${var[@]@A} Grisha Levit <grishalevit@gmail.com> 2018-07-29 17:49 -0400
Re: segfault w/ localvar_inherit and associative array insert Grisha Levit <grishalevit@gmail.com> 2018-07-29 22:26 -0400
cd -L not behaving as documented with symlinks and .. Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> 2018-07-30 14:48 +0300
Re: segfault w/ localvar_inherit and associative array insert Chet Ramey <chet.ramey@case.edu> 2018-07-30 09:36 -0400
Feature request: parameter expansion, replace last occurrence Alan Beccati <abeccati@mpi-bremen.de> 2018-07-30 16:59 +0200
Re: delcare -a on a nameref in a function modifies nameref instead of target Chet Ramey <chet.ramey@case.edu> 2018-07-30 11:49 -0400
Re: cd -L not behaving as documented with symlinks and .. Chet Ramey <chet.ramey@case.edu> 2018-07-30 16:58 -0400
Re: segfault w/ localvar_inherit and associative array insert Chet Ramey <chet.ramey@case.edu> 2018-07-31 11:03 -0400
Re: Lacking documentation of colored-completion-prefix Chet Ramey <chet.ramey@case.edu> 2018-07-31 11:09 -0400
Re: Lacking documentation of colored-completion-prefix Michal Pesa <pesathem@gmail.com> 2018-07-31 18:17 +0200
Re: Assignment of associative arrays through braces konsolebox <konsolebox@gmail.com> 2018-08-01 00:53 +0800
Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Ilkka Virta <itvirta@iki.fi> 2018-08-01 14:43 +0300
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-01 08:12 -0400
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space pepa65 <peterkelly@passchier.net> 2018-08-01 19:42 +0700
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-01 09:03 -0400
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Ilkka Virta <itvirta@iki.fi> 2018-08-01 16:06 +0300
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-01 09:40 -0400
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Robert Elz <kre@munnari.OZ.AU> 2018-08-01 21:05 +0700
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-01 10:19 -0400
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Robert Elz <kre@munnari.OZ.AU> 2018-08-01 21:52 +0700
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Chet Ramey <chet.ramey@case.edu> 2018-08-01 16:43 -0400
Re: Unquoted array slice ${a[@]:0} expands to just one word if IFS doesn't have a space Chet Ramey <chet.ramey@case.edu> 2018-08-02 11:21 -0400
failglob handling Thomas Deutschmann <whissi@gentoo.org> 2018-08-03 15:29 +0200
Re: failglob handling Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-03 10:59 -0400
Re: failglob handling Chet Ramey <chet.ramey@case.edu> 2018-08-03 11:33 -0400
[PATCH] Re-display prompt if directory changed in a bind -x command Bogdan Harjoc <harjoc@gmail.com> 2018-08-06 10:12 +0300
Improper handling of \! and \( while using Bash V4.1.2 anant garg <garginfo158@gmail.com> 2018-08-06 16:14 +0530
Re: Improper handling of \! and \( while using Bash V4.1.2 Greg Wooledge <wooledg@eeg.ccf.org> 2018-08-06 08:58 -0400
bind -u not working for keyseq starting with \e Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> 2018-08-06 16:33 +0300
Rebinding forward-search-history causes lost of incremental behaviour Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> 2018-08-06 16:37 +0300
Re: Rebinding forward-search-history causes lost of incremental behaviour Chet Ramey <chet.ramey@case.edu> 2018-08-06 09:48 -0400

« Previous 1 ... 48 49 50 51 52 ... 114 Next »


csiph-web