<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.7.8</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.8</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.8'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-10-31T00:38:36+00:00</updated>
<entry>
<title>Promote watch to other.</title>
<updated>2018-10-31T00:38:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-31T00:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b3e1d6dbd5497d6ae4729df2c8018df435429e76'/>
<id>urn:sha1:b3e1d6dbd5497d6ae4729df2c8018df435429e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.</title>
<updated>2018-10-30T19:08:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-30T19:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=12e10799eee982f28b95dc02a43992cd763f0378'/>
<id>urn:sha1:12e10799eee982f28b95dc02a43992cd763f0378</id>
<content type='text'>
(Alas, llvm doesn't understand -Wno-maybe-uninitialized yet.)
</content>
</entry>
<entry>
<title>getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for UIO_MAXIOV/_SC_UIO_MAXIOV.</title>
<updated>2018-10-30T17:10:20+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-10-24T20:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a87a3a5a80d69b9d97eb30cc210368ed68cd86ea'/>
<id>urn:sha1:a87a3a5a80d69b9d97eb30cc210368ed68cd86ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zach Van Rijn asked for "find -empty".</title>
<updated>2018-10-27T20:02:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-27T20:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9d68531780ca29a33d628ce72e0e0f5ebe32ef70'/>
<id>urn:sha1:9d68531780ca29a33d628ce72e0e0f5ebe32ef70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo</title>
<updated>2018-10-22T02:36:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-22T02:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=07a3b9192001369c7bf74cd4f096dc49703b24e9'/>
<id>urn:sha1:07a3b9192001369c7bf74cd4f096dc49703b24e9</id>
<content type='text'>
xparsetime() not to need floating point, adjust callers.
</content>
</entry>
<entry>
<title>Move start_redraw() to lib/ and have ps.c (top) use it.</title>
<updated>2018-10-21T18:05:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-21T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d'/>
<id>urn:sha1:3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some more --help consistency.</title>
<updated>2018-10-20T19:52:08+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-10-17T23:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=74f22a7d5cb6ed03f00c261fb4e28b411f1c4c0a'/>
<id>urn:sha1:74f22a7d5cb6ed03f00c261fb4e28b411f1c4c0a</id>
<content type='text'>
From eyeballing the output of

  for i in `./toybox | tr " " "\n"` ; do ./toybox $i --help ; done | \
    grep '^-' | grep -v "\t"
</content>
</entry>
<entry>
<title>Rewrite of watch.</title>
<updated>2018-10-10T11:36:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-10T11:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9492c7fce507cd5cd5172d6e2bf2b86573198806'/>
<id>urn:sha1:9492c7fce507cd5cd5172d6e2bf2b86573198806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix getconf build for musl.</title>
<updated>2018-10-08T00:54:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-08T00:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ace221343e8c8cacfc853006edfe227a85f555b3'/>
<id>urn:sha1:ace221343e8c8cacfc853006edfe227a85f555b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build break on x32 target.</title>
<updated>2018-10-07T17:09:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-10-07T17:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2b789c342a8a1bc79eaf753b7f8aace247020f44'/>
<id>urn:sha1:2b789c342a8a1bc79eaf753b7f8aace247020f44</id>
<content type='text'>
</content>
</entry>
</feed>
