<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests/common, branch v0.13.7</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/'/>
<entry>
<title>blogc: common: replace unsigned int with size_t</title>
<updated>2018-03-20T18:19:56+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-03-20T18:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=c278e2da0cf9aee161e23771125629bdfe8d5d89'/>
<id>c278e2da0cf9aee161e23771125629bdfe8d5d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: trie: fixed bug in foreach implementation.</title>
<updated>2017-06-24T09:51:59+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-06-24T09:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=0ae85f6545b1d4a64836b0a3a5676a0bed9854d5'/>
<id>0ae85f6545b1d4a64836b0a3a5676a0bed9854d5</id>
<content type='text'>
when looping through the tree, the algorithm would stop, if found a '\0'
in the key of the tree node. there should be no "child" field after a '\0',
but "next" fields may exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when looping through the tree, the algorithm would stop, if found a '\0'
in the key of the tree node. there should be no "child" field after a '\0',
but "next" fields may exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>*: updated copyright</title>
<updated>2017-02-25T01:09:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-02-25T01:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=805c35847902abfc74fe9a8fc3394a05ff8906d0'/>
<id>805c35847902abfc74fe9a8fc3394a05ff8906d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: only allow double-quoted values</title>
<updated>2017-01-01T05:21:11+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-01T05:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=463f6bd5a7f74827427b431452b0720f7be3bd62'/>
<id>463f6bd5a7f74827427b431452b0720f7be3bd62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: allow quoted values</title>
<updated>2017-01-01T02:41:41+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-01T02:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=2442ee791e0ab49e1897b45191e021b81dd8be3b'/>
<id>2442ee791e0ab49e1897b45191e021b81dd8be3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: bc_config_get_list should return array instead of list</title>
<updated>2016-12-25T00:47:50+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-25T00:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=54d563e10f381ea01cf0ed93f2b97fcac848808c'/>
<id>54d563e10f381ea01cf0ed93f2b97fcac848808c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: added support to parse section as list of lines</title>
<updated>2016-12-24T23:43:42+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-24T23:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=6636bd99d6767a99546b1b82ce69ade6df867b42'/>
<id>6636bd99d6767a99546b1b82ce69ade6df867b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: moved shell quote function to common</title>
<updated>2016-12-21T22:12:05+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-21T22:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=b9ec274bed571db9c705b65bb8c0bb6409c34fc4'/>
<id>b9ec274bed571db9c705b65bb8c0bb6409c34fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: improved error reporting, added bc_config_get_with_default</title>
<updated>2016-12-20T17:05:51+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-20T17:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=209ea0657b7970b4b8069ce44b43eecb97681892'/>
<id>209ea0657b7970b4b8069ce44b43eecb97681892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: added missing include to fix warning</title>
<updated>2016-10-07T00:11:52+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-10-07T00:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=62f999141701ba915a035a11cbac7fc7ddb08f31'/>
<id>62f999141701ba915a035a11cbac7fc7ddb08f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
