<?xml version="1.0"?>
<rss version="2.0"><channel><title>kcalc</title><link>http://cia.vc/stats/project/kde/kcalc</link><description>CIA Stats</description><cloud path="/RPC2" domain="cia.vc" protocol="xml-rpc" port="80" registerProcedure="stats.subscribe.rss2" /><item><pubDate>Fri, 13 Jan 2012 15:35:46 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/42b49</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/42b49</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Evan Teran&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.95-5-gb4872c6&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/ (kcalc.cpp kcalc.ui):             (&lt;a href="http://commits.kde.org/kcalc/b4872c6b2183ec00528157b0952b56db4aebfc28"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             applied a patch to make the shift button wider         &lt;/div&gt;     </description><title>applied a patch to make the shift button wider</title></item><item><pubDate>Fri, 13 Jan 2012 15:31:16 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/427f9</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/427f9</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Evan Teran&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.95-4-g6ed4616&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/knumber/ (knumber.h knumber_priv.cpp):             (&lt;a href="http://commits.kde.org/kcalc/6ed4616a473b8f3078f5eaa4f8125cc83bab4f28"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             using new exception based approach for GMP memory allocation errors&lt;br /&gt;this is a lot simpler and more portable compared to signal handling&lt;br /&gt;and longjmp's         &lt;/div&gt;     </description><title>using new exception based approach for GMP memory allocation errors this is a...</title></item><item><pubDate>Fri, 13 Jan 2012 15:27:14 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/424e2</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/424e2</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Evan Teran&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.95-3-g95f1967&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/CMakeLists.txt:             (&lt;a href="http://commits.kde.org/kcalc/95f1967fd7abd833a6fc9f553b5f6c4808910299"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             enabled exceptions in the build, this will provide us with a FAR better&lt;br /&gt;mechanism for dealing with GMP out of memory errors         &lt;/div&gt;     </description><title>enabled exceptions in the build, this will provide us with a FAR better...</title></item><item><pubDate>Thu, 05 Jan 2012 02:27:36 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/41ea4</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/41ea4</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Raphael Kubo da Costa&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.95-2-g0726809&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/CMakeLists.txt:             (&lt;a href="http://commits.kde.org/kcalc/0726809c1d09f0f9d740025c8dd8893b310c51bd"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Add missing add_definition() calls.&lt;br /&gt;&lt;br /&gt;For some unknown reason, while the svn to git conversion work was going&lt;br /&gt;on in branches/work/kdeutils-build-standalone, the lines adding&lt;br /&gt;${QT_DEFINITIONS} and ${KDE4_DEFINITIONS} to the definitions passed to&lt;br /&gt;the compiler end up not being included in each application's&lt;br /&gt;CMakeLists.txt.&lt;br /&gt;&lt;br /&gt;This was not a problem during the 4.7 series, as Dirk still packaged&lt;br /&gt;kdeutils as a single tarball, and the top-level CMakeLists.txt used did&lt;br /&gt;include these lines.&lt;br /&gt;&lt;br /&gt;The issue came to attention during the 4.8 beta/RC phase, when 32-bit&lt;br /&gt;Linux users had problems creating tarballs with Ark: libarchive is&lt;br /&gt;usually built in those systems with -D_FILE_OFFSET_BITS=64. This is set&lt;br /&gt;in KDE4_DEFINITIONS, which was not being used to build Ark. struct stat&lt;br /&gt;then had different sizes for Ark and libarchive, which caused all sorts&lt;br /&gt;of trouble.&lt;br /&gt;(cherry picked from commit c21fff5322c266d025e1f600044b2423310f1f5f)         &lt;/div&gt;     </description><title>Add missing add_definition() calls. For some unknown reason, while the svn to...</title></item><item><pubDate>Thu, 05 Jan 2012 02:27:36 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/418aa</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/418aa</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Raphael Kubo da Costa&lt;/strong&gt;              on KDE/4.8             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.95-4-gc21fff5&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/CMakeLists.txt:             (&lt;a href="http://commits.kde.org/kcalc/c21fff5322c266d025e1f600044b2423310f1f5f"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Add missing add_definition() calls.&lt;br /&gt;&lt;br /&gt;For some unknown reason, while the svn to git conversion work was going&lt;br /&gt;on in branches/work/kdeutils-build-standalone, the lines adding&lt;br /&gt;${QT_DEFINITIONS} and ${KDE4_DEFINITIONS} to the definitions passed to&lt;br /&gt;the compiler end up not being included in each application's&lt;br /&gt;CMakeLists.txt.&lt;br /&gt;&lt;br /&gt;This was not a problem during the 4.7 series, as Dirk still packaged&lt;br /&gt;kdeutils as a single tarball, and the top-level CMakeLists.txt used did&lt;br /&gt;include these lines.&lt;br /&gt;&lt;br /&gt;The issue came to attention during the 4.8 beta/RC phase, when 32-bit&lt;br /&gt;Linux users had problems creating tarballs with Ark: libarchive is&lt;br /&gt;usually built in those systems with -D_FILE_OFFSET_BITS=64. This is set&lt;br /&gt;in KDE4_DEFINITIONS, which was not being used to build Ark. struct stat&lt;br /&gt;then had different sizes for Ark and libarchive, which caused all sorts&lt;br /&gt;of trouble.         &lt;/div&gt;     </description><title>Add missing add_definition() calls. For some unknown reason, while the svn to...</title></item><item><pubDate>Fri, 23 Dec 2011 01:47:29 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/415d6</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/415d6</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Raphael Kubo da Costa&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.90-3-g024b5b5&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/version.h:             (&lt;a href="http://commits.kde.org/kcalc/024b5b586ae7e8e51490023d430af96f8a732dbf"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Bump version number now that 4.8 has been branched         &lt;/div&gt;     </description><title>Bump version number now that 4.8 has been branched</title></item><item><pubDate>Thu, 01 Sep 2011 19:20:29 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/412e9</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/412e9</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;Montel Laurent&lt;/strong&gt;              on master             &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;v4.7.0-25-gd2392f6&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/CMakeLists.txt:             (&lt;a href="http://commits.kde.org/kcalc/d2392f6c431820c4bcf69d1e0623ee7e8631c807"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             It compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"         &lt;/div&gt;     </description><title>It compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"</title></item><item><pubDate>Wed, 06 Jul 2011 19:48:56 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/41065</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/41065</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1240130&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/kcalc.ui:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1240130"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             rolling back change made by r1235446, it broke keybindings entirely.&lt;br /&gt;&lt;br /&gt;BUG: 277020         &lt;/div&gt;     </description><title>rolling back change made by r1235446, it broke keybindings entirely. BUG: 277020</title></item><item><pubDate>Wed, 06 Jul 2011 19:48:28 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/40dda</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/40dda</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1240129&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.7/kdeutils/kcalc/kcalc.ui:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1240129"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             rolling back change made by r1235446, it broke keybindings entirely.&lt;br /&gt;&lt;br /&gt;BUG: 277020         &lt;/div&gt;     </description><title>rolling back change made by r1235446, it broke keybindings entirely. BUG: 277020</title></item><item><pubDate>Wed, 06 Jul 2011 19:38:27 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/40b34</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/40b34</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1240128&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.6/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp):             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1240128"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             backport of fix&lt;br /&gt;&lt;br /&gt;BUG: 276568         &lt;/div&gt;     </description><title>backport of fix BUG: 276568</title></item><item><pubDate>Wed, 06 Jul 2011 19:38:11 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/40895</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/40895</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1240127&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.7/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp):             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1240127"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             backport of fix&lt;br /&gt;&lt;br /&gt;BUG: 276568         &lt;/div&gt;     </description><title>backport of fix BUG: 276568</title></item><item><pubDate>Tue, 28 Jun 2011 17:13:24 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/4059d</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/4059d</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1238706&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp):             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1238706"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;pre&gt; Fix for bug #276568 (and some minor cosmetic stuff)

