<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://ssl.schlittermann.de/hg/quancom/</link>
    <language>en-us</language>

    <title>quancom Changelog</title>
    <description>quancom Changelog</description>
    <item>
    <title>[tied] fix: set always croak()ed</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/e3f3806a12ec</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/e3f3806a12ec</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>e3f3806a12ec</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td>tied</td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td>tip</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>fix: set always croak()ed</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 27 Jan 2009 04:53:30 +0100</pubDate>
</item>
<item>
    <title>[tied] Added limited support for a tied array.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/a48c1d372ad4</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/a48c1d372ad4</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>a48c1d372ad4</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td>tied</td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added limited support for a tied array.<br/>
<br/>
my @q;<br/>
tie @q, Quancom  =&gt; &quot;127.0.0.1&quot;;<br/>
$q[0] = 1;<br/>
print $q[7;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client2<br />lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 27 Jan 2009 04:13:21 +0100</pubDate>
</item>
<item>
    <title>[default] Implemented get(), on(), off().</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/66c21518904c</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/66c21518904c</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>66c21518904c</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td>default</td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Implemented get(), on(), off().<br/>
<br/>
But it's not tested a lot! So, you're warned.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client<br />lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 22 Jan 2009 04:35:14 +0100</pubDate>
</item>
<item>
    <title>Updated the documentation, enhanced examples.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/7690e12fafda</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/7690e12fafda</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>7690e12fafda</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Updated the documentation, enhanced examples.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client<br />lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 22 Jan 2009 03:57:27 +0100</pubDate>
</item>
<item>
    <title>Removed the approach with tie'ed objects.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/298db85d9c1d</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/298db85d9c1d</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>298db85d9c1d</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Removed the approach with tie'ed objects.<br/>
<br/>
This can be implemented later.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 21 Jan 2009 19:44:38 +0100</pubDate>
</item>
<item>
    <title>Fix: setting to &quot;0&quot; works now.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/94281ba012c8</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/94281ba012c8</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>94281ba012c8</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Fix: setting to &quot;0&quot; works now.<br/>
And some more improved example.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client<br />lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 22:52:09 +0100</pubDate>
</item>
<item>
    <title>set() works. Testserver: implented &quot;R&quot; now.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/6acf8ea44e0a</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/6acf8ea44e0a</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>6acf8ea44e0a</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>set() works. Testserver: implented &quot;R&quot; now.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client<br />lib/Quancom.pm<br />lib/Quancom/Result.pm<br />lib/Quancom/Test/Server.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 22:33:39 +0100</pubDate>
</item>
<item>
    <title>Bug. Timeout.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/a6bc8818d069</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/a6bc8818d069</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>a6bc8818d069</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Bug. Timeout.<br/>
<br/>
But the set_timeout() does not work as expected. Needs more<br/>
investigation. Or better documentation on Quancom pages.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>doc/api.txt<br />examples/client<br />lib/Quancom.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 15:07:03 +0100</pubDate>
</item>
<item>
    <title>Improved example. More simplified usage of example.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/ecc10b50b7a6</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/ecc10b50b7a6</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>ecc10b50b7a6</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Improved example. More simplified usage of example.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>examples/client<br />lib/Quancom.pm<br />lib/Quancom/Result.pm<br />lib/Quancom/Test/Server.pm<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 10:56:28 +0100</pubDate>
</item>
<item>
    <title>Added RESET test to examples/client.</title>
    <guid isPermaLink="true">https://ssl.schlittermann.de/hg/quancom/rev/246d80ec6653</guid>
    <link>https://ssl.schlittermann.de/hg/quancom/rev/246d80ec6653</link>
    <description>
    <![CDATA[
        <table>
            <tr>
                <th style="text-align:left;">changeset</th>
                <td>246d80ec6653</td>
            </tr>
            <tr>
                <th style="text-align:left;">branch</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">bookmark</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;">tag</th>
                <td></td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">user</th>
                <td>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">description</th>
                <td>Added RESET test to examples/client.</td>
            </tr>
            <tr>
                <th style="text-align:left;vertical-align:top;">files</th>
                <td>README<br />examples/client<br /></td>
            </tr>
        </table>
    ]]>
    </description>
    <author>&#72;&#101;&#105;&#107;&#111;&#32;&#83;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#115;&#64;&#115;&#99;&#104;&#108;&#105;&#116;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 09:31:17 +0100</pubDate>
</item>

  </channel>
</rss>