<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/err.h, branch release/4.7.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.7.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.7.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-10-08T05:39:08Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-10-08T05:39:08Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-10-08T05:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d'/>
<id>urn:sha1:e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d</id>
<content type='text'>
'RELENG_4_7_0_RELEASE'.

This commit was manufactured to restore the state of the 4.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:45:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:45:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>urn:sha1:a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to use the appropriate __printf*like attribute for verr*</title>
<updated>1998-11-22T05:12:27Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-11-22T05:12:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba924eaf7c1faffb21ea7c8514032aa893673780'/>
<id>urn:sha1:ba924eaf7c1faffb21ea7c8514032aa893673780</id>
<content type='text'>
and vwarn*.

Sorted attributes.

UnFrom'ed vendor id.
</content>
</entry>
<entry>
<title>Add support for -Wformat consistency checking between format strings</title>
<updated>1998-10-29T22:18:47Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-10-29T22:18:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7fd62c59f5396cad3eb8d0bf80ab280a11944088'/>
<id>urn:sha1:7fd62c59f5396cad3eb8d0bf80ab280a11944088</id>
<content type='text'>
and their argument lists for the err(3) family of functions.  Note,
I intentionally used __printflike instead of __printf0like for
warnx.  Although a NULL format string is legal for that function, it
doesn't make any sense.
</content>
</entry>
<entry>
<title>A small last-minute iitem for 3.0:</title>
<updated>1998-09-12T21:02:22Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1998-09-12T21:02:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4b4fb871e1e7fb242285af7a06e4f62d6c1fad7'/>
<id>urn:sha1:b4b4fb871e1e7fb242285af7a06e4f62d6c1fad7</id>
<content type='text'>
- Fix some style errors I made back in 1995.

- Add a new flavor of the err(3) family, which takes an explicit
  errno argument rather than implicitly examining errno.  This
  will make it easier to use these functions in conjunction with
  modern library interfaces that return an errno value explicitly.
</content>
</entry>
<entry>
<title>Don't use __dead or __pure in user code.  They were obfuscations</title>
<updated>1996-09-14T03:00:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-14T03:00:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eaa86f9d7fcbe6b82b1defa62f31071324c836ed'/>
<id>urn:sha1:eaa86f9d7fcbe6b82b1defa62f31071324c836ed</id>
<content type='text'>
for gcc &gt;= 2.5 and no-ops for gcc &gt;= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
</content>
</entry>
<entry>
<title>Add err_set_file() and err_set_exit() functions to make it possible for</title>
<updated>1995-04-13T18:04:11Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-04-13T18:04:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3688be0eeb59367d9dd33e4b0963813b72ce0ef3'/>
<id>urn:sha1:3688be0eeb59367d9dd33e4b0963813b72ce0ef3</id>
<content type='text'>
programs which use err(3) to work nicely in a wider range of environments
(e.g., dialog).
</content>
</entry>
<entry>
<title>Declare functions that don't return as having attribute __dead2.</title>
<updated>1994-09-08T10:29:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-09-08T10:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2868e9618b53d8f861a76ae9d05a4d34f3dc9dff'/>
<id>urn:sha1:2868e9618b53d8f861a76ae9d05a4d34f3dc9dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Include Sources</title>
<updated>1994-05-24T09:57:34Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-24T09:57:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59deaec541ae8baaa58daf6c5a2196ea7de180c3'/>
<id>urn:sha1:59deaec541ae8baaa58daf6c5a2196ea7de180c3</id>
<content type='text'>
</content>
</entry>
</feed>
