CVS commit: src/usr.bin/sed

2010-02-19 Thread Tobias Nygren
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

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
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

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
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

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
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

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
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

CVS commit: src/usr.bin/sed

2023-01-19 Thread SAITOH Masanobu
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

CVS commit: src/usr.bin/sed

2023-01-19 Thread SAITOH Masanobu
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

Re: CVS commit: src/usr.bin/sed

2014-06-06 Thread Ryo ONODERA
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

Re: CVS commit: src/usr.bin/sed

2021-03-11 Thread Valery Ushakov
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 -

Re: CVS commit: src/usr.bin/sed

2021-03-11 Thread Christos Zoulas
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

Re: CVS commit: src/usr.bin/sed

2021-03-30 Thread John Klos
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

Re: CVS commit: src/usr.bin/sed

2021-03-30 Thread Christos Zoulas
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?

Re: CVS commit: src/usr.bin/sed

2015-02-28 Thread Christos Zoulas
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

Re: CVS commit: src/usr.bin/sed

2015-03-01 Thread Aleksej Saushev
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

Re: CVS commit: src/usr.bin/sed

2015-03-01 Thread Christos Zoulas
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

Re: CVS commit: src/usr.bin/sed

2015-03-01 Thread Warner Losh
> 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