all repos — hex @ da331e5dabcee35b55a71146032698d9090eb5af

A tiny, minimalist, slightly-esoteric, concatenative programming lannguage.

releases/490-3.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
<h3 id="v490-3">v490-3 &mdash; 2026-06-25</h3>

<h4>Breaking Changes</h4>
<ul>
    <li>{{sym-xor}} now works as a logical xor, not a bitwise xor.</li>
</ul>

<h4>Fixes</h4>
<ul>
    <li>Now using <code>HEX_STDIN_BUFFER_SIZE</code> when processing standard input.</li>
    <li>Added extra calls to free allocated items in some symbols.</li>
</ul>

<h4>Chores</h4>
<ul>
    <li>Removed unused symbols (<code>debug</code>) and declarations (<code>when</code>, <code>slice</code>).</li>
</ul>