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]
[IDEA] more granular shell options to fix errexit Ivan Pozdeev <vano@mail.mipt.ru> 2018-12-29 07:23 +0300
Re: Unexpected delay in using arguments. Bize Ma <binaryzebra@gmail.com> 2018-12-29 00:58 -0400
Re: write() not retried after EINTR in printf and echo Bize Ma <binaryzebra@gmail.com> 2018-12-29 01:15 -0400
Re: Error on arithmetic evaluation of `~0`. Bize Ma <binaryzebra@gmail.com> 2018-12-29 01:26 -0400
Re: Error on arithmetic evaluation of `~0`. konsolebox <konsolebox@gmail.com> 2018-12-29 20:09 +0800
problem with bash script loading Paulo Nogueira <paulo@cefema-gt.ist.utl.pt> 2018-12-29 12:09 +0000
Re: problem with bash script loading Chet Ramey <chet.ramey@case.edu> 2018-12-29 10:20 -0600
Re: Unexpected delay in using arguments. Chet Ramey <chet.ramey@case.edu> 2018-12-29 10:39 -0600
Re: Error on arithmetic evaluation of `~0`. Chet Ramey <chet.ramey@case.edu> 2018-12-29 10:46 -0600
Re: readline fails to understand options. Chet Ramey <chet.ramey@case.edu> 2018-12-29 10:55 -0600
Re: How to compile hashlib.c for testing? Peng Yu <pengyu.ut@gmail.com> 2018-12-29 16:44 -0600
The usage of `cd builtins && $(MAKE) ...` Peng Yu <pengyu.ut@gmail.com> 2018-12-30 07:09 -0600
Re: The usage of `cd builtins && $(MAKE) ...` Vladimir Marek <Vladimir.Marek@oracle.com> 2018-12-30 14:37 +0100
"COMMAND 2>&1 > PATH" doesn't work Dušan Kreheľ <dusankrehel@gmail.com> 2018-12-30 22:10 +0100
Re: "COMMAND 2>&1 > PATH" doesn't work Eduardo A. Bustamante López <dualbus@gmail.com> 2018-12-30 13:40 -0800
Re: bug in dirname loadable? Peng Yu <pengyu.ut@gmail.com> 2018-12-30 17:42 -0600
Reading from a file by using its FD returns its contents only once mike b <michallinuxstuff@gmail.com> 2018-12-31 02:36 +0100
Re: The usage of `cd builtins && $(MAKE) ...` Chet Ramey <chet.ramey@case.edu> 2018-12-31 10:00 -0500
Re: bug in dirname loadable? Chet Ramey <chet.ramey@case.edu> 2018-12-31 11:14 -0500
Re: Reading from a file by using its FD returns its contents only once Tadeus Prastowo <tadeus.prastowo@unitn.it> 2018-12-31 17:40 +0100
Re: Reading from a file by using its FD returns its contents only once mike b <michallinuxstuff@gmail.com> 2018-12-31 18:19 +0100
Re: Reading from a file by using its FD returns its contents only once Daniel Mills <danielmills1@gmail.com> 2018-12-31 12:23 -0500
FIFO race condition on SunOS kernels Martijn Dekker <martijn@inlv.org> 2018-12-31 18:37 +0100
Re: FIFO race condition on SunOS kernels Chet Ramey <chet.ramey@case.edu> 2018-12-31 14:05 -0500
Re: $RANDOM not Cryptographically secure pseudorandom number generator Chet Ramey <chet.ramey@case.edu> 2018-12-31 14:11 -0500
Re: Reading from a file by using its FD returns its contents only once Chet Ramey <chet.ramey@case.edu> 2018-12-31 14:21 -0500
Re: Reading from a file by using its FD returns its contents only once mike b <michallinuxstuff@gmail.com> 2018-12-31 20:25 +0100
Re: How to compile hashlib.c for testing? Chet Ramey <chet.ramey@case.edu> 2018-12-31 14:41 -0500
Re: FIFO race condition on SunOS kernels Vladimir Marek <Vladimir.Marek@oracle.com> 2019-01-01 23:47 +0100
Re: FIFO race condition on SunOS kernels Martijn Dekker <martijn@inlv.org> 2019-01-02 00:27 +0100
Re: $RANDOM not Cryptographically secure pseudorandom number generator Ole Tange <tange@gnu.org> 2019-01-02 02:29 +0100
Re: Unexpected delay in using arguments. Bize Ma <binaryzebra@gmail.com> 2019-01-01 22:57 -0400
Re: [Help-bash] How to run tests/? Eduardo Bustamante <dualbus@gmail.com> 2019-01-01 22:10 -0800
Unset builtin not respecting single quotes / doing its own dereferencing bitbucket@mailbox.org 2019-01-02 11:55 +0100
Re: $RANDOM not Cryptographically secure pseudorandom number generator Luuk <luuk@invalid.lan> 2019-01-02 12:01 +0100
Re: FIFO race condition on SunOS kernels Vladimir Marek <Vladimir.Marek@oracle.com> 2019-01-02 13:37 +0100
Re: [Help-bash] How to run tests/? Peng Yu <pengyu.ut@gmail.com> 2019-01-02 07:58 -0600
Re: Unset builtin not respecting single quotes / doing its own dereferencing Chet Ramey <chet.ramey@case.edu> 2019-01-02 09:27 -0500
Re: FIFO race condition on SunOS kernels Clark Wang <dearvoid@gmail.com> 2019-01-03 10:48 +0800
Re: FIFO race condition on SunOS kernels Chet Ramey <chet.ramey@case.edu> 2019-01-03 09:53 -0500
JIT in bash Peng Yu <pengyu.ut@gmail.com> 2019-01-03 10:02 -0600
Re: [IDEA] more granular shell options to fix errexit Vladimir Marek <Vladimir.Marek@oracle.com> 2019-01-03 17:46 +0100
[PATCH 1/3] Fix implicit declaration of abort() Eduardo A. Bustamante López <dualbus@gmail.com> 2019-01-04 12:25 -0800
[PATCH 2/3] Fix `hashtest' target in Makefile Eduardo A. Bustamante López <dualbus@gmail.com> 2019-01-04 12:25 -0800
[PATCH 3/3] Fix incompatible pointer type warning in unicode.c Eduardo A. Bustamante López <dualbus@gmail.com> 2019-01-04 12:25 -0800
Documentation discrepancy for interactive-comments option ingy@ingy.net 2019-01-10 13:44 -0800
Re: Documentation discrepancy for interactive-comments option ingy@ingy.net 2019-01-20 09:49 -0800
Re: Lacking documentation of colored-completion-prefix himat415@gmail.com 2019-02-03 13:17 -0800
TAB completion of filenames beginning with colon is broken Jason Tyler <jasonpaultyler@gmail.com> 2019-06-13 16:56 +1000
Re: TAB completion of filenames beginning with colon is broken Vishal Verma <vishal@kernel.org> 2019-06-13 10:54 -0600

« Previous 1 ... 36 37 38 39 40 ... 114 Next »


csiph-web