<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys/example, branch 0.8.2</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.2</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.2'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2019-05-16T22:58:43+00:00</updated>
<entry>
<title>Add human_readable_long() for more than 3 digits of output.</title>
<updated>2019-05-16T22:58:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-05-16T22:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0536f45747a991a21b2b544f556da704eed22bd4'/>
<id>urn:sha1:0536f45747a991a21b2b544f556da704eed22bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix record-commands and logwrapper.c</title>
<updated>2019-02-01T20:51:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-01T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ac617315854d7985105a6cf341a5c0153fe3e35d'/>
<id>urn:sha1:ac617315854d7985105a6cf341a5c0153fe3e35d</id>
<content type='text'>
record-commands: Delete old log, only delete $WRAPDIR at end if path wasn't
externally supplied, don't add the rm at the end to the log.

logwrapper.c: don't skip filename when measuring space for command line malloc,
use argv[0] instead of /proc/self/exe (which is realpath -f).
</content>
</entry>
<entry>
<title>Command logging wrapper to help analyze what commands scripts call and how.</title>
<updated>2019-01-30T22:16:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-30T22:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a242b5be0b486fb1137c45c87e2867aef2e1fcb3'/>
<id>urn:sha1:a242b5be0b486fb1137c45c87e2867aef2e1fcb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up some --help formatting.</title>
<updated>2018-12-04T23:08:19+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-12-04T22:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=141a075c0e192dc9910e777270114b1864270bfd'/>
<id>urn:sha1:141a075c0e192dc9910e777270114b1864270bfd</id>
<content type='text'>
Be consistent about upper versus lower case. (Upper seems to have the
majority, so I went with that, though I'm happy to provide the opposite
patch as long as we're consistent!)

Be consistent about using \t. (Though saving a few bytes seems like it
might be better done in the code that generates help.h rather than
directly in the source, since tabs make careful ASCII art layout hard
enough that we regularly have things misaligned.)

Remove trailing periods (most of which seem to have been added by me).

Always use the US "human readable" rather than my British
"human-readable", and be more consistent about declaring whether we're
showing multiples of 1000 or 1024.

Just say "verbose" rather than adding a useless "mode" or "output".
</content>
</entry>
<entry>
<title>Convert more GLOBALS argument vars to the new single letter code style.</title>
<updated>2018-11-18T00:25:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-11-18T00:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=503e6362290d56bce0ed71f8164f24e25108bbbc'/>
<id>urn:sha1:503e6362290d56bce0ed71f8164f24e25108bbbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make microcom use set_terminal() and move speed setting into set_terminal().</title>
<updated>2018-08-18T04:02:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-08-18T04:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=17a2d5783ac38d1b79f37e2524d390ac7386dbf4'/>
<id>urn:sha1:17a2d5783ac38d1b79f37e2524d390ac7386dbf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish renameing test_* to demo_* in example directories and tweak README.</title>
<updated>2018-04-04T03:07:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-04-04T03:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9448f8e57ed6ff85e756ec5e9545f99e6376e778'/>
<id>urn:sha1:9448f8e57ed6ff85e756ec5e9545f99e6376e778</id>
<content type='text'>
(This way "make test_sed" isn't in the same namespace as "make test_scankey".)
</content>
</entry>
<entry>
<title>Rename demo_human_readable.c-&gt;demo_number.c and have it do atolx() too.</title>
<updated>2018-03-26T22:36:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-03-26T22:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=16c4357f0d0df0ce4f91d424cc57ce571ccf4e91'/>
<id>urn:sha1:16c4357f0d0df0ce4f91d424cc57ce571ccf4e91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RFC link to the examples.</title>
<updated>2018-02-17T19:03:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-02-17T19:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=afb4bb9e5060e02f8bf12fdf9e71eb46c73d789a'/>
<id>urn:sha1:afb4bb9e5060e02f8bf12fdf9e71eb46c73d789a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename test_*.c to demo_*.c (because "make test_$CMD" means something already),</title>
<updated>2017-10-31T20:51:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-10-31T20:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e913247fec162437920266182834aedadcb03004'/>
<id>urn:sha1:e913247fec162437920266182834aedadcb03004</id>
<content type='text'>
fluff out README, and add a comment to hostid explaining its deprecation.
</content>
</entry>
</feed>
