<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mal/go/src, branch gh-pages</title>
<subtitle>Forked from https://github.com/kanaka/mal</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/'/>
<entry>
<title>All: rename stepA_interop to stepA_mal</title>
<updated>2015-02-28T17:09:54+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2015-02-28T17:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=90f618cbe7ac7740accf501a75be6972bd95be1a'/>
<id>90f618cbe7ac7740accf501a75be6972bd95be1a</id>
<content type='text'>
Also, add missed postscript interop tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add missed postscript interop tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>All: add keywords.</title>
<updated>2015-01-09T22:16:50+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-12-19T02:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=b8ee29b22fbaa7a01f2754b4d6dd9af52e02017c'/>
<id>b8ee29b22fbaa7a01f2754b4d6dd9af52e02017c</id>
<content type='text'>
Also, fix nth and count to match cloure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, fix nth and count to match cloure.
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add time-ms. Ruby: fix step9,A content.</title>
<updated>2015-01-07T03:59:01+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-28T04:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=fb5c165838a658c79c9772c264a0a1673bc5081b'/>
<id>fb5c165838a658c79c9772c264a0a1673bc5081b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: add missing env.go</title>
<updated>2015-01-07T03:57:24+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T04:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=61a2c2a7042308cd4046b20d7f198ec7d3fedcbf'/>
<id>61a2c2a7042308cd4046b20d7f198ec7d3fedcbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All: swap step9,A. Fixes for bash, C, perl.</title>
<updated>2015-01-07T03:57:24+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T04:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=01c9731649a7ed97fad0bdeac9cb75b7323c0ad6'/>
<id>01c9731649a7ed97fad0bdeac9cb75b7323c0ad6</id>
<content type='text'>
step9_interop -&gt; stepA_interop
stepA_more -&gt; step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
step9_interop -&gt; stepA_interop
stepA_more -&gt; step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
</pre>
</div>
</content>
</entry>
<entry>
<title>go: update README. Backport Func usage.</title>
<updated>2015-01-07T03:57:02+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T03:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=1771ab50b87c745181e4e30f94b63e3f23d33dac'/>
<id>1771ab50b87c745181e4e30f94b63e3f23d33dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add metadata and atoms. HashMap dedicated type.</title>
<updated>2014-10-10T02:37:00+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T02:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=f2544a9467ea032aff505b3ced3b4b3510a828fe'/>
<id>f2544a9467ea032aff505b3ced3b4b3510a828fe</id>
<content type='text'>
HashMap needs a dedicated type now to be able to store the metadata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HashMap needs a dedicated type now to be able to store the metadata.
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add hash-map support.</title>
<updated>2014-10-10T00:14:43+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T00:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=f2c9811fd8cbb205fad68952ebc1ba5d310f148d'/>
<id>f2c9811fd8cbb205fad68952ebc1ba5d310f148d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add readline.go that wraps libreadline/libedit</title>
<updated>2014-10-09T23:27:47+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-09T23:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=ad7e866ea1d4d035d876e58bca681a72099449af'/>
<id>ad7e866ea1d4d035d876e58bca681a72099449af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add stepA_more. try* and more core functions.</title>
<updated>2014-10-09T23:05:30+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-09T23:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=d667a1bb2e7294f8722bb31f1e6e8207b971c913'/>
<id>d667a1bb2e7294f8722bb31f1e6e8207b971c913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
