<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/src/test/runtests.sh, branch github/gh-pages</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Fgh-pages'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2014-12-03T16:13:41Z</updated>
<entry>
<title>initial commit</title>
<updated>2014-12-03T16:13:41Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2014-12-03T16:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=1267025fb76af18e31b2c7de16606abbb9b87ea3'/>
<id>urn:sha1:1267025fb76af18e31b2c7de16606abbb9b87ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Make einfo routines private"</title>
<updated>2013-10-21T18:49:41Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-10-16T17:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=48981be8a872c7a0191d2519793205276fdc423a'/>
<id>urn:sha1:48981be8a872c7a0191d2519793205276fdc423a</id>
<content type='text'>
This reverts commit de88aff0a839844526ae262f8961ec4372fed238.
I was advised that splashutils links to libeinfo, so we do have a
consumer for this library.
</content>
</entry>
<entry>
<title>Make einfo routines private</title>
<updated>2013-09-27T03:18:21Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2013-09-23T01:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=de88aff0a839844526ae262f8961ec4372fed238'/>
<id>urn:sha1:de88aff0a839844526ae262f8961ec4372fed238</id>
<content type='text'>
The libeinfo library has no consumers other than OpenRC, so there is no
reason for it to be maintained as a library. The einfo routines are now
an object that links with the rc binary.
</content>
</entry>
<entry>
<title>split out librc-independent helpers into a dedicated header file</title>
<updated>2012-05-06T05:17:30Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2012-05-06T00:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3969cb2a85d798cd029043566d97aad66dcee8e5'/>
<id>urn:sha1:3969cb2a85d798cd029043566d97aad66dcee8e5</id>
<content type='text'>
Many of these helpers are not special to librc, so split them out so they
can be used in all source trees (including libeinfo).

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>make shell math operations style more succulent</title>
<updated>2011-11-19T07:25:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-11T02:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140'/>
<id>urn:sha1:ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140</id>
<content type='text'>
Convert the style:
	var=$((${var} + 1))
to:
	: $(( var += 1 ))

The latter is easier to read imo.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: filter valid parisc relocs</title>
<updated>2011-02-14T17:06:58Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-02-06T19:04:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c0aa27ef328190646116e23fe82b64a606ae39fa'/>
<id>urn:sha1:c0aa27ef328190646116e23fe82b64a606ae39fa</id>
<content type='text'>
Parisc generates a few relocs against internal symbols which are OK.

X-Gentoo-Bug: 258913
X-Gentoo-Bug-URL: http://bugs.gentoo.org/258913
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: check for trailing blank newlines</title>
<updated>2011-01-18T01:04:53Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-01-18T01:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c825a74dd1181b12ac1531e2bd6b125de268a296'/>
<id>urn:sha1:c825a74dd1181b12ac1531e2bd6b125de268a296</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>tests: check for common style issues</title>
<updated>2011-01-17T09:49:35Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-01-17T09:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=6e876bca1313d0cc2ef576da15124a9082f404db'/>
<id>urn:sha1:6e876bca1313d0cc2ef576da15124a9082f404db</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>More unit fixes.</title>
<updated>2008-07-03T13:09:10Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-03T13:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=28a65393ca08cb1a27672305fe6e6210ee2f0a9e'/>
<id>urn:sha1:28a65393ca08cb1a27672305fe6e6210ee2f0a9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an is_older_than unit test, thanks to zzam</title>
<updated>2008-07-03T12:07:46Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-07-03T12:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=2f5d2855ba5497106a3b3ca02c242fb490bb425b'/>
<id>urn:sha1:2f5d2855ba5497106a3b3ca02c242fb490bb425b</id>
<content type='text'>
</content>
</entry>
</feed>
