Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
5684 articles (numbers 11058 – 16896) — threaded view
| Advanced| Subject | Author | Date [asc] |
|---|---|---|
| bash-20200417 snapshot breaks examples/loadables/push.c | Eli Schwartz <eschwartz@archlinux.org> | 2020-04-20 16:02 -0400 |
| Re: bash-20200417 snapshot breaks examples/loadables/push.c | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 16:07 -0400 |
| Re: [PATCH] Implement rehashing for associative arrays (Re: speeding up hash_search?) | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 16:23 -0400 |
| Re: process substitution fd lifetime race condition | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 16:39 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 15:01 -0600 |
| Re: [PATCH] Implement rehashing for associative arrays (Re: speeding up hash_search?) | George Jones <fooologist@gmail.com> | 2020-04-20 17:12 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 15:43 -0600 |
| Re: process substitution fd lifetime race condition | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 17:49 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 15:49 -0600 |
| Re: [PATCH] Implement rehashing for associative arrays (Re: speeding up hash_search?) | Greg Wooledge <wooledg@eeg.ccf.org> | 2020-04-20 17:50 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 15:56 -0600 |
| Re: process substitution fd lifetime race condition | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 17:58 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 16:02 -0600 |
| Re: process substitution fd lifetime race condition | Chet Ramey <chet.ramey@case.edu> | 2020-04-20 18:08 -0400 |
| pasting in bracketed-paste mode breaks reverse-i-search | gentoo_eshoes@tutanota.com | 2020-04-21 03:32 +0200 |
| Suggestions for improving Bash | worley@alum.mit.edu (Dale R. Worley) | 2020-04-20 22:25 -0400 |
| Re: process substitution fd lifetime race condition | "Jason A. Donenfeld" <Jason@zx2c4.com> | 2020-04-20 22:29 -0600 |
| Re: Suggestions for improving Bash | Greg Wooledge <wooledg@eeg.ccf.org> | 2020-04-21 07:17 -0400 |
| Re: Suggestions for improving Bash | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 08:44 -0400 |
| Re: Suggestions for improving Bash | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 08:46 -0400 |
| Re: process substitution fd lifetime race condition | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 09:01 -0400 |
| Re: pasting in bracketed-paste mode breaks reverse-i-search | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 10:14 -0400 |
| Re: [PATCH] operate-and-get-next skips command after a multi-line command | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 10:56 -0400 |
| Re: pasting in bracketed-paste mode breaks reverse-i-search | gentoo_eshoes@tutanota.com | 2020-04-21 22:25 +0200 |
| Re: pasting in bracketed-paste mode breaks reverse-i-search | Chet Ramey <chet.ramey@case.edu> | 2020-04-21 17:50 -0400 |
| Proposed new feature for bash: unbuffered pipes, part 1: overview | worley@alum.mit.edu (Dale R. Worley) | 2020-04-21 20:38 -0400 |
| Proposed new feature for bash: unbuffered pipes, part 2: demo implementation | worley@alum.mit.edu (Dale R. Worley) | 2020-04-21 20:39 -0400 |
| Proposed new feature for bash: unbuffered pipes, part 3: bash.diff | worley@alum.mit.edu (Dale R. Worley) | 2020-04-21 20:39 -0400 |
| Proposed new feature for bash: unbuffered pipes, part 4: glibc.diff | worley@alum.mit.edu (Dale R. Worley) | 2020-04-21 20:40 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes, part 1: overview | Greg Wooledge <wooledg@eeg.ccf.org> | 2020-04-22 07:36 -0400 |
| nameref pointing to array element | Daniel Molina <lluvia@autistici.org> | 2020-04-23 00:05 +0200 |
| Re: Proposed new feature for bash: unbuffered pipes, part 1: overview | worley@alum.mit.edu (Dale R. Worley) | 2020-04-22 21:16 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes | worley@alum.mit.edu (Dale R. Worley) | 2020-04-22 21:31 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes | Andreas Schwab <schwab@linux-m68k.org> | 2020-04-23 09:30 +0200 |
| Re: nameref pointing to array element | Chet Ramey <chet.ramey@case.edu> | 2020-04-23 17:00 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes | worley@alum.mit.edu (Dale R. Worley) | 2020-04-23 19:39 -0400 |
| Cannot shadow local -r when assigning local to array in declaration | Ross Goldberg <ross.goldberg@gmail.com> | 2020-04-23 20:02 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes | Daniel Colascione <dancol@dancol.org> | 2020-04-23 17:15 -0700 |
| Unbuffered pipes: cases to be supported | worley@alum.mit.edu (Dale R. Worley) | 2020-04-23 20:20 -0400 |
| Re: Proposed new feature for bash: unbuffered pipes | Daniel Colascione <dancol@dancol.org> | 2020-04-23 17:26 -0700 |
| Bash-5.0 Official Patch 17 | Chet Ramey <chet.ramey@case.edu> | 2020-04-24 10:52 -0400 |
| Man page typo: "abd" | Alex Schroeder <alex@alexschroeder.ch> | 2020-04-24 19:53 +0200 |
| Re: Proposed new feature for bash: unbuffered pipes | Chet Ramey <chet.ramey@case.edu> | 2020-04-24 14:04 -0400 |
| Re: Man page typo: "abd" | Chet Ramey <chet.ramey@case.edu> | 2020-04-24 14:52 -0400 |
| Variable references (declare -n, "nameref") are limited to a depth of 8. | andrej@podzimek.org | 2020-04-25 08:55 +0200 |
| Re: Unbuffered pipes: cases to be supported | Ángel <angel@16bits.net> | 2020-04-25 17:26 +0200 |
| Re: Variable references (declare -n, "nameref") are limited to a depth of 8. | Chet Ramey <chet.ramey@case.edu> | 2020-04-25 16:21 -0400 |
| Re: Variable references (declare -n, "nameref") are limited to a depth of 8. | Andrej Podzimek <andrej@podzimek.org> | 2020-04-26 05:46 +0200 |
| Removing the shift/reduce conflict in the parser | worley@alum.mit.edu (Dale R. Worley) | 2020-04-26 20:14 -0400 |
| Re: Removing the shift/reduce conflict in the parser | Chet Ramey <chet.ramey@case.edu> | 2020-04-27 08:35 -0400 |
« Previous 1 ... 12 13 14 15 16 ... 114 Next »
csiph-web