<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/tests, branch 0.7.6</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.6</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.6'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-01-23T07:20:23+00:00</updated>
<entry>
<title>Fix hang in losetup test.</title>
<updated>2018-01-23T07:20:23+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-01-22T22:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1fec45a2a57f431bef990b7a17449f7ff96cac30'/>
<id>urn:sha1:1fec45a2a57f431bef990b7a17449f7ff96cac30</id>
<content type='text'>
Switch the printf over to %s because the input is actually hex (so %d
is wrong), but without the leading "0x" that %x would require.

For some reason the NODE assignment wasn't providing any input to awk
(hence the hang), and awk wasn't looking for the correct field anyway.

The tests still fail for me:

  losetup: /dev/block/loop0: No such device or address
  losetup: /dev/block/loop0: No such device or address
  losetup: file: No such file or directory
  losetup: needs 1 arg (see "losetup --help")

But at least now they allow the other tests to continue!
</content>
</entry>
<entry>
<title>Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.</title>
<updated>2018-01-09T17:15:58+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-04-24T20:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=36beb6ac93362790ba6633f56109cde5f01d20c4'/>
<id>urn:sha1:36beb6ac93362790ba6633f56109cde5f01d20c4</id>
<content type='text'>
Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for
another day, but at least the tests are easy...

(These tests pass with TEST_HOST and on the toolbox versions, but the
toybox toys are in pending and very broken.)
</content>
</entry>
<entry>
<title>Add xxd -i (and xxd -ri).</title>
<updated>2017-12-27T04:28:10+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-12-24T08:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=215a6af5f83e7866751f24fc61f709b444e61c1d'/>
<id>urn:sha1:215a6af5f83e7866751f24fc61f709b444e61c1d</id>
<content type='text'>
The original xxd doesn't support -r with -i. The original also outputs
"unsigned char name[] = { ... };" for input other than stdin, but that
actually makes it less useful --- many languages support array
initializers, but far fewer support that exact declaration syntax.

Also fix the -c range checking and defaulting: &gt;&lt;= in the argument string
only works for floating point arguments.

Bug: http://b/64711851
</content>
</entry>
<entry>
<title>Fix xargs -0 with -n.</title>
<updated>2017-12-27T02:45:14+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-12-26T05:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=70a6c55499eabf1229dfb0b49f08b366cbaa7896'/>
<id>urn:sha1:70a6c55499eabf1229dfb0b49f08b366cbaa7896</id>
<content type='text'>
Also make -0 and -E mutually exclusive (rather than just ignore -E
with -0).

Bug: https://github.com/landley/toybox/issues/78
</content>
</entry>
<entry>
<title>Add fmt.</title>
<updated>2017-12-24T17:21:12+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-12-24T07:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4335501bf3269ac86b7bfdf236aa763d380327e2'/>
<id>urn:sha1:4335501bf3269ac86b7bfdf236aa763d380327e2</id>
<content type='text'>
A very simple implementation of fmt, good enough for my daily use of !!fmt
in vi to reflow checkin comments like this.
</content>
</entry>
<entry>
<title>killall should kill scripts too.</title>
<updated>2017-12-19T20:49:25+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-12-13T19:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9356adb28dd8d541a67270e202c7bf6f5a67fc82'/>
<id>urn:sha1:9356adb28dd8d541a67270e202c7bf6f5a67fc82</id>
<content type='text'>
Found running LTP file system tests on Android.

Bug: http://b/70627145
</content>
</entry>
<entry>
<title>Only show LABEL= when there is one.</title>
<updated>2017-10-31T20:43:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-10-31T20:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b2d8cf906502226904e149e20279a899ba22e035'/>
<id>urn:sha1:b2d8cf906502226904e149e20279a899ba22e035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Insmod dummy for ifconfig tests, and "pointopoint" only has two t's.</title>
<updated>2017-10-22T18:36:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-10-22T18:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=afde1dbae1d2771f097e2930ba23df88b90f1297'/>
<id>urn:sha1:afde1dbae1d2771f097e2930ba23df88b90f1297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo/add seq precision logic.</title>
<updated>2017-09-10T02:35:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-09-10T02:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7f2b0ceabdf5121bb2f502e93e1ed6c738493d51'/>
<id>urn:sha1:7f2b0ceabdf5121bb2f502e93e1ed6c738493d51</id>
<content type='text'>
Josh Gao hit a case where "seq 1000000 1000001" output 1e+06, and while he
was there changed several things to work like existing seq implementations.
I changed a couple back (commenting out the test cases) until somebody
came come up with a reason (or existing use case) to do it that way.
</content>
</entry>
<entry>
<title>Tighten up wc -m tests (which no longer depend on $LANG).</title>
<updated>2017-09-06T11:12:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-09-06T11:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5f6850fa5eccca80cd446593a21edc462a1dfad1'/>
<id>urn:sha1:5f6850fa5eccca80cd446593a21edc462a1dfad1</id>
<content type='text'>
</content>
</entry>
</feed>
