<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/sed/process.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.23 - fix off-by-one in sed transliterate cmd</title>
<updated>2002-06-27T07:08:01+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-06-27T07:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e3e5e6cc36cd43ac81ecaf0d88f58880a1766a3f'/>
<id>e3e5e6cc36cd43ac81ecaf0d88f58880a1766a3f</id>
<content type='text'>
Requested by: random list sulkers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by: random list sulkers
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: `sed -i'.</title>
<updated>2002-06-26T16:49:28+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-26T16:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9cb32e7cf033aa7c3f9fc2731106b5e6b3073837'/>
<id>9cb32e7cf033aa7c3f9fc2731106b5e6b3073837</id>
<content type='text'>
This also gets deregisterization, de_P, and all others changes between
5-CURRENT and RELENG_4.
Bump __FreeBSD_version for bsd.port.mk's use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also gets deregisterization, de_P, and all others changes between
5-CURRENT and RELENG_4.
Bump __FreeBSD_version for bsd.port.mk's use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialise a pointer to NULL at the beginning of the function to quiet gcc.</title>
<updated>2002-04-20T00:24:15+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-20T00:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dc9b205bef358ae44c167594a8fe3ad1ffa37d98'/>
<id>dc9b205bef358ae44c167594a8fe3ad1ffa37d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.15, fixes nil pattern space resulting in incorrect behaviour, see</title>
<updated>2002-04-12T08:43:40+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-12T08:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d71e63367c48181ada28f6d238c6324d956a94b5'/>
<id>d71e63367c48181ada28f6d238c6324d956a94b5</id>
<content type='text'>
original commit message.

PR:		bin/34813
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
original commit message.

PR:		bin/34813
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.14: fixed behaviour for 'G' when given null holdspace.</title>
<updated>2002-04-06T08:26:43+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-06T08:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52c621c0cb2ee575a4015a6953857e8f247a1284'/>
<id>52c621c0cb2ee575a4015a6953857e8f247a1284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-11-29T05:22:44+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-11-29T05:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6a91d605b28dc8682ded4a7fa08be3771e7c9099'/>
<id>6a91d605b28dc8682ded4a7fa08be3771e7c9099</id>
<content type='text'>
	compile.c	1.16
	extern.h	1.7
	main.c		1.13
	misc.c		1.4
	process.c	1.11

	Expand xmalloc and xrealloc in place.

	compile.c      1.17

	Don't allocate zero byte segment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	compile.c	1.16
	extern.h	1.7
	main.c		1.13
	misc.c		1.4
	process.c	1.11

	Expand xmalloc and xrealloc in place.

	compile.c      1.17

	Don't allocate zero byte segment.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More egcs warning fixes:</title>
<updated>1999-04-25T22:37:58+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-04-25T22:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=96846ff64680fa4945300ede843b93311fea74fc'/>
<id>96846ff64680fa4945300ede843b93311fea74fc</id>
<content type='text'>
	o main returns int not void
	o use return 0 at end of main when needed
	o use braces to avoid potentially ambiguous else
	o don't default to type int
	o #ifdef 0 -&gt; #if 0

Reviewed by: obrien and chuckr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	o main returns int not void
	o use return 0 at end of main when needed
	o use braces to avoid potentially ambiguous else
	o don't default to type int
	o #ifdef 0 -&gt; #if 0

Reviewed by: obrien and chuckr
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile -Wall</title>
<updated>1998-12-07T05:33:39+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1998-12-07T05:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2806aab73b6036e6f10f753912518e9fe14467ae'/>
<id>2806aab73b6036e6f10f753912518e9fe14467ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
