svn commit: r300555 - stable/10/usr.bin/sed

Pedro Giffuni pfg at freebsd.org
Tue May 24 03:35:38 UTC 2016



> Il giorno 23/mag/2016, alle ore 22:08, Pedro F. Giffuni <pfg at FreeBSD.org> ha scritto:
> 
> Author: pfg
> Date: Tue May 24 03:08:32 2016
> New Revision: 300555
> URL: https://svnweb.freebsd.org/changeset/base/300555
> 
> Log:

MFC r299211

>  sed: rewrite the main loop.
> 
>  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.
> 
>  This will be needed to bring a fix from OpenBSD later.
> 
>  Obtained from:	OpenBSD (schwarze CVS Rev. 1.18)
> 
> Modified:
>  stable/10/usr.bin/sed/process.c
> Directory Properties:
>  stable/10/   (props changed)
> 



More information about the svn-src-stable-10 mailing list