<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/stdio.h, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>stdio.h</title>
<updated>2002-11-09T07:57:55Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-11-09T07:57:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fe84226c3fbf7bfd21e090cbe950093bc7bd3e6'/>
<id>urn:sha1:9fe84226c3fbf7bfd21e090cbe950093bc7bd3e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compiler warnings when compiling with '-D_THREAD_SAFE -Wnested-externs'.</title>
<updated>2002-08-22T22:08:38Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-08-22T22:08:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb23fbac0d377c89700fda8c6913150c4f8488f5'/>
<id>urn:sha1:fb23fbac0d377c89700fda8c6913150c4f8488f5</id>
<content type='text'>
Reviewed by:	freebsd-stable
</content>
</entry>
<entry>
<title>MFC: revs 1.38,9 (guard fmtcheck's attribute checks for non-GCC compilers)</title>
<updated>2001-12-05T20:48:07Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-05T20:48:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87ad79454a351320a4c6c8d17e9efbcad8b8d85b'/>
<id>urn:sha1:87ad79454a351320a4c6c8d17e9efbcad8b8d85b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fmtcheck() function and manpage</title>
<updated>2001-07-05T07:43:46Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-05T07:43:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=724de44a8af1d02aec712fdec9ac8c90021e3aa1'/>
<id>urn:sha1:724de44a8af1d02aec712fdec9ac8c90021e3aa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed missing declaration of ctermid_r(3).</title>
<updated>1999-12-23T16:33:12Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-12-23T16:33:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de7067ac25485524e49f46ea9478a289adf6227a'/>
<id>urn:sha1:de7067ac25485524e49f46ea9478a289adf6227a</id>
<content type='text'>
</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/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>urn:sha1:a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added functions fseeko() and ftello() (from susv2).</title>
<updated>1999-02-08T21:32:38Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-02-08T21:32:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7307d07db6d636b8690c330a65b857dbe1738364'/>
<id>urn:sha1:7307d07db6d636b8690c330a65b857dbe1738364</id>
<content type='text'>
Fixed fgetpos() and fsetpos() for offsets &gt; 2GB.

PR:		8637
Submitted by:	 Dan Nelson &lt;dnelson@emsphone.com&gt; (adjusted by me a little)
</content>
</entry>
<entry>
<title>Make this protototype of mmap return void *, like two other copies.</title>
<updated>1998-12-14T19:23:16Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1998-12-14T19:23:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1b7af8ac34709f2698912b5f5db0323832ae8a4'/>
<id>urn:sha1:c1b7af8ac34709f2698912b5f5db0323832ae8a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added macros __printflike() and __scanflike() to &lt;sys/cdefs.h&gt;.</title>
<updated>1998-07-13T06:45:23Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-13T06:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=748993b899a7e36387ff56306b9abdb34e9643f5'/>
<id>urn:sha1:748993b899a7e36387ff56306b9abdb34e9643f5</id>
<content type='text'>
Use them to `make gcc -Wformat' check formats for all printf-like
and scanf-like functions in /usr/src except for the err()/warn()
family.  err() isn't quite printf-like since its format arg can
legitimately be NULL.  syslog() isn't quite printf-like, but gcc
already accepts %m, even for plain printf() when it shouldn't.
</content>
</entry>
</feed>
