<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/c/gu/string.h, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2017-04-19T12:30:40+00:00</updated>
<entry>
<title>in libgu mark explicitly all functions that belong to the API</title>
<updated>2017-04-19T12:30:40+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-19T12:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5c93f2fba5eadaa1e516106c08d495c14a0eb647'/>
<id>urn:sha1:5c93f2fba5eadaa1e516106c08d495c14a0eb647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gu_string_buf -&gt; gu_new_string_buf in libgu</title>
<updated>2017-04-13T13:43:48+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-13T13:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2588a6f016cd1d0bc47d9ab0ab5a8b1d2f376000'/>
<id>urn:sha1:2588a6f016cd1d0bc47d9ab0ab5a8b1d2f376000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add gu_string_buf_data and gu_string_buf_length in libgu</title>
<updated>2017-04-13T12:55:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-13T12:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=df6c2f3f17c9ab410721f7974cfed347657b633e'/>
<id>urn:sha1:df6c2f3f17c9ab410721f7974cfed347657b633e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile again on MacOS</title>
<updated>2017-04-13T11:06:24+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-13T11:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a657e9947bbad98e95c65488003cdca2c8c2c625'/>
<id>urn:sha1:a657e9947bbad98e95c65488003cdca2c8c2c625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a patch from Bjørnar Luteberget for compatibility with MSVC</title>
<updated>2017-04-12T10:24:56+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-12T10:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a8eaa2f2e560547e63c7976960435e1ae23a22b1'/>
<id>urn:sha1:a8eaa2f2e560547e63c7976960435e1ae23a22b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>locale independent printing for doubles when they are part of an abstract expression</title>
<updated>2016-04-13T14:30:40+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2016-04-13T14:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e8e52de6b94eb9f1974ce2c4c1402c7722c23a9a'/>
<id>urn:sha1:e8e52de6b94eb9f1974ce2c4c1402c7722c23a9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>API for word alignment in the C runtime and in the Haskell binding</title>
<updated>2014-12-29T10:59:20+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-12-29T10:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3bd40dbab68c8354d8cfceb6dad32d24b13bc723'/>
<id>urn:sha1:3bd40dbab68c8354d8cfceb6dad32d24b13bc723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>throw away the long obsolete runtime type information in the C runtime</title>
<updated>2014-10-09T13:44:26+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T13:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=86e9acc7a7b714307e08ab25117ca03cecb00936'/>
<id>urn:sha1:86e9acc7a7b714307e08ab25117ca03cecb00936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GuString is now an ordinary C string - it makes live easier. In addition PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.</title>
<updated>2013-10-04T12:04:39+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-10-04T12:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e8335806afc45e31157937b880ff39b75c14a2cd'/>
<id>urn:sha1:e8335806afc45e31157937b880ff39b75c14a2cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add type signature for gu_string_length in the headers of libgu</title>
<updated>2013-09-18T08:03:37+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-18T08:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a42cbb84ff2492f85e02cf20228faf3247a1b76f'/>
<id>urn:sha1:a42cbb84ff2492f85e02cf20228faf3247a1b76f</id>
<content type='text'>
</content>
</entry>
</feed>
