Module Name:src
Committed By: kre
Date: Tue Sep 17 13:34:08 UTC 2024
Modified Files:
src/usr.bin/sed: process.c
Log Message:
PR lib/58674
When building the tools version of sed, treat all wide characters
as if they occupy just one column for the purposes of sed's 'l'
comm
Module Name:src
Committed By: kre
Date: Tue Sep 17 13:34:08 UTC 2024
Modified Files:
src/usr.bin/sed: process.c
Log Message:
PR lib/58674
When building the tools version of sed, treat all wide characters
as if they occupy just one column for the purposes of sed's 'l'
comm
Module Name:src
Committed By: msaitoh
Date: Fri Jan 20 01:26:02 UTC 2023
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
s/delimeter/delimiter/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/sed/compile.c
Please note that d
Module Name:src
Committed By: msaitoh
Date: Fri Jan 20 01:26:02 UTC 2023
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
s/delimeter/delimiter/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/sed/compile.c
Please note that d
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 -
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:23:55 UTC 2019
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like
gnu sed does, except when inside regex []. (Gnu sed translates thos
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:23:55 UTC 2019
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like
gnu sed does, except when inside regex []. (Gnu sed translates thos
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:22:36 UTC 2019
Modified Files:
src/usr.bin/sed: main.c
Log Message:
add an abort for a case that can't happen
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c
Please note that
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:22:36 UTC 2019
Modified Files:
src/usr.bin/sed: main.c
Log Message:
add an abort for a case that can't happen
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c
Please note that
> 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
Module Name:src
Committed By: tnn
Date: Fri Feb 19 16:35:27 UTC 2010
Modified Files:
src/usr.bin/sed: compile.c defs.h extern.h main.c misc.c
Log Message:
Merge the following revisions from OpenBSD to let sed(1) handle
arbitrarily long lines (closes our PR bin/42261).
open
18 matches
Mail list logo