<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/cmark_ctype.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>define whitespace per spec</title>
<updated>2020-08-24T16:37:57+00:00</updated>
<author>
<name>Asherah Connor</name>
<email>ashe@kivikakk.ee</email>
</author>
<published>2020-08-24T07:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=055b9ea293dbd965219bcaae8e67658ade5bfe09'/>
<id>055b9ea293dbd965219bcaae8e67658ade5bfe09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fix non-ASCII end-of-line character check</title>
<updated>2015-11-03T09:16:18+00:00</updated>
<author>
<name>andyuhnak</name>
<email>andyuhnak@gmail.com</email>
</author>
<published>2015-11-03T09:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a2976b9a11b8b9424a073305a1e0ff19a338009a'/>
<id>a2976b9a11b8b9424a073305a1e0ff19a338009a</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>Reformatted code consistently with astyle.</title>
<updated>2015-01-06T00:45:38+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>fiddlosopher@gmail.com</email>
</author>
<published>2015-01-06T00:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=1b6afb7654d29eced20de720d7b5d37fb861bad3'/>
<id>1b6afb7654d29eced20de720d7b5d37fb861bad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Attempted optimization of cmark_ctype.</title>
<updated>2014-12-30T07:21:41+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-30T07:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=e00b7a672258d320789ee2efd9ed34307e68bf95'/>
<id>e00b7a672258d320789ee2efd9ed34307e68bf95</id>
<content type='text'>
Use a single lookup table for all character types.
I'm not sure this actually helps so much.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a single lookup table for all character types.
I'm not sure this actually helps so much.
</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>
