<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/sed, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-10-21T01:56:05Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-10-21T01:56:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>urn:sha1:14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: getopt returns -1 not EOF</title>
<updated>1997-08-29T05:30:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-08-29T05:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=228f50a90c03088066d876b02657d89a13880757'/>
<id>urn:sha1:228f50a90c03088066d876b02657d89a13880757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Use err(3) instead of local redefinition. Add usage().</title>
<updated>1997-08-12T06:36:13Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-12T06:36:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba3955753a589b3986db4028e1c1603112b5810b'/>
<id>urn:sha1:ba3955753a589b3986db4028e1c1603112b5810b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC: add a missing '\'.</title>
<updated>1997-03-12T16:06:18Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-03-12T16:06:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b270f2184aea05571e88b4cf58c75886737e942e'/>
<id>urn:sha1:b270f2184aea05571e88b4cf58c75886737e942e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-11-21T16:51:15Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-21T16:51:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e327282419e3d97aa889087a4ed9a734bccbf34f'/>
<id>urn:sha1:e327282419e3d97aa889087a4ed9a734bccbf34f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it at least semi-worked</title>
<updated>1996-08-11T18:08:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1996-08-11T18:08:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7c6d4477a4852a5b013214774cbe16007c6b0f4'/>
<id>urn:sha1:b7c6d4477a4852a5b013214774cbe16007c6b0f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Localize it</title>
<updated>1996-08-11T17:46:35Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1996-08-11T17:46:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=726aebe5e0069044c7cd39f1037b9a46abdba4cd'/>
<id>urn:sha1:726aebe5e0069044c7cd39f1037b9a46abdba4cd</id>
<content type='text'>
8bit cleanup
</content>
</entry>
<entry>
<title>Yet^2 another fix for the line continuation bug.</title>
<updated>1996-07-17T12:18:51Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-07-17T12:18:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49e6559936430229f6c321fcdd37c8df7f02e74f'/>
<id>urn:sha1:49e6559936430229f6c321fcdd37c8df7f02e74f</id>
<content type='text'>
The fundamental problem with the original code is that it accesses
p[-2] which is one before the beginning of the input buffer for
empty lines.  rev.1.6 just moved the problem from failures when
p[-2] happens to be '\\' to failures when it happens to be '\0'.
rev.1.5 was confused about the trailing newline and other things.

I went back to rev.1.5 and fixed it.  The result is the same as
Keith Bostic's final version in PR 1356 except it loses more
gracefully for excessively long input lines.
</content>
</entry>
<entry>
<title>Yet another fix for the line continuation bug in sed. Keith's patch</title>
<updated>1996-06-26T05:54:32Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-06-26T05:54:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f587766449daeb0467d4f6b4605693d9b00c04f'/>
<id>urn:sha1:4f587766449daeb0467d4f6b4605693d9b00c04f</id>
<content type='text'>
introduced a new bug. This fix appears to work correctly. Fixes PR#1350.

Submitted by:	mark@linus.demon.co.uk (Mark Valentine)
</content>
</entry>
<entry>
<title>Fix from Keith Bostic &lt;bostic@bsdi.com&gt; for bug in sed dealing with</title>
<updated>1996-06-19T11:20:07Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-06-19T11:20:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=796d43185d67e8fcbe3e87e38745e9092cfbcde2'/>
<id>urn:sha1:796d43185d67e8fcbe3e87e38745e9092cfbcde2</id>
<content type='text'>
continuation lines.

Submitted by:	Keith Bostic via Kirk McKusick
</content>
</entry>
</feed>
