On Tue, Aug 02, 2016 at 10:03:20AM -0500, Pedro Giffuni wrote:
> Hello;
>
> [...]
> Thank you for the reports, this type of things make nice cases for the
> test suite.
>
> There were good reasons this patch was not meant for 11.0-RELEASE. Given
> it's the second regression and I am not satisfied
Hello;
On 08/02/16 09:54, Guido Falsi wrote:
On 08/02/16 16:17, Alexey Dokuchaev wrote:
On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
New Revision: 303047
URL: https://svnweb.freebsd.org/changeset/base/303047
Log:
sed(1): Assorted cleanups and simplifications.
C
On 08/02/16 16:17, Alexey Dokuchaev wrote:
> On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
>> New Revision: 303047
>> URL: https://svnweb.freebsd.org/changeset/base/303047
>>
>> Log:
>> sed(1):Assorted cleanups and simplifications.
>>
>> Const-ify several variables, m
On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote:
> New Revision: 303047
> URL: https://svnweb.freebsd.org/changeset/base/303047
>
> Log:
> sed(1): Assorted cleanups and simplifications.
>
> Const-ify several variables, make it build cleanly with WARNS level 5.
>
>
> On Jul 26, 2016, at 21:33, Pedro Giffuni wrote:
>
>
>
> On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
>>>
>>> Author: pfg
>>> Date: Tue Jul 19 22:56:40 2016
>>> New Revision: 303047
>>> URL: https://svnweb.freebsd.org/changes
On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote:
On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
Author: pfg
Date: Tue Jul 19 22:56:40 2016
New Revision: 303047
URL: https://svnweb.freebsd.org/changeset/base/303047
Log:
sed(1):Assorted cleanups and simplifications.
Const-i
> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
>
> Author: pfg
> Date: Tue Jul 19 22:56:40 2016
> New Revision: 303047
> URL: https://svnweb.freebsd.org/changeset/base/303047
>
> Log:
> sed(1): Assorted cleanups and simplifications.
>
> Const-ify several variables, make it build c
Author: pfg
Date: Tue Jul 19 22:56:40 2016
New Revision: 303047
URL: https://svnweb.freebsd.org/changeset/base/303047
Log:
sed(1): Assorted cleanups and simplifications.
Const-ify several variables, make it build cleanly with WARNS level 5.
Submitted by: mi
PR: 195929