<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/stdio.h, branch release/4.0.0_cvs</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 tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed missing declaration of ctermid_r(3).</title>
<updated>1999-12-23T16:33:12+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-12-23T16:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de7067ac25485524e49f46ea9478a289adf6227a'/>
<id>de7067ac25485524e49f46ea9478a289adf6227a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:45:13+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added functions fseeko() and ftello() (from susv2).</title>
<updated>1999-02-08T21:32:38+00:00</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-02-08T21:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7307d07db6d636b8690c330a65b857dbe1738364'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed fgetpos() and fsetpos() for offsets &gt; 2GB.

PR:		8637
Submitted by:	 Dan Nelson &lt;dnelson@emsphone.com&gt; (adjusted by me a little)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make this protototype of mmap return void *, like two other copies.</title>
<updated>1998-12-14T19:23:16+00:00</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1998-12-14T19:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1b7af8ac34709f2698912b5f5db0323832ae8a4'/>
<id>c1b7af8ac34709f2698912b5f5db0323832ae8a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added macros __printflike() and __scanflike() to &lt;sys/cdefs.h&gt;.</title>
<updated>1998-07-13T06:45:23+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-13T06:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=748993b899a7e36387ff56306b9abdb34e9643f5'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>New flag for internal stdio use to enable dynamic string allocation for</title>
<updated>1998-07-08T00:52:40+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-07-08T00:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b5fe8fabdac7fbabbd2993abfa16e14570173a8c'/>
<id>b5fe8fabdac7fbabbd2993abfa16e14570173a8c</id>
<content type='text'>
asprintf() implementation.

Obtained from: Todd Miller &lt;Todd.Miller@courtesan.com&gt; via OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asprintf() implementation.

Obtained from: Todd Miller &lt;Todd.Miller@courtesan.com&gt; via OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete the switch to using gcc-2.4 features to declare fpos_t ,</title>
<updated>1998-06-14T16:04:20+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-14T16:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ed9c039078119b9102cf5af036060316a2dbc3d1'/>
<id>ed9c039078119b9102cf5af036060316a2dbc3d1</id>
<content type='text'>
as threatened in the 4-5 year old comment.  Most of the change is
in &lt;machine/ansi.h&gt;; this commit just removes cruft for the strict
ANSI case.  64-bit types couldn't actually be defined using
__attribute__(()) in gcc-2.4, since attribute names in the
implementation namespace only became available in gcc-2.7.  I've
probably just broken gcc-2.6 support by using the gcc-2.7 names
unconditionally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as threatened in the 4-5 year old comment.  Most of the change is
in &lt;machine/ansi.h&gt;; this commit just removes cruft for the strict
ANSI case.  64-bit types couldn't actually be defined using
__attribute__(()) in gcc-2.4, since attribute names in the
implementation namespace only became available in gcc-2.7.  I've
probably just broken gcc-2.6 support by using the gcc-2.7 names
unconditionally.
</pre>
</div>
</content>
</entry>
<entry>
<title>I have a long list of issues to address here, mostly related to</title>
<updated>1998-05-05T21:59:19+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-05-05T21:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=351c800a5ef8e7f3afe7fa457589aab8c8a0eb91'/>
<id>351c800a5ef8e7f3afe7fa457589aab8c8a0eb91</id>
<content type='text'>
namespace and revision levels of ANSI and POSIX. This change only
removes the leading underscrore from the FILE locking functions
that POSIX defines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
namespace and revision levels of ANSI and POSIX. This change only
removes the leading underscrore from the FILE locking functions
that POSIX defines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Format changes in an attempt to address some of Bruce's comments</title>
<updated>1998-04-12T20:29:24+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-04-12T20:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=297263b07984e2e679dc52f17f190c139f424204'/>
<id>297263b07984e2e679dc52f17f190c139f424204</id>
<content type='text'>
about spaces and tabs.

The externs in the static inline functions remain 'cause (a) they're
required; and (b) I can't find any gcc -W* cases where they generate
warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
about spaces and tabs.

The externs in the static inline functions remain 'cause (a) they're
required; and (b) I can't find any gcc -W* cases where they generate
warnings.
</pre>
</div>
</content>
</entry>
</feed>
