<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
<atom:link href="https://akupries.tclers.tk/rss.xml" rel="self" type="application/rss+xml" />

<title>Posts tagged &quot;bindings&quot; | Andreas' ComputerLab</title>
<link>https://akupries.tclers.tk/blog/tag-bindings.html</link>
<description></description>
<language>en</language>
<copyright><![CDATA[&lt;a href=&quot;$rootDirPath/disclaimer.html&quot;&gt;Copyright &amp;copy;&lt;/a&gt;
		 1997-$year &lt;a href='mailto:andreas.kupries@gmail.com'&gt;Andreas Kupries&lt;/a&gt;]]></copyright>
<lastBuildDate>Sat, 15 Aug 2026 09:42:18 GMT</lastBuildDate>
<generator>Tclssg 1.0.0b</generator>

    <item>
        <title><![CDATA[Critcl 3.1.17 released]]></title>
        <link>https://akupries.tclers.tk/blog/ann-critcl-3117.html</link>
        <guid>https://akupries.tclers.tk/blog/ann-critcl-3117.html</guid>
        <description><![CDATA[<p>Welcome to the <strong>C Runtime In Tcl</strong> (<strong>CriTcl</strong> for short) version <strong>3.1.17</strong>.</p>

<p>This is a system to build C extension packages for Tcl on the fly,
from C code embedded within Tcl scripts, for all who wish to make
their code go faster.</p>

<p>See</p>

<ul>
<li><a href="http://andreas-kupries.github.io/critcl/">Downloads, Documentation, etc.</a></li>
<li>License: BSD</li>
<li><a href="https://github.com/andreas-kupries/critcl/issues">Feedback</a></li>
<li><a href="http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html#section6">Changes</a>
</li></ul>

<p>The changes for version 3.1.17:
(... <a href="https://akupries.tclers.tk/blog/ann-critcl-3117.html">go on, you are curious</a>)]]></description>
        <pubDate>Thu, 12 Oct 2017 22:00:00 GMT</pubDate>
    </item>

    <item>
        <title><![CDATA[Critcl 3.1.16 released]]></title>
        <link>https://akupries.tclers.tk/blog/ann-critcl-3116.html</link>
        <guid>https://akupries.tclers.tk/blog/ann-critcl-3116.html</guid>
        <description><![CDATA[<p>Welcome to the <strong>C Runtime In Tcl</strong> (<strong>CriTcl</strong> for short) version <strong>3.1.16</strong>.</p>

<p>This is a system to build C extension packages for Tcl on the fly,
from C code embedded within Tcl scripts, for all who wish to make
their code go faster.</p>

<p>See</p>

<ul>
<li><a href="http://andreas-kupries.github.io/critcl/">Downloads, Documentation, etc.</a></li>
<li>License: BSD</li>
<li><a href="https://github.com/andreas-kupries/critcl/issues">Feedback</a></li>
<li><a href="http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html#section7">Changes</a>
</li></ul>

<p>The changes for version 3.1.16 in short:</p>

<ol>
<li><p><code>critcl::cproc</code> --- Arbitrary placement of optional arguments.</p>

</li>
<li><p><code>critcl::cproc</code> --- Support <code>args</code> for variadic functions.</p>

</li>
<li><p>New result-type <code>object0</code>.</p>

</li>
<li><p>Fixed bugs #54, #55, #56, #58 #60, #62.</p>

</li>
<li><p><code>critcl::argtypesupport</code> --- Extended to support sharing of
  definition between multiple types.</p>

</li>
<li><p>Other bugfixes and debugging aids.</p>

</li></ol>

<p>Happy Tcling.</p>]]></description>
        <pubDate>Tue, 08 Nov 2016 23:00:00 GMT</pubDate>
    </item>

    <item>
        <title><![CDATA[Critcl 3.1.14 released]]></title>
        <link>https://akupries.tclers.tk/blog/ann-critcl-3114.html</link>
        <guid>https://akupries.tclers.tk/blog/ann-critcl-3114.html</guid>
        <description><![CDATA[<p>Welcome to the <strong>C Runtime In Tcl</strong> (<strong>CriTcl</strong> for short) version <strong>3.1.14</strong>.</p>

<p>This is a system to build C extension packages for Tcl on the fly,
from C code embedded within Tcl scripts, for all who wish to make
their code go faster.</p>

<p>See</p>

<ul>
<li><a href="http://andreas-kupries.github.io/critcl/">Downloads, Documentation, etc.</a></li>
<li>License: BSD</li>
<li><a href="https://github.com/andreas-kupries/critcl/issues">Feedback</a></li>
<li><a href="http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html#section9">Changes</a>
</li></ul>

<h2>Changes for version 3.1.14</h2>(... <a href="https://akupries.tclers.tk/blog/ann-critcl-3114.html">go on, you are curious</a>)]]></description>
        <pubDate>Wed, 20 May 2015 22:00:00 GMT</pubDate>
    </item>

    <item>
        <title><![CDATA[Critcl 3.1.13 released]]></title>
        <link>https://akupries.tclers.tk/blog/ann-critcl-3113.html</link>
        <guid>https://akupries.tclers.tk/blog/ann-critcl-3113.html</guid>
        <description><![CDATA[<p>Welcome to the <strong>C Runtime In Tcl</strong> (<strong>CriTcl</strong> for short) version <strong>3.1.13</strong>.</p>

<p>This is a system to build C extension packages for Tcl on the fly,
from C code embedded within Tcl scripts, for all who wish to make
their code go faster.</p>

<p>See</p>

<ul>
<li><a href="http://andreas-kupries.github.io/critcl/">Downloads, Documentation, etc.</a></li>
<li>License: BSD</li>
<li><a href="https://github.com/andreas-kupries/critcl/issues">Feedback</a></li>
<li><a href="http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html#section10">Changes</a>
</li></ul>

<h2>Changes for version 3.1.13</h2>(... <a href="https://akupries.tclers.tk/blog/ann-critcl-3113.html">go on, you are curious</a>)]]></description>
        <pubDate>Tue, 24 Feb 2015 23:00:00 GMT</pubDate>
    </item>

</channel>
</rss>
