<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/haskell-bind/pgf2-bind.cabal, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2017-09-01T11:07:47+00:00</updated>
<entry>
<title>rename the pgf2-bind package to pgf2</title>
<updated>2017-09-01T11:07:47+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-09-01T11:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=c48f3bdfbc789820e678e3e44aeafb4a82e18395'/>
<id>urn:sha1:c48f3bdfbc789820e678e3e44aeafb4a82e18395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bring the Haskell binding a bit closer to the pure Haskell API</title>
<updated>2017-01-26T12:48:22+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-01-26T12:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3467a54965e532c07d43784609ddc05b54e958e5'/>
<id>urn:sha1:3467a54965e532c07d43784609ddc05b54e958e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added the minimal Haskell API for storing expressions/triples in the semantic graph</title>
<updated>2015-09-02T07:12:36+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-09-02T07:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=73b41687c8038ee69562fafd0693204509621c79'/>
<id>urn:sha1:73b41687c8038ee69562fafd0693204509621c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix in the Haskell binding for Windows</title>
<updated>2015-04-20T09:55:15+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-04-20T09:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=aebc868c229142c564b3f4d2999ba429d81dcb1c'/>
<id>urn:sha1:aebc868c229142c564b3f4d2999ba429d81dcb1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>now release the FunPtr:s that are allocated for each literal callback</title>
<updated>2014-09-10T15:41:53+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-09-10T15:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=df0602723dcb0dd9a558aba9b29cdde8e7c4f6c9'/>
<id>urn:sha1:df0602723dcb0dd9a558aba9b29cdde8e7c4f6c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Two improvements in the pgf-shell example</title>
<updated>2014-05-07T16:37:28+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-05-07T16:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=04e7bdb6fe5c888a4c45f0d9cac6ffebc6f5d835'/>
<id>urn:sha1:04e7bdb6fe5c888a4c45f0d9cac6ffebc6f5d835</id>
<content type='text'>
1. Like pgf-translate, it now shows one result at a time, press Enter to get
   more results.
2. You can load a new grammar with the command 'i &lt;path-to-pgf&gt;'
</content>
</entry>
<entry>
<title>Restore compatibility with GHC 7.0</title>
<updated>2014-02-10T21:44:34+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-02-10T21:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=c9af5d11c0d46c2c817ef4bf7a9d68c77d05d995'/>
<id>urn:sha1:c9af5d11c0d46c2c817ef4bf7a9d68c77d05d995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix in pgf2-bind.cabal</title>
<updated>2014-02-10T10:28:19+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-02-10T10:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5818b0fe1b6ff930a25ed0696c45eaac6da33a05'/>
<id>urn:sha1:5818b0fe1b6ff930a25ed0696c45eaac6da33a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup the code for the FFI binding. The API is now more uniform with the Python and the Java bindings. Fixed a lot of memory leaks.</title>
<updated>2014-02-09T20:45:11+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-02-09T20:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=adeeb47e06cba3ac76b585b068324fac0446bad0'/>
<id>urn:sha1:adeeb47e06cba3ac76b585b068324fac0446bad0</id>
<content type='text'>
</content>
</entry>
</feed>