explicitly do the *correct* test for division by 0 before attempting

#276568&lt;/pre&gt;         &lt;/div&gt;     </description><title>Fix for bug #276568 (and some minor cosmetic stuff) explicitly do the *correct*...</title></item><item><pubDate>Sun, 05 Jun 2011 18:39:53 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/4029d</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/4029d</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;rkcosta&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1235447&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.6/kdeutils/kcalc/kcalc.ui:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1235447"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Make the 0..9 buttons untranslatable.&lt;br /&gt;&lt;br /&gt;I don't think any language actually translates them, but it doesn't&lt;br /&gt;hurt, given the issues we faced in the related bug.&lt;br /&gt;&lt;br /&gt;Backport of r1235446.&lt;br /&gt;&lt;br /&gt;CCBUG: 256591         &lt;/div&gt;     </description><title>Make the 0..9 buttons untranslatable. I don't think any language actually...</title></item><item><pubDate>Sun, 05 Jun 2011 18:38:51 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3ffbb</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3ffbb</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;rkcosta&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1235446&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/kcalc.ui:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1235446"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Make the 0..9 buttons untranslatable.&lt;br /&gt;&lt;br /&gt;I don't think any language actually translates them, but it doesn't&lt;br /&gt;hurt, given the issues we faced in the related bug.&lt;br /&gt;&lt;br /&gt;CCBUG: 256591         &lt;/div&gt;     </description><title>Make the 0..9 buttons untranslatable. I don't think any language actually...</title></item><item><pubDate>Tue, 22 Mar 2011 22:35:31 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3fd32</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3fd32</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225685&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.6/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225685"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             backport of the fix for my fix, i missed a spot in my last update         &lt;/div&gt;     </description><title>backport of the fix for my fix, i missed a spot in my last update</title></item><item><pubDate>Tue, 22 Mar 2011 22:35:03 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3fabb</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3fabb</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225684&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225684"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             a fix for my fix :-( I missed a spot in my last update         &lt;/div&gt;     </description><title>a fix for my fix :-( I missed a spot in my last update</title></item><item><pubDate>Tue, 22 Mar 2011 22:27:29 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3f80e</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3f80e</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225683&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.6/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225683"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             backport of most recent fix, I had a single signal handler for 2 different cases, could lead to crash         &lt;/div&gt;     </description><title>backport of most recent fix, I had a single signal handler for 2 different...</title></item><item><pubDate>Tue, 22 Mar 2011 22:26:35 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3f56c</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3f56c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225682&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225682"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             fixed a bug in my most recent fix, i had a single signal handler to deal with two different cases         &lt;/div&gt;     </description><title>fixed a bug in my most recent fix, i had a single signal handler to deal with...</title></item><item><pubDate>Mon, 21 Mar 2011 15:54:52 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3f2f7</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3f2f7</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225567&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/branches/KDE/4.6/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225567"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             backport of fix for bug #268837&lt;br /&gt;&lt;br /&gt;BUG: #268837         &lt;/div&gt;     </description><title>backport of fix for bug #268837 BUG: #268837</title></item><item><pubDate>Fri, 18 Mar 2011 18:40:46 +0000</pubDate><guid>http://cia.vc/stats/project/kde/kcalc/.message/3f047</guid><link>http://cia.vc/stats/project/kde/kcalc/.message/3f047</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;teran&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1225244&lt;/b&gt;             &lt;b&gt;kcalc&lt;/b&gt;/trunk/KDE/kdeutils/kcalc/knumber/knumber_priv.cpp:             (&lt;a href="http://websvn.kde.org/?view=revision&amp;amp;revision=1225244"&gt;link&lt;/a&gt;)         &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Fix for bug #268837, added abort handler for when GMP can't deal with&lt;br /&gt;cube rooting large numbers.&lt;br /&gt;&lt;br /&gt;BUG: #268837         &lt;/div&gt;     </description><title>Fix for bug #268837, added abort handler for when GMP can't deal with cube...</title></item></channel></rss>
