<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/GF/Compile/Coding.hs, 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>2009-12-13T18:50:29+00:00</updated>
<entry>
<title>reorganize the directories under src, and rescue the JavaScript interpreter from deprecated</title>
<updated>2009-12-13T18:50:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-12-13T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f85232947e74ee7ef8c7b0ad2338212e7e68f1be'/>
<id>urn:sha1:f85232947e74ee7ef8c7b0ad2338212e7e68f1be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>if there is oper patt = #(...) then it also should be decoded to Unicode</title>
<updated>2009-08-27T15:57:38+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-08-27T15:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=b6abe5f8f5ae85220ba208aa0f99932f5f8e321c'/>
<id>urn:sha1:b6abe5f8f5ae85220ba208aa0f99932f5f8e321c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the unicode encoding problem with the cc command</title>
<updated>2009-08-18T07:08:44+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-08-18T07:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3ee04cc42d0506641c4d8c6b2266972c20522811'/>
<id>urn:sha1:3ee04cc42d0506641c4d8c6b2266972c20522811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the handling of flag coding</title>
<updated>2009-02-23T14:17:16+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-02-23T14:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=6be08d77e01ae418634897de62d44b5b1782566a'/>
<id>urn:sha1:6be08d77e01ae418634897de62d44b5b1782566a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Perhaps -&gt; Maybe refactoring and better error message for conflicts during module update</title>
<updated>2009-02-23T12:42:44+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-02-23T12:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=01fef5109c2920d13004ae5b94d192fa5fba205f'/>
<id>urn:sha1:01fef5109c2920d13004ae5b94d192fa5fba205f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removed</title>
<updated>2009-01-19T13:23:03+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-01-19T13:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d95ca4a103c9023aa104b25acdc9c21418de6a14'/>
<id>urn:sha1:d95ca4a103c9023aa104b25acdc9c21418de6a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>My profiling showed that the BinTree operations were responsible for about 60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.</title>
<updated>2008-11-26T15:44:22+00:00</updated>
<author>
<name>bjorn</name>
<email>bjorn@bringert.net</email>
</author>
<published>2008-11-26T15:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5dee98234e3df45d30f4aa6048bbd39c26d7af43'/>
<id>urn:sha1:5dee98234e3df45d30f4aa6048bbd39c26d7af43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added OPTIONS class to make options handling somewhat nicer. Next, I will merge Flags and ModuleFlags.</title>
<updated>2008-10-15T11:38:34+00:00</updated>
<author>
<name>bjorn</name>
<email>bjorn@bringert.net</email>
</author>
<published>2008-10-15T11:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1ecb4f63e9765962aab570bf043cb65c22df1e45'/>
<id>urn:sha1:1ecb4f63e9765962aab570bf043cb65c22df1e45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A somewhat better solution to the words/UTF-8 problem: do encoding last, but only on what appears to be string literals.</title>
<updated>2008-09-15T13:16:04+00:00</updated>
<author>
<name>bjorn</name>
<email>bjorn@bringert.net</email>
</author>
<published>2008-09-15T13:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3a7888e66008f1df2e68474c94f94c82f6042383'/>
<id>urn:sha1:3a7888e66008f1df2e68474c94f94c82f6042383</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the shell now supports cp1251 coding with se command. works with the word completion as well</title>
<updated>2008-06-27T10:33:46+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2008-06-27T10:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=60c2d054ee2e34014b081f331ced46b102d2fdbc'/>
<id>urn:sha1:60c2d054ee2e34014b081f331ced46b102d2fdbc</id>
<content type='text'>
</content>
</entry>
</feed>
