<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/cmark_ctype.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>Fix character type detection in commonmark.c</title>
<updated>2016-06-06T16:30:31+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2016-06-06T16:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=75658002e907063c7e615b2630b873656d2411ba'/>
<id>75658002e907063c7e615b2630b873656d2411ba</id>
<content type='text'>
- Implement cmark_isalpha.
- Check for ASCII character before implicit cast to char.
- Use internal ctype functions in commonmark.c.

Fixes test failures on Windows and undefined behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implement cmark_isalpha.
- Check for ASCII character before implicit cast to char.
- Use internal ctype functions in commonmark.c.

Fixes test failures on Windows and undefined behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include guards and C linkage for cmark_ctype.h</title>
<updated>2014-12-31T15:52:49+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2014-12-31T14:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=7787301eda4cbe4476a73241579c1838f6153279'/>
<id>7787301eda4cbe4476a73241579c1838f6153279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cmark_ prefix to functions in cmark_ctype.</title>
<updated>2014-12-30T06:31:17+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-30T06:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9c5d074b0067b564f230b3770b2026afb9bb6998'/>
<id>9c5d074b0067b564f230b3770b2026afb9bb6998</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cmark_ctype.h with locale-independent isspace, ispunct, etc.</title>
<updated>2014-12-30T06:16:11+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-30T06:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=86fda06897ccd4d610410f920923c6e1f3e2bf3d'/>
<id>86fda06897ccd4d610410f920923c6e1f3e2bf3d</id>
<content type='text'>
Otherwise cmark's behavior varies unpredictably with the locale.

`is_punctuation` in utf8.h has also been adjusted so that everything
that counts all ASCII symbol characters count as punctuation, even
though some are not in P* character classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise cmark's behavior varies unpredictably with the locale.

`is_punctuation` in utf8.h has also been adjusted so that everything
that counts all ASCII symbol characters count as punctuation, even
though some are not in P* character classes.
</pre>
</div>
</content>
</entry>
</feed>
