<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/entities.inc, 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 for non-matching entities (#161)</title>
<updated>2016-11-04T22:04:48+00:00</updated>
<author>
<name>Yuki Izumi</name>
<email>kivikakk@github.com</email>
</author>
<published>2016-11-04T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=64e1394ae76409f02b00c254f119a64a2d1ce11e'/>
<id>64e1394ae76409f02b00c254f119a64a2d1ce11e</id>
<content type='text'>
* Add test to illustrate issue

* Provide some test fixes

* Don't neglect CounterClockwiseContourIntegral

* Fix ~10% of cases not matching

strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity
match s; we check equal length in the first if by checking if
cmark_entities[i].entity[len] == 0, but we neglect the case where cmp ==
0 &amp;&amp; cmark_entities[i].entity[len] != 0.  This should be treated as the
same as cmp &lt; 0, because strcmp("abc", "abcd") &lt; 0.

* Don't depend on py3.3 in tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test to illustrate issue

* Provide some test fixes

* Don't neglect CounterClockwiseContourIntegral

* Fix ~10% of cases not matching

strncmp returns 0 if the first 'len' bytes of cmark_entities[i].entity
match s; we check equal length in the first if by checking if
cmark_entities[i].entity[len] == 0, but we neglect the case where cmp ==
0 &amp;&amp; cmark_entities[i].entity[len] != 0.  This should be treated as the
same as cmp &lt; 0, because strcmp("abc", "abcd") &lt; 0.

* Don't depend on py3.3 in tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed entities.h -&gt; entities.inc.</title>
<updated>2015-06-17T15:05:57+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-06-17T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=2fa54428e2910d4f8d96e6a548db650d50613535'/>
<id>2fa54428e2910d4f8d96e6a548db650d50613535</id>
<content type='text'>
Also tools/make_entities_h.py -&gt; tools/make_entitis_inc.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also tools/make_entities_h.py -&gt; tools/make_entitis_inc.py.
</pre>
</div>
</content>
</entry>
</feed>
