<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.4.8</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.8</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.8'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-04-16T02:59:42+00:00</updated>
<entry>
<title>Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says.</title>
<updated>2014-04-16T02:59:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-04-16T02:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=15027d6de049fa139a193abc5a86e6578faf630d'/>
<id>urn:sha1:15027d6de049fa139a193abc5a86e6578faf630d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there &gt;15 years) to lib/portability.h. Fold xregcomp into lib since it's posix.</title>
<updated>2014-03-29T23:11:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-29T23:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5b405827a2fa4c928c488f3e7b0197dfec60dcc2'/>
<id>urn:sha1:5b405827a2fa4c928c488f3e7b0197dfec60dcc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mkdir -p with absolute paths.</title>
<updated>2014-03-24T11:26:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-24T11:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=02f5a30ec0acf6c42441e5b06fb3ab41f629952a'/>
<id>urn:sha1:02f5a30ec0acf6c42441e5b06fb3ab41f629952a</id>
<content type='text'>
Stripping leading / is not the right thing to do there.
Broken when the code moved to lib and was genericized for use elsewhere.
</content>
</entry>
<entry>
<title>Move mkpathat to lib, remove redundant function used by patch.</title>
<updated>2014-03-12T01:44:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-12T01:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ca1b60e3bdb19eca981e5ccf4e07100aafddb007'/>
<id>urn:sha1:ca1b60e3bdb19eca981e5ccf4e07100aafddb007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "volatile" annotation to peek/poke to stop potential optimizer overreach.</title>
<updated>2014-03-11T23:11:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-11T23:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a8b88fe47237028fb5314c4c572a738b967b10b7'/>
<id>urn:sha1:a8b88fe47237028fb5314c4c572a738b967b10b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another bug reported by Ashwini Sharma.</title>
<updated>2014-03-01T05:10:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-03-01T05:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4dd800cb577c45b601fdf2bdaf1b471ea938f20b'/>
<id>urn:sha1:4dd800cb577c45b601fdf2bdaf1b471ea938f20b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various cleanups found by Tom Sparrow's static analysis.</title>
<updated>2014-02-16T17:09:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-02-16T17:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1fb3ae7075ab9d198b757f7da5cc9c748abc3574'/>
<id>urn:sha1:1fb3ae7075ab9d198b757f7da5cc9c748abc3574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move bunzip2 logic from lib into bzcat.</title>
<updated>2014-02-07T13:56:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-02-07T13:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b6c8a8609fbfcbaf054e254f74974394c8932712'/>
<id>urn:sha1:b6c8a8609fbfcbaf054e254f74974394c8932712</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Two changes to shut up GCC:</title>
<updated>2014-01-28T16:10:25+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>ibid.ag@gmail.com</email>
</author>
<published>2014-01-28T16:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=714a0db2ade17f61f09816f0f7067f14e049e645'/>
<id>urn:sha1:714a0db2ade17f61f09816f0f7067f14e049e645</id>
<content type='text'>
* __GLIBC__ was checked unconditionally;
this made for a very messy build on musl.
* int fd in chvt is always initialized; GCC 3.4 does not recognize this.
</content>
</entry>
<entry>
<title>Rename xmsprintf() to just xmprintf().</title>
<updated>2014-01-16T15:26:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-01-16T15:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=59d85e2bb065a3bdc27868acb7a65f89d872c7fa'/>
<id>urn:sha1:59d85e2bb065a3bdc27868acb7a65f89d872c7fa</id>
<content type='text'>
Partly because there's no supplied target string ala sprintf, and partly
because I can never remember what order the m and s go in.
</content>
</entry>
</feed>
