<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snap/threads.js, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://git.schneefux.xyz/schneefux/snap/atom/threads.js?h=master</id>
<link rel='self' href='http://git.schneefux.xyz/schneefux/snap/atom/threads.js?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/'/>
<updated>2015-06-25T13:37:55Z</updated>
<entry>
<title>Merge pull request #805 from brollb/master</title>
<updated>2015-06-25T13:37:55Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:37:55Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=c8ef53f9a982514320af546b4cb95d069628cd65'/>
<id>urn:sha1:c8ef53f9a982514320af546b4cb95d069628cd65</id>
<content type='text'>
Fixed typo in Process definition</content>
</entry>
<entry>
<title>Merge pull request #834 from cycomachead/number-functions</title>
<updated>2015-06-25T13:32:22Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:32:22Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=4707169519b0d7b5f41fff46bb5c7e25a36bc498'/>
<id>urn:sha1:4707169519b0d7b5f41fff46bb5c7e25a36bc498</id>
<content type='text'>
Implement log10 and 10^x math functions</content>
</entry>
<entry>
<title>update threads.js version</title>
<updated>2015-06-25T13:30:58Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:30:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=f4ff1056eae012b9a257c7dea88af3d007012632'/>
<id>urn:sha1:f4ff1056eae012b9a257c7dea88af3d007012632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Error Handing in the DATE block</title>
<updated>2015-06-16T01:49:24Z</updated>
<author>
<name>Michael Ball</name>
<email>cycomachead@gmail.com</email>
</author>
<published>2015-06-16T01:49:24Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=93d67ed386bba4862ac00eb55dcf664300ce53c7'/>
<id>urn:sha1:93d67ed386bba4862ac00eb55dcf664300ce53c7</id>
<content type='text'>
For some reason the function wasnt properly catching errors and was instead rasing native
JS errors. This fixes that bug, so the function will now report nothing when it doesnt know
what to do.

In addition, moving the variable `dateMap` inside the function reduces a global variable, which
shouldnt affect anything other than keeping the code clean. :)
</content>
</entry>
<entry>
<title>Implement log10 and 10^x math functions</title>
<updated>2015-06-16T00:19:25Z</updated>
<author>
<name>Michael Ball</name>
<email>cycomachead@gmail.com</email>
</author>
<published>2015-06-16T00:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=e21a872b0dcbca2e7ea8311d9b54f709876d1848'/>
<id>urn:sha1:e21a872b0dcbca2e7ea8311d9b54f709876d1848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in Process constructor</title>
<updated>2015-05-19T20:48:17Z</updated>
<author>
<name>Brian Broll</name>
<email>brian.broll@vanderbilt.edu</email>
</author>
<published>2015-05-19T20:48:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=c67a13b7bda166591a1b9f572e5113b31aa20f21'/>
<id>urn:sha1:c67a13b7bda166591a1b9f572e5113b31aa20f21</id>
<content type='text'>
Changed Process.prototype.contructor to Process.prototype.constructor
</content>
</entry>
<entry>
<title>return empty string when querying first letter of a list</title>
<updated>2015-05-01T15:59:17Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-05-01T15:59:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=b6efcaf17c0230d5eea3f3d8a6d30e142c8d67cf'/>
<id>urn:sha1:b6efcaf17c0230d5eea3f3d8a6d30e142c8d67cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flush Stage&gt;&gt;keysPressed when prompting the user</title>
<updated>2015-04-15T15:03:36Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-04-15T15:03:36Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=db01489a49631ffed9a3d2acefa8581ded8752ad'/>
<id>urn:sha1:db01489a49631ffed9a3d2acefa8581ded8752ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #752 and #745</title>
<updated>2015-03-25T13:03:06Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-03-25T13:03:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=5bf3820ce190d2334187681fb384421c594f52ac'/>
<id>urn:sha1:5bf3820ce190d2334187681fb384421c594f52ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #715</title>
<updated>2015-02-28T13:58:34Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-02-28T13:58:34Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=e1a558a6739a59085e95161827662512a6d7fa78'/>
<id>urn:sha1:e1a558a6739a59085e95161827662512a6d7fa78</id>
<content type='text'>
</content>
</entry>
</feed>
