<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pfc, branch v0.5.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>update version number to 0.5.1</title>
<updated>2023-02-10T16:16:56+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-10T16:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=0d9bc65be5db6a2a669c9b6b979ed79e0ecfbf9a'/>
<id>0d9bc65be5db6a2a669c9b6b979ed79e0ecfbf9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug: parsing buffer when it contains invalid chars</title>
<updated>2023-02-10T16:16:02+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-10T16:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=f384806b72937ad65f416c973da6d0088eb2cd24'/>
<id>f384806b72937ad65f416c973da6d0088eb2cd24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove mouse capture</title>
<updated>2023-02-09T19:22:58+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T19:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=4777781061ea1381363072d00839d2efc5221099'/>
<id>4777781061ea1381363072d00839d2efc5221099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug: parsing empty buffer</title>
<updated>2023-02-09T19:21:31+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T19:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=3900e2a499df1d13339ac727fee01afd34ace3d8'/>
<id>3900e2a499df1d13339ac727fee01afd34ace3d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary pub</title>
<updated>2023-02-09T19:10:41+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T19:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=237685f6cae5f79cf84422617614aaa96699506c'/>
<id>237685f6cae5f79cf84422617614aaa96699506c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add comments</title>
<updated>2023-02-09T19:01:59+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T19:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=b20026939f17469715e16d6738eefad135eccfa1'/>
<id>b20026939f17469715e16d6738eefad135eccfa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify Function method and rename Calculator method</title>
<updated>2023-02-09T18:56:30+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T18:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=1f6fa5a58030f4ff2adde61e7652d1956e407510'/>
<id>1f6fa5a58030f4ff2adde61e7652d1956e407510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change order of match</title>
<updated>2023-02-09T15:24:34+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T15:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=9c04c7b1f8d6911b5a148398d5b4ab416f2136f5'/>
<id>9c04c7b1f8d6911b5a148398d5b4ab416f2136f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace if let with match</title>
<updated>2023-02-09T15:21:53+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T15:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=33181c5a3c7e6e7a3977075ec9d7d0e40cc6da94'/>
<id>33181c5a3c7e6e7a3977075ec9d7d0e40cc6da94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Function::parse for ui styling rather than array of function strings</title>
<updated>2023-02-09T15:14:33+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-09T15:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=035044ff722d426a8450cd7d6d734da7d80fe987'/>
<id>035044ff722d426a8450cd7d6d734da7d80fe987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
