Re: svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-19 Thread Jean-Sébastien Pédron
On 11.08.2014 22:29, Jeremie Le Hen wrote: >> sed(1): Don't force a newline on last line, if input stream doesn't have >> one > > Any plan to MFC this? Sorry Jérémie, I missed your mail... I'm not sure what to think because the out-of-the-box behavior differs from previous version. This could

Re: svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-11 Thread Jeremie Le Hen
Hi Jean Sebastien, On Fri, Aug 08, 2014 at 05:29:01PM +, Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Fri Aug 8 17:29:01 2014 > New Revision: 269729 > URL: http://svnweb.freebsd.org/changeset/base/269729 > > Log: > sed(1): Don't force a newline on last line, if input stream does

svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Fri Aug 8 17:29:01 2014 New Revision: 269729 URL: http://svnweb.freebsd.org/changeset/base/269729 Log: sed(1): Don't force a newline on last line, if input stream doesn't have one While here, change how we check if the current line is the last one. Before, we just