<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/src, branch 1.5</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>Fix base64 encoding</title>
<updated>2011-05-31T23:09:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-31T23:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=fde488d1b961f77f27a43cf8732b95ab65baf471'/>
<id>fde488d1b961f77f27a43cf8732b95ab65baf471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use simple sscanf for parsing dates if strptime is not available</title>
<updated>2011-05-29T03:07:33+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-29T03:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=bfd8c56c016d97e6845664c7bb2e9b0c65d8cb95'/>
<id>bfd8c56c016d97e6845664c7bb2e9b0c65d8cb95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use signed char instead of int8_t</title>
<updated>2011-05-29T02:13:30+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-29T02:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=b82787f145fbc205e539a23715cbd3d11f3cdd9b'/>
<id>b82787f145fbc205e539a23715cbd3d11f3cdd9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use malloc+snprintf instead of asprintf</title>
<updated>2011-05-29T01:36:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-29T01:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7f376a838be410af848b8b6689180baf79140ded'/>
<id>7f376a838be410af848b8b6689180baf79140ded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>user CMAKE_C_OUTPUT_EXTENSION instead of .o</title>
<updated>2011-05-29T01:17:46+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-29T01:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f058a5aeddb57b4f453952bc4c03d26501f764ee'/>
<id>f058a5aeddb57b4f453952bc4c03d26501f764ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define be16toh, be32toh, be64toh if not available</title>
<updated>2011-05-28T00:40:05+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-28T00:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=b9a1f74275de719eb19bdce86d765b306b072b69'/>
<id>b9a1f74275de719eb19bdce86d765b306b072b69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing include</title>
<updated>2011-05-27T22:59:54+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-27T22:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=4d4175a13703c066b771c52eb73231a5e35ba54e'/>
<id>4d4175a13703c066b771c52eb73231a5e35ba54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make libplist glib free</title>
<updated>2011-05-27T12:55:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-27T12:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=024e755d9f3c33e742ce158542b1ded057a88f4f'/>
<id>024e755d9f3c33e742ce158542b1ded057a88f4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Plugging memory leak in write_unicode</title>
<updated>2011-03-16T22:24:00+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2011-03-16T22:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=00df38d1b370584ed07e2d1b9179df4d4178b0d3'/>
<id>00df38d1b370584ed07e2d1b9179df4d4178b0d3</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 install_name_tool on OSX picks up library install path</title>
<updated>2011-02-12T17:48:42+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-02-12T17:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=5e44b6bfc0ba2ee36c594caf1999eaf5d26133ed'/>
<id>5e44b6bfc0ba2ee36c594caf1999eaf5d26133ed</id>
<content type='text'>
This allows dylib to correctly find the library and fixes linking on OSX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows dylib to correctly find the library and fixes linking on OSX.
</pre>
</div>
</content>
</entry>
</feed>
