Re: ed: Make use of stderr compliant with POSIX

2022-11-18 Thread Todd C . Miller
On Sun, 25 Sep 2022 13:12:44 +0200, =?UTF-8?Q?S=C3=B6ren?= Tempel wrote: > Currently, the OpenBSD ed implementation incorrectly writes information > to standard error that should be written to standard out (as per POSIX). > > For the read and write command the POSIX standard states the following:

Re: ed: Make use of stderr compliant with POSIX

2022-11-17 Thread Sören Tempel
PING. I think this is a fairly obvious POSIX compliance issue with an easy fix. Sören Tempel wrote: > Hello, > > Currently, the OpenBSD ed implementation incorrectly writes information > to standard error that should be written to standard out (as per POSIX). > > For the read and write

ed: Make use of stderr compliant with POSIX

2022-09-25 Thread Sören Tempel
Hello, Currently, the OpenBSD ed implementation incorrectly writes information to standard error that should be written to standard out (as per POSIX). For the read and write command the POSIX standard states the following: If the command is successful, the number of bytes written shall