<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/utf8.c, 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>Remove need to disable MSVC warning 4244</title>
<updated>2015-08-10T17:06:14+00:00</updated>
<author>
<name>Kevin Wojniak</name>
<email>kainjow@kainjow.com</email>
</author>
<published>2015-08-10T17:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=722bc5df7e7bde6ec865b991e500aca04c931ad5'/>
<id>722bc5df7e7bde6ec865b991e500aca04c931ad5</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>Use clang-format, llvm style, for formatting.</title>
<updated>2015-07-28T04:35:54+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-07-28T04:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=62cb38bf8a826125fba0034221343aa70dd3d415'/>
<id>62cb38bf8a826125fba0034221343aa70dd3d415</id>
<content type='text'>
* Reformatted all source files.
* Added 'format' target to Makefile.
* Removed 'astyle' target.
* Updated .editorconfig.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reformatted all source files.
* Added 'format' target to Makefile.
* Removed 'astyle' target.
* Updated .editorconfig.
</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>astyle formatting changes.</title>
<updated>2015-06-16T20:18:31+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-06-16T20:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9ae4975fc049de433ad8e2399c391d207208233a'/>
<id>9ae4975fc049de433ad8e2399c391d207208233a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #58 from nwellnhof/optimize_utf8proc_detab"</title>
<updated>2015-06-10T18:53:06+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-06-10T18:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a79b2ed9b7051b259f1ab874e5168a853723c314'/>
<id>a79b2ed9b7051b259f1ab874e5168a853723c314</id>
<content type='text'>
This reverts commit 54d1249c2caebf45a24d691dc765fb93c9a5e594, reversing
changes made to bc14d869323650e936c7143dcf941b28ccd5b57d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 54d1249c2caebf45a24d691dc765fb93c9a5e594, reversing
changes made to bc14d869323650e936c7143dcf941b28ccd5b57d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further optimize utf8proc_valid</title>
<updated>2015-06-09T17:32:35+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2015-06-09T17:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=38f6ac470d3b597446d4663a00efbe6ebce8ee5e'/>
<id>38f6ac470d3b597446d4663a00efbe6ebce8ee5e</id>
<content type='text'>
Assume a multi-byte sequence and rework switch statement into if/else
for another 2% speedup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assume a multi-byte sequence and rework switch statement into if/else
for another 2% speedup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Roll utf8proc_charlen into utf8proc_valid</title>
<updated>2015-06-09T16:32:54+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2015-06-09T16:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8d997c85ee1452480ed3d821ce0642f7e6e5b9e6'/>
<id>8d997c85ee1452480ed3d821ce0642f7e6e5b9e6</id>
<content type='text'>
Speeds up "make bench" by another percent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speeds up "make bench" by another percent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize utf8proc_detab</title>
<updated>2015-06-09T16:32:45+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2015-06-09T15:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=8ac509f8bf0fe9f9f0b277cb612f9deb5bd072a5'/>
<id>8ac509f8bf0fe9f9f0b277cb612f9deb5bd072a5</id>
<content type='text'>
Handle valid UTF-8 chars inside the main loop and avoid a call to
strbuf_put for every UTF-8 char.

Results in a 8% speedup in the UTF-8-heavy "make bench" on my system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle valid UTF-8 chars inside the main loop and avoid a call to
strbuf_put for every UTF-8 char.

Results in a 8% speedup in the UTF-8-heavy "make bench" on my system.
</pre>
</div>
</content>
</entry>
</feed>
