Re: [1003.1(2016)/Issue7+TC2 0001156]: Should fflush (NULL) flush streams not backed by files?

2019-01-11 Thread Robert Elz
| Unless I've misread something, this change seems to conflict with the | interpretation given for http://austingroupbugs.net/view.php?id=626. This all tells me two things (reinforces one) ... 1) It is almost impossible to search Mantis to discover if an issue has already been addressed -

[1003.1(2016)/Issue7+TC2 0001156]: Should fflush (NULL) flush streams not backed by files?

2019-01-11 Thread Austin Group Bug Tracker
The following issue has been set as RELATED TO issue 626. == http://austingroupbugs.net/view.php?id=1156 == Reported By:Florian Weimer

[1003.1(2008)/Issue 7 0000626]: Unclear whether fflush(0) and/or exit() affect memory streams

2019-01-11 Thread Austin Group Bug Tracker
The following issue has been set as RELATED TO issue 0001156. == http://austingroupbugs.net/view.php?id=626 == Reported By:dalias Assigned

[1003.1(2016)/Issue7+TC2 0001156]: Should fflush (NULL) flush streams not backed by files?

2019-01-11 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1156 == Reported By:Florian Weimer Assigned To:

Re: [1003.1(2013)/Issue7+TC1 0000953]: Alias expansion is under-specified

2019-01-11 Thread Chet Ramey
On 1/11/19 8:15 AM, Stephane Chazelas wrote: > 2019-01-10 19:01:08 -0500, Chet Ramey: >> On 1/10/19 5:29 PM, Stephane Chazelas wrote: >> >>> In any case, by no longer allowing pipelines, redirections, >>> multiple commands, keywords, comments in alias values, empty or >>> blank aliases, that

Re: [1003.1(2013)/Issue7+TC1 0000953]: Alias expansion is under-specified

2019-01-11 Thread Chet Ramey
On 1/11/19 5:27 AM, Joerg Schilling wrote: > Stephane Chazelas wrote: > >> alias for=pour >> alias do=faire >> alias to_french='echo ' >> >> for word in for do; do >> eval "to_french $word" >> done >> >> (which already doesn't work in bash except in posix mode nor in >> zsh in posix mode or

Re: [1003.1(2013)/Issue7+TC1 0000953]: Alias expansion is under-specified

2019-01-11 Thread Joerg Schilling
Stephane Chazelas wrote: > alias for=pour > alias do=faire > alias to_french='echo ' > > for word in for do; do > eval "to_french $word" > done > > (which already doesn't work in bash except in posix mode nor in > zsh in posix mode or not). >From looking at the error message from bash. it