Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2018 20:27:23 +0300
From:      Yuri Pankov <yuripv@yuripv.net>
To:        Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r338375 - in head/usr.bin/sed: . tests
Message-ID:  <de9ef02f-e657-dcf6-a0c3-f90b9f17859b@yuripv.net>
In-Reply-To: <201808291709.w7TH94Mn001568@repo.freebsd.org>
References:  <201808291709.w7TH94Mn001568@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Johnston wrote:
> Author: markj
> Date: Wed Aug 29 17:09:03 2018
> New Revision: 338375
> URL: https://svnweb.freebsd.org/changeset/base/338375
> 
> Log:
>    sed: Fix -i option behavior with 'q' command.
>    
>    Don't just exit when encountering the 'q' command if we edit file
>    inplace, and give mf_fgets() a chance to actually handle the
>    inplace case.
>    
>    Also add a regression test.
>    
>    Submitted by:	Yuri Pankov <yuripv@yuripv.net>
>    Approved by:	re (kib)
>    MFC after:	1 week
>    Differential Revision:	https://reviews.freebsd.org/D16798

This is also:

PR: 230507



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?de9ef02f-e657-dcf6-a0c3-f90b9f17859b>