<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/make/buf.c, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2009-03-24T00:07:17Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-03-24T00:07:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d7447c402b02036a8dc33b01a21a89f84ab8a931'/>
<id>urn:sha1:d7447c402b02036a8dc33b01a21a89f84ab8a931</id>
<content type='text'>
r187475: Remove inlining of functions that are used mostly in different
	 object files.  This lets use to remove NO_WERROR.
r186558: Consistently use Var_SetGlobal().
r186713: Add the -Q be-quiet flag for parallel jobs.
r186279: Exit with error code 2 when run with -k (continue if errors)
	 and build failed.
r186559: Add the ability to tweak the token output before targets in job mode.
r181021: Add POSIX -p flag to make(1).
r186502: Clarify the behaviour of conditionals when dealing with comparisons.
</content>
</entry>
<entry>
<title>Move the Boolean and ReturnStatus stuff from sprite.h to util.h and</title>
<updated>2005-05-13T08:53:00Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-13T08:53:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=38147431602891e0d069d4f8bb9cb2690314cc20'/>
<id>urn:sha1:38147431602891e0d069d4f8bb9cb2690314cc20</id>
<content type='text'>
get rid of sprite.h.

Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Move the MAX macro to a util.h so it becomes usable in other modules.</title>
<updated>2005-03-31T11:12:45Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-31T11:12:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae6bff540a123c63b06decd39688b650e832dc7e'/>
<id>urn:sha1:ae6bff540a123c63b06decd39688b650e832dc7e</id>
<content type='text'>
Suggested by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Two new functions: Buf_Data() returns a reference to the data in</title>
<updated>2005-03-22T07:42:51Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-22T07:42:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9668c011e9174bf045e241ab666df992a765650e'/>
<id>urn:sha1:9668c011e9174bf045e241ab666df992a765650e</id>
<content type='text'>
the buffer and Buf_AppendBuf() appends a copy of one buffer to another
buffer.

Patch:		7.146,7.147

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Create a new function Buf_Peel that returns the string from inside</title>
<updated>2005-03-08T13:15:18Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-08T13:15:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3509f4d713e525c5434286783add85df080c329f'/>
<id>urn:sha1:3509f4d713e525c5434286783add85df080c329f</id>
<content type='text'>
a Buffer and frees the Buffer.
</content>
</entry>
<entry>
<title>Introduce Buf_StripNewLines() and use it where appropriate.</title>
<updated>2005-02-07T11:27:47Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-07T11:27:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46ca4347374ab1d846340cda3f2725c9196366b5'/>
<id>urn:sha1:46ca4347374ab1d846340cda3f2725c9196366b5</id>
<content type='text'>
Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Invent a Buf_AppendRange function that appends a non-NUL-terminated string</title>
<updated>2005-02-07T07:54:23Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-07T07:54:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae9eed128194cc0ab7e4bb9507f568717aff2cd7'/>
<id>urn:sha1:ae9eed128194cc0ab7e4bb9507f568717aff2cd7</id>
<content type='text'>
given by a pointer to the start of the string and a pointer one behind
the end.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Invent a Buf_Append function to append a NUL-terminated string</title>
<updated>2005-02-07T07:49:16Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-07T07:49:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d01d6678adea9060e8f50449d3fa54b33e2b2e6e'/>
<id>urn:sha1:d01d6678adea9060e8f50449d3fa54b33e2b2e6e</id>
<content type='text'>
and use it thoughout the code.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Rewrite of the buf code:</title>
<updated>2005-02-04T16:48:35Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-04T16:48:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4dd2410336732b5ad79ce13950592050406336f'/>
<id>urn:sha1:f4dd2410336732b5ad79ce13950592050406336f</id>
<content type='text'>
- convert Buf_AddByte from a macro to a function
- move #define's into the header file
- remove unused field in struct Buffer
- remove size fields - they can be easily computed
- inline Buf_OvAddByte

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
</feed>
