<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/stdio.h, branch release/3.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-12-20T00:16:49Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-12-20T00:16:49Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-12-20T00:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a85407ad7dfbbdae7987bcff091bb36a6b83aee'/>
<id>urn:sha1:7a85407ad7dfbbdae7987bcff091bb36a6b83aee</id>
<content type='text'>
'RELENG_3_4_0_RELEASE'.

This commit was manufactured to restore the state of the 3.4-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-29T14:49:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T14:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f376ef90540b4d5b6e7f467620e91404ba306d89'/>
<id>urn:sha1:f376ef90540b4d5b6e7f467620e91404ba306d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fseeko() and ftello().</title>
<updated>1999-05-05T22:14:47Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-05-05T22:14:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f9b77ed91ea12fbae83af78b6b5ceafe81e13857'/>
<id>urn:sha1:f9b77ed91ea12fbae83af78b6b5ceafe81e13857</id>
<content type='text'>
</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-test2/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-test2/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>
<entry>
<title>New flag for internal stdio use to enable dynamic string allocation for</title>
<updated>1998-07-08T00:52:40Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-07-08T00:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5fe8fabdac7fbabbd2993abfa16e14570173a8c'/>
<id>urn:sha1:b5fe8fabdac7fbabbd2993abfa16e14570173a8c</id>
<content type='text'>
asprintf() implementation.

Obtained from: Todd Miller &lt;Todd.Miller@courtesan.com&gt; via OpenBSD
</content>
</entry>
<entry>
<title>Complete the switch to using gcc-2.4 features to declare fpos_t ,</title>
<updated>1998-06-14T16:04:20Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-14T16:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed9c039078119b9102cf5af036060316a2dbc3d1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>I have a long list of issues to address here, mostly related to</title>
<updated>1998-05-05T21:59:19Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-05-05T21:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=351c800a5ef8e7f3afe7fa457589aab8c8a0eb91'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Format changes in an attempt to address some of Bruce's comments</title>
<updated>1998-04-12T20:29:24Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-04-12T20:29:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=297263b07984e2e679dc52f17f190c139f424204'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,</title>
<updated>1998-04-11T07:33:46Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-04-11T07:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d0026cd9f3533187710aabce91744d69e8c56b2'/>
<id>urn:sha1:7d0026cd9f3533187710aabce91744d69e8c56b2</id>
<content type='text'>
test for __isthreaded before calling the lock/unlock functions to
try to save some performance. The _THREAD_SAFE case should become the
default, but since it tests for a global variable in libc, people won't
be able to build -current on pre-3.0 systems unless the default leaves
it out. Such is life.
</content>
</entry>
</feed>
