In article ,
John Klos wrote:
>Log Message:
>Use the same options like m4 (-g turns on GNU, -G turns off GNU) Suggested
>by uwe@
>
>It seems, based on comparing netbsd-9 and -current, that the default was
>-g (GNU on), and is now -G (GNU off). Should the default be mentioned in
>the man page?
Log Message:
Use the same options like m4 (-g turns on GNU, -G turns off GNU) Suggested
by uwe@
It seems, based on comparing netbsd-9 and -current, that the default was
-g (GNU on), and is now -G (GNU off). Should the default be mentioned in
the man page?
John
In article ,
Valery Ushakov wrote:
>On Thu, Mar 11, 2021 at 10:15:05 -0500, Christos Zoulas wrote:
>
>> Module Name: src
>> Committed By:christos
>> Date:Thu Mar 11 15:15:05 UTC 2021
>>
>> Modified Files:
>> src/usr.bin/sed: main.c sed.1
>>
>> Log Message:
>> Add -G
On Thu, Mar 11, 2021 at 10:15:05 -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Thu Mar 11 15:15:05 UTC 2021
>
> Modified Files:
> src/usr.bin/sed: main.c sed.1
>
> Log Message:
> Add -G to support GNU extensions
This is inverse of m4(1) where -
> On Mar 1, 2015, at 8:45 AM, Aleksej Saushev wrote:
>
> chris...@astron.com (Christos Zoulas) writes:
>
>> In article <20150228215653.f2f0...@cvs.netbsd.org>,
>> Aleksej Saushev wrote:
>>> -=-=-=-=-=-
>>>
>>> Module Name:src
>>> Committed By: asau
>>> Date: Sat Fe
In article <87d24szpq8@inbox.ru>, Aleksej Saushev wrote:
>
>It makes code a lot cleaner and allows embedding it.
>
>If that's problem, I'll submit changes to FreeBSD.
It is not a problem and communicating the changes with FreeBSD
would be great. This is just FYI :-)
christos
chris...@astron.com (Christos Zoulas) writes:
> In article <20150228215653.f2f0...@cvs.netbsd.org>,
> Aleksej Saushev wrote:
>>-=-=-=-=-=-
>>
>>Module Name: src
>>Committed By: asau
>>Date: Sat Feb 28 21:56:53 UTC 2015
>>
>>Modified Files:
>> src/usr.bin/sed: compile.c extern.h main
In article <20150228215653.f2f0...@cvs.netbsd.org>,
Aleksej Saushev wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: asau
>Date: Sat Feb 28 21:56:53 UTC 2015
>
>Modified Files:
> src/usr.bin/sed: compile.c extern.h main.c process.c
>
>Log Message:
>Improve modularity of "se
Hi,
This change breaks many pkgsrc packages.
Please take a look at PR bin/48880.
Thank you.
From: "Christos Zoulas" , Date: Thu, 5 Jun 2014 20:13:13
-0400
> Module Name: src
> Committed By: christos
> Date: Fri Jun 6 00:13:13 UTC 2014
>
> Modified Files:
> src/usr.bin/sed: Mak