<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libc/arm/gen, branch release/7.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2005-01-22T06:03:40Z</updated>
<entry>
<title>Replace the ldexp() implementation in libc with a renamed copy of the</title>
<updated>2005-01-22T06:03:40Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-01-22T06:03:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=00646ca2047305fce32d99edc7a8e6dfd801f3b4'/>
<id>urn:sha1:00646ca2047305fce32d99edc7a8e6dfd801f3b4</id>
<content type='text'>
scalbn() implementation from libm.  (The two functions are defined to
be identical, but ldexp() lives in libc for backwards compatibility.)
The old ldexp() implementation...
  - was more complicated than this one
  - set errno instead of raising FP exceptions
  - got some corner cases wrong
    (e.g. ldexp(1.0, 2000) in round-to-zero mode)

The new implementation lives in libc/gen instead of
libc/$MACHINE_ARCH/gen, since we don't need N copies of a
machine-independent file.  The amd64 and i386 platforms
retain their fast and correct MD implementations and
override this one.
</content>
</entry>
<entry>
<title>Use the RET macro.</title>
<updated>2004-11-09T16:49:14Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-09T16:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=31489a9a2653e123121e8ca39b4be802013d2b50'/>
<id>urn:sha1:31489a9a2653e123121e8ca39b4be802013d2b50</id>
<content type='text'>
For setjmp() and longjmp(), put the signal mask where it's supposed to be,
instead of in the space reserved for fp regs.
</content>
</entry>
<entry>
<title>Add a week alias __siglongjmp =&gt; siglongjmp.</title>
<updated>2004-11-09T16:44:57Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-09T16:44:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=904e5ace47a075cde32d15f96bf79fa40dca84b7'/>
<id>urn:sha1:904e5ace47a075cde32d15f96bf79fa40dca84b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.</title>
<updated>2004-11-05T23:53:54Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-05T23:53:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5911b520278d793b939fb365d1e0900b3dcf5179'/>
<id>urn:sha1:5911b520278d793b939fb365d1e0900b3dcf5179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix signalcontext and makecontext.</title>
<updated>2004-11-05T23:53:02Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-05T23:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=60497154c8c934f314c88922d333720dfbc642b6'/>
<id>urn:sha1:60497154c8c934f314c88922d333720dfbc642b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make setjmp()/longjmp() use sigprocmask.</title>
<updated>2004-09-23T23:13:46Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-09-23T23:13:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3d90a3cd916f390e50ea5f9f5b1f455785060965'/>
<id>urn:sha1:3d90a3cd916f390e50ea5f9f5b1f455785060965</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a dummy set_tp().</title>
<updated>2004-09-23T23:12:57Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-09-23T23:12:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=05a07e2bda67c84bb5ce60c90bc194e7ab9ab655'/>
<id>urn:sha1:05a07e2bda67c84bb5ce60c90bc194e7ab9ab655</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-test/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-test/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>Import the FreeBSD/arm libc bits.</title>
<updated>2004-05-14T12:04:31Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T12:04:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2357939bc239bd5334a169b62313806178dd8f30'/>
<id>urn:sha1:2357939bc239bd5334a169b62313806178dd8f30</id>
<content type='text'>
Obtained from:	NetBSD
</content>
</entry>
</feed>
