<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/common, branch v0.20.1</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>common: utf: simplified utf-8 validation</title>
<updated>2020-11-05T18:13:49+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-11-05T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=de14affe2e316f00663759100d658731fb8fc0ca'/>
<id>de14affe2e316f00663759100d658731fb8fc0ca</id>
<content type='text'>
we don't need to evaluate codepoints, just to check if the byte
sequences are valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we don't need to evaluate codepoints, just to check if the byte
sequences are valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>*: update copyright</title>
<updated>2020-05-31T18:32:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-31T18:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=df49ac9c61770a45e6a6848770e21ccfd3cc01d8'/>
<id>df49ac9c61770a45e6a6848770e21ccfd3cc01d8</id>
<content type='text'>
this time I'm only updating the files I touched this year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this time I'm only updating the files I touched this year.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: bc_stdin_read() should set read length</title>
<updated>2020-05-30T19:37:00+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-30T19:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c3b9af3831762d7548eb1e72cfb62ab95e0d8490'/>
<id>c3b9af3831762d7548eb1e72cfb62ab95e0d8490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: utils: added bc_slist_append_list</title>
<updated>2020-05-28T23:23:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-28T23:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=bec4fd31fd9f36dbcdad9d443a0c609adde1af67'/>
<id>bec4fd31fd9f36dbcdad9d443a0c609adde1af67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: config-parser: use const for trie data</title>
<updated>2019-09-09T21:10:45+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-09-09T21:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=d623dfbfc4bfff6958facd49b79fdf32ab48b21e'/>
<id>d623dfbfc4bfff6958facd49b79fdf32ab48b21e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: prevent stdarg errors when format is NULL</title>
<updated>2019-09-09T18:44:25+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-09-09T18:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=a576156e5bf9de147efe2c76af1ee29f5efd773e'/>
<id>a576156e5bf9de147efe2c76af1ee29f5efd773e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "common: added bc_slist_remove"</title>
<updated>2019-05-01T21:24:17+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-05-01T21:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=6b205041c5829dfdf00da8b20afa8f91814778be'/>
<id>6b205041c5829dfdf00da8b20afa8f91814778be</id>
<content type='text'>
This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: added bc_slist_remove</title>
<updated>2019-04-28T19:58:06+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-27T14:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=0cfb3dad5de015b658b0917c43fabe420781f39f'/>
<id>0cfb3dad5de015b658b0917c43fabe420781f39f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: added bc_slist_sort</title>
<updated>2019-04-28T19:57:58+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-26T17:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ab4685070515230c9aa64f9e69eec7fc061ee8d7'/>
<id>ab4685070515230c9aa64f9e69eec7fc061ee8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: do not follow symlinks when resolving blogcfile path</title>
<updated>2019-04-25T18:26:24+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-23T20:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f09e36acfe2db50e0452ba1e19b13f4395a8d704'/>
<id>f09e36acfe2db50e0452ba1e19b13f4395a8d704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
