Date: Mon, 23 May 2016 22:35:34 -0500 From: Pedro Giffuni <pfg@freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r300555 - stable/10/usr.bin/sed Message-ID: <1EEA4A50-9DD0-42F3-AAA8-263BFF058F62@freebsd.org> In-Reply-To: <201605240308.u4O38WWQ098664@repo.freebsd.org> References: <201605240308.u4O38WWQ098664@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Il giorno 23/mag/2016, alle ore 22:08, Pedro F. Giffuni = <pfg@FreeBSD.org> ha scritto: >=20 > Author: pfg > Date: Tue May 24 03:08:32 2016 > New Revision: 300555 > URL: https://svnweb.freebsd.org/changeset/base/300555 >=20 > Log: MFC r299211 > sed: rewrite the main loop. >=20 > Rewrite the main loop of the "sed s/..." command, shortening it by = ten > lines and simplifying it by removing the switch statement = implementing > /g, /1, and /2 separately and repetitively. >=20 > This will be needed to bring a fix from OpenBSD later. >=20 > Obtained from: OpenBSD (schwarze CVS Rev. 1.18) >=20 > Modified: > stable/10/usr.bin/sed/process.c > Directory Properties: > stable/10/ (props changed) >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1EEA4A50-9DD0-42F3-AAA8-263BFF058F62>