<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unxml, branch master</title>
<subtitle>Experimental XML filter library.</subtitle>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/'/>
<entry>
<title>Actually keep tags</title>
<updated>2015-10-04T15:44:43+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-10-04T15:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=f412acecc45c85fe6af122fdabb8eb10093659d0'/>
<id>f412acecc45c85fe6af122fdabb8eb10093659d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set map to nil unnecessarily</title>
<updated>2015-10-04T15:36:01+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-10-04T15:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=7f31a509ba03c4a5032a113086fe09acf8c391d9'/>
<id>7f31a509ba03c4a5032a113086fe09acf8c391d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tag reader work</title>
<updated>2015-10-04T14:20:25+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-10-04T14:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=6034949850ade2dbd49836f77a9765ccf8354355'/>
<id>6034949850ade2dbd49836f77a9765ccf8354355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep only text in tags that are explicitly kept</title>
<updated>2015-06-14T17:34:31+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T17:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=5b96f28f61449b60fe03dce68b052a7a3f9dc588'/>
<id>5b96f28f61449b60fe03dce68b052a7a3f9dc588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change copy() usage and remove unneeded lenouts</title>
<updated>2015-06-14T15:52:22+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=3a4cf5d5b025c34b0c9f0f3bb1857acaea84e7d6'/>
<id>3a4cf5d5b025c34b0c9f0f3bb1857acaea84e7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change copy() usage</title>
<updated>2015-06-14T15:41:45+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=04425938df3790177e6b78b9803396cf928d5757'/>
<id>04425938df3790177e6b78b9803396cf928d5757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change usage of copy()</title>
<updated>2015-06-14T15:38:09+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=18fef8cc50ed3bae4654b1574e546503b48c1119'/>
<id>18fef8cc50ed3bae4654b1574e546503b48c1119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change usage of copy()</title>
<updated>2015-06-14T15:34:02+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=4b6c9b539466dbec8b0b8cde1f1e2aa67677f6e9'/>
<id>4b6c9b539466dbec8b0b8cde1f1e2aa67677f6e9</id>
<content type='text'>
Copy copies the smaller of len(src) and len(dst). We can leverage this
behaviour to avoid using extra elses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy copies the smaller of len(src) and len(dst). We can leverage this
behaviour to avoid using extra elses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debugging printfs</title>
<updated>2015-06-14T15:33:01+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=b4db27668a5524b3a311cd6eed0eb0ade04b5e6e'/>
<id>b4db27668a5524b3a311cd6eed0eb0ade04b5e6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure lastread's length is zero</title>
<updated>2015-06-14T15:04:37+00:00</updated>
<author>
<name>Silvan Jegen</name>
<email>s.jegen@gmail.com</email>
</author>
<published>2015-06-14T15:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/unxml/commit/?id=779daabece85dd07d739c0c6a2b77069300ee6fa'/>
<id>779daabece85dd07d739c0c6a2b77069300ee6fa</id>
<content type='text'>
Also return the right number of bytes written
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also return the right number of bytes written
</pre>
</div>
</content>
</entry>
</feed>
