<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/softfloat/include/sub.h</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sat, 04 Apr 2026 01:39:33 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;max=40&amp;peg=1722</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;peg=1722&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Thu, 08 Jun 2006 03:22:31 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1657 – Another doxygen comments.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 42 file(s) modified&lt;/strong&gt;&lt;br/&gt;Another doxygen comments.&lt;/div&gt;~ /uspace/trunk/ipcc/ipcc.c&lt;br /&gt;~ /uspace/trunk/kbd/arch/amd64&lt;br /&gt;~ /uspace/trunk/kbd/arch/ia32/include/kbd.h&lt;br /&gt;~ /uspace/trunk/kbd/arch/ia32/src/kbd.c&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/atomic.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/endian.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/limits.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/stackarg.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/types.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32eb/include/endian.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/amd64/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/ia32/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/ia64/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/mips32/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/mips32eb/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/ppc32/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/ppc64/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/arch/sparc64/include/functions.h&lt;br /&gt;~ /uspace/trunk/softfloat/generic/add.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/common.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/conversion.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/div.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/mul.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/other.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/sub.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/add.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/common.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/comparison.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/conversion.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/div.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/mul.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/other.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sub.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=1657&amp;peg=1722</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=1657&amp;peg=1722</guid></item>
<item><pubDate>Sun, 22 Jan 2006 16:51:00 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 734 – Added function for 64bit subtraction. Fixed bug in recognizing signaling ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added function for 64bit subtraction.&lt;br /&gt;
Fixed bug in recognizing signaling and quiet NaNs.&lt;br /&gt;
Some 64-bit add and sub testing done.&lt;/div&gt;~ /uspace/trunk/softfloat/generic/add.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/comparison.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/sub.c&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sub.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=734&amp;peg=1722</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=734&amp;peg=1722</guid></item>
<item><pubDate>Sun, 22 Jan 2006 15:13:02 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 731 – Arithmetic.c divided into four new files.  64 bit add ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Arithmetic.c divided into four new files. &lt;br /&gt;
64 bit add implemented.&lt;/div&gt;+ /uspace/trunk/softfloat/generic/add.c&lt;br /&gt;x /uspace/trunk/softfloat/generic/arithmetic.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/div.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/mul.c&lt;br /&gt;~ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;+ /uspace/trunk/softfloat/generic/sub.c&lt;br /&gt;+ /uspace/trunk/softfloat/include/add.h&lt;br /&gt;x /uspace/trunk/softfloat/include/arithmetic.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/div.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/mul.h&lt;br /&gt;~ /uspace/trunk/softfloat/include/sftypes.h&lt;br /&gt;+ /uspace/trunk/softfloat/include/sub.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=731&amp;peg=1722</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Fsoftfloat%2Finclude%2Fsub.h&amp;rev=731&amp;peg=1722</guid></item>
</channel></rss>