<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/utf8.h, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Use fully qualified versions of constants.</title>
<updated>2015-12-19T20:08:16+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-19T20:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1140f7ddd58388709ce87b4c306a7c875af5406e'/>
<id>1140f7ddd58388709ce87b4c306a7c875af5406e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix utf8proc functions to avoid conflict with existing library</title>
<updated>2015-08-06T16:07:23+00:00</updated>
<author>
<name>Kevin Wojniak</name>
<email>kainjow@kainjow.com</email>
</author>
<published>2015-08-06T16:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=2f393322635cbc1eea0fd75ac17c00d01fe42176'/>
<id>2f393322635cbc1eea0fd75ac17c00d01fe42176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed utf8proc_detab as utf8proc_check, removed detabbing function.</title>
<updated>2015-06-17T00:48:05+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-06-11T23:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=26537124a4070f7869db67317b90e08916050c8f'/>
<id>26537124a4070f7869db67317b90e08916050c8f</id>
<content type='text'>
Now it just replaces bad UTF-8 sequences and NULLs.

This restores benchmarks to near their previous levels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it just replaces bad UTF-8 sequences and NULLs.

This restores benchmarks to near their previous levels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert code base to strbuf_t</title>
<updated>2015-06-07T19:42:15+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2015-06-07T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=7382fd5eba48107a8190bd2d6232cc3b6e20d8fc'/>
<id>7382fd5eba48107a8190bd2d6232cc3b6e20d8fc</id>
<content type='text'>
There are probably a couple of places I missed. But this will only
be a problem if we use a 64-bit bufsize_t at some point. Then, we'll
get warnings from -Wshorten-64-to-32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are probably a couple of places I missed. But this will only
be a problem if we use a 64-bit bufsize_t at some point. Then, we'll
get warnings from -Wshorten-64-to-32.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-added cmark_ prefix to strbuf and chunk.</title>
<updated>2014-12-15T20:05:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2014-12-15T20:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=d6077ea037e23f6e2c0d83dda7b5d7106f48d1a3'/>
<id>d6077ea037e23f6e2c0d83dda7b5d7106f48d1a3</id>
<content type='text'>
Reverts 225d720.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts 225d720.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed cmark_ prefix on chunk and strbuf.</title>
<updated>2014-12-13T19:24:26+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-13T19:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=225d720d6e9b473c7d6498e811b3f412472cc9ce'/>
<id>225d720d6e9b473c7d6498e811b3f412472cc9ce</id>
<content type='text'>
This isn't needed any more since we don't expose these in the API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't needed any more since we don't expose these in the API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate UTF-8 input</title>
<updated>2014-11-24T19:14:00+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-24T19:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=ff9c0dcecd1314b820bf7d2584990c26c0e28909'/>
<id>ff9c0dcecd1314b820bf7d2584990c26c0e28909</id>
<content type='text'>
Invalid UTF-8 byte sequences are replaced with the Unicode replacement
character U+FFFD. Fixes #213.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invalid UTF-8 byte sequences are replaced with the Unicode replacement
character U+FFFD. Fixes #213.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added utf8proc_is_space.</title>
<updated>2014-11-20T20:01:04+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-20T20:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=85a194c94516daecda74096e05b6dedf1b63e7b0'/>
<id>85a194c94516daecda74096e05b6dedf1b63e7b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added utf8proc_is_punctuation.</title>
<updated>2014-11-20T19:46:55+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-20T19:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4b1bb8875f1b821e19d8bd90f45d8ea7c53510e4'/>
<id>4b1bb8875f1b821e19d8bd90f45d8ea7c53510e4</id>
<content type='text'>
We'll probably need this when the spec for emph/strong gets
revised.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll probably need this when the spec for emph/strong gets
revised.
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare all functions as extern "C"</title>
<updated>2014-11-16T20:33:43+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-11-15T18:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8c34fdc1b2d67ba440f5ad6cc5f81df4a3bcd937'/>
<id>8c34fdc1b2d67ba440f5ad6cc5f81df4a3bcd937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
