<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pfc, branch v1.2.1</title>
<subtitle>Reverse Polish notation calculator for the terminal.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/'/>
<entry>
<title>bump minor version number</title>
<updated>2024-06-25T20:20:33+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-06-25T20:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=e2095de46b5939d6d4cb7256cf699744e6e3bdd8'/>
<id>e2095de46b5939d6d4cb7256cf699744e6e3bdd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't panic if there are not enough operands</title>
<updated>2024-06-25T20:17:15+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-06-25T20:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=efb4760d85794b24d8c1dd1727ae374d499f240f'/>
<id>efb4760d85794b24d8c1dd1727ae374d499f240f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up operands()</title>
<updated>2024-06-25T20:16:00+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-06-25T20:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=ee56cc539398a7fc1664f39cf16428fa13c262c9'/>
<id>ee56cc539398a7fc1664f39cf16428fa13c262c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>return error if not enough operands in stack</title>
<updated>2024-06-25T20:08:00+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-06-25T20:08:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=d1fbef4cb7fb51c519058d2c91f4f667bc7b9658'/>
<id>d1fbef4cb7fb51c519058d2c91f4f667bc7b9658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>elaborate operands() comment</title>
<updated>2024-06-25T20:06:56+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-06-25T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=bee8ab445a841792a5e8af45a5950c8df6f8ecbf'/>
<id>bee8ab445a841792a5e8af45a5950c8df6f8ecbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update version number to 1.2.0</title>
<updated>2024-02-05T16:49:50+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-02-05T16:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=23707b86f898ed89cff4b2d62230f9cf3922f6f5'/>
<id>23707b86f898ed89cff4b2d62230f9cf3922f6f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add combination function to man page</title>
<updated>2024-02-05T16:48:33+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-02-05T16:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=e77247fc43b2d313fa7fbbacc2a72dd26b08ecda'/>
<id>e77247fc43b2d313fa7fbbacc2a72dd26b08ecda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add combination (n choose k) function</title>
<updated>2024-02-05T16:47:30+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-02-05T16:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=288101b54b0234ffb679ad6f91b93ac7c1309e84'/>
<id>288101b54b0234ffb679ad6f91b93ac7c1309e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make functions that modify Calculator take pointer parameter</title>
<updated>2024-02-05T16:47:07+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-02-05T16:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=8f62185202f18d969c6db0725e7024ad93d34564'/>
<id>8f62185202f18d969c6db0725e7024ad93d34564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use builtin min() function from go 1.21</title>
<updated>2024-01-22T22:30:34+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-01-22T22:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=6ea734a324e3e5b33f9a7c7fe9882968a0657f85'/>
<id>6ea734a324e3e5b33f9a7c7fe9882968a0657f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
