<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-augeas, branch master</title>
<subtitle>Augeas binding for Lua
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/'/>
<entry>
<title>support for Lua 5.2</title>
<updated>2013-06-19T12:52:50+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-06-19T12:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=a6eace5116d1a711218a7c9086a4e3c4db88ee57'/>
<id>a6eace5116d1a711218a7c9086a4e3c4db88ee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 0.1.2 ====</title>
<updated>2013-05-10T08:20:43+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-05-10T08:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=7b8d2f500b93cd9738e4db881b4ec19fa9e30742'/>
<id>7b8d2f500b93cd9738e4db881b4ec19fa9e30742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow nil values with set and setm</title>
<updated>2013-05-08T07:33:38+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2013-05-08T07:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=8c84f1d0f5c2888cadf69c3d3163f41a2d413968'/>
<id>8c84f1d0f5c2888cadf69c3d3163f41a2d413968</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Lua package CFLAGS</title>
<updated>2012-09-20T09:24:13+00:00</updated>
<author>
<name>Ken Bannister</name>
<email>kbee0916@earthlink.net</email>
</author>
<published>2012-09-19T20:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=71c0b6e585d2911b47339e5619bf2cec30e24fcd'/>
<id>71c0b6e585d2911b47339e5619bf2cec30e24fcd</id>
<content type='text'>
Must include Lua package CFLAGS on Debian since include files located
in Lua-specific subdirectory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Must include Lua package CFLAGS on Debian since include files located
in Lua-specific subdirectory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace damage</title>
<updated>2012-09-20T09:15:44+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-09-20T09:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=0ba60017632282384938d851e5a056b92b9b0e17'/>
<id>0ba60017632282384938d851e5a056b92b9b0e17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit for lunadoc interface documentation.</title>
<updated>2012-09-20T09:13:36+00:00</updated>
<author>
<name>Ken Bannister</name>
<email>kbee0916@earthlink.net</email>
</author>
<published>2012-09-19T20:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=209b2f995e54088881b492e22a9336dbc475537c'/>
<id>209b2f995e54088881b492e22a9336dbc475537c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc fixes for Makefile</title>
<updated>2012-09-12T12:41:40+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-09-12T12:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=89015b4ac16feae4f71f443b70c91a263e9946d3'/>
<id>89015b4ac16feae4f71f443b70c91a263e9946d3</id>
<content type='text'>
 - Get lua version and install dir from pkg-config
 - Use cflags and libs from pkg-config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Get lua version and install dir from pkg-config
 - Use cflags and libs from pkg-config
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework Paug_close() to work with raw augeas** rather than augeas*.</title>
<updated>2012-09-11T14:07:29+00:00</updated>
<author>
<name>Ken Bannister</name>
<email>kbee0916@earthlink.net</email>
</author>
<published>2012-09-11T10:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=d3536c6c53f04aed73cbbd3144dd2ad2cad5fb62'/>
<id>d3536c6c53f04aed73cbbd3144dd2ad2cad5fb62</id>
<content type='text'>
Was attempting to null the augeas*, but this was ineffective. Caused a
segfault if manually closed the library because aug_close() would be called
twice -- once for manual close, and once for __gc based close.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was attempting to null the augeas*, but this was ineffective. Caused a
segfault if manually closed the library because aug_close() would be called
twice -- once for manual close, and once for __gc based close.
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 0.1.1 ====</title>
<updated>2012-08-03T14:49:53+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-08-03T14:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=59714054bfcbc01ee08f3bf49519de5f5668e4fb'/>
<id>59714054bfcbc01ee08f3bf49519de5f5668e4fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright</title>
<updated>2012-08-03T14:48:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-08-03T14:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/hosted/lua-augeas/commit/?id=7cf2103510ad79e8652decf42ba0991d2f4f5c97'/>
<id>7cf2103510ad79e8652decf42ba0991d2f4f5c97</id>
<content type='text'>
Use MIT which is so much simpler than LGPL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use MIT which is so much simpler than LGPL.
</pre>
</div>
</content>
</entry>
</feed>
