<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/alpha, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-02-13T07:23:46Z</updated>
<entry>
<title>MFC: For variables that are only checked with defined(), don't provide</title>
<updated>2005-02-13T07:23:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-02-13T07:23:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3152376aea3a65195a85469996d1f887cd880554'/>
<id>urn:sha1:3152376aea3a65195a85469996d1f887cd880554</id>
<content type='text'>
     any fake value.
</content>
</entry>
<entry>
<title>MFC of 1.4:</title>
<updated>2004-12-08T20:15:49Z</updated>
<author>
<name>Peter Edwards</name>
<email>peadar@FreeBSD.org</email>
</author>
<published>2004-12-08T20:15:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d37f651b5728925371ae8c1b32b173c42791eb3b'/>
<id>urn:sha1:d37f651b5728925371ae8c1b32b173c42791eb3b</id>
<content type='text'>
    don't cause an overflow trap when dividing LONG_MIN by 1
</content>
</entry>
<entry>
<title>Fix alpha build and add __FBSDID.</title>
<updated>2004-08-16T08:12:29Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-08-16T08:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9abf2d6e2ae45f9d14bc29dd4f1239583c6f602'/>
<id>urn:sha1:e9abf2d6e2ae45f9d14bc29dd4f1239583c6f602</id>
<content type='text'>
PR: 70518
</content>
</entry>
<entry>
<title>Add support for TLS in statically linked programs.</title>
<updated>2004-08-15T16:18:52Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-08-15T16:18:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccd13c49b55616e3f92a3cf37512dc24aeb41e0a'/>
<id>urn:sha1:ccd13c49b55616e3f92a3cf37512dc24aeb41e0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace seven nominally MD implementations of frexp() that are broken</title>
<updated>2004-07-18T21:23:39Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-07-18T21:23:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39bcea8689cb7cd9a708fdc5dbf616939161e5e5'/>
<id>urn:sha1:39bcea8689cb7cd9a708fdc5dbf616939161e5e5</id>
<content type='text'>
for subnormals with one implementation that works.
</content>
</entry>
<entry>
<title>Implement the classification macros isfinite(), isinf(), isnan(), and</title>
<updated>2004-07-09T03:32:40Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-07-09T03:32:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=240dbabfa8e8f13bf761868a69f3045a8bc474ab'/>
<id>urn:sha1:240dbabfa8e8f13bf761868a69f3045a8bc474ab</id>
<content type='text'>
isnormal() the hard way, rather than relying on fpclassify().  This is
a lose in the sense that we need a total of 12 functions, but it is
necessary for binary compatibility because we have never bumped libm's
major version number.  In particular, isinf(), isnan(), and isnanf()
were BSD libc functions before they were C99 macros, so we can't
reimplement them in terms of fpclassify() without adding a dependency
on libc.so.5.  I have tried to arrange things so that programs that
could be compiled in FreeBSD 4.X will generate the same external
references when compiled in 5.X.  At the same time, the new macros
should remain C99-compliant.

The isinf() and isnan() functions remain in libc for historical
reasons; however, I have moved the functions that implement the macros
isfinite() and isnormal() to libm where they belong.  Moreover,
half a dozen MD versions of isinf() and isnan() have been replaced
with MI versions that work equally well.

Prodded by:	kris
</content>
</entry>
<entry>
<title>Use unions to avoid violating C99 strict aliasing rules.</title>
<updated>2004-03-16T20:42:02Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-03-16T20:42:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=261e614637cb46e3af00ca395bf4afa42ddc859b'/>
<id>urn:sha1:261e614637cb46e3af00ca395bf4afa42ddc859b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some aliasing problems.</title>
<updated>2004-02-16T10:02:40Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-02-16T10:02:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36e22bed27863665234a9409ffc9dc50b79bf1a7'/>
<id>urn:sha1:36e22bed27863665234a9409ffc9dc50b79bf1a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the</title>
<updated>2004-01-18T07:57:02Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-01-18T07:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8cb7cca0296c033effc11b8e04221c229ec66b8'/>
<id>urn:sha1:a8cb7cca0296c033effc11b8e04221c229ec66b8</id>
<content type='text'>
high and low words of the mantissa in bits, respectively.
</content>
</entry>
<entry>
<title>Provide sysarch(2) prototypes in the MD sysarch.h headers.  While I'm</title>
<updated>2004-01-09T16:52:09Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-01-09T16:52:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4dc8baa84ba268ae07ac65481c5085dc2a79e7f'/>
<id>urn:sha1:e4dc8baa84ba268ae07ac65481c5085dc2a79e7f</id>
<content type='text'>
at it, use the ANSI C generic pointer type for the second argument,
thus matching the documentation.

Remove the now extraneous (and now conflicting) function declarations
in various libc sources.  Remove now unnecessary casts.

Reviewed by:	bde
</content>
</entry>
</feed>
