<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.0.9.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.0.9.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.0.9.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2009-01-25T22:34:46+00:00</updated>
<entry>
<title>Fix thinko.</title>
<updated>2009-01-25T22:34:46+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2009-01-25T22:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ddae5e91f6dc0f5bfb4fdf6d5b5bbd8df25d97f0'/>
<id>urn:sha1:ddae5e91f6dc0f5bfb4fdf6d5b5bbd8df25d97f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2009-01-20T04:08:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2009-01-20T04:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e7a169ba2ca710e8fb602dd49006cfd201293018'/>
<id>urn:sha1:e7a169ba2ca710e8fb602dd49006cfd201293018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mkswap.</title>
<updated>2009-01-18T22:19:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2009-01-18T22:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=52476716ad2bff9805e5749bf2c2a1f9d3512ec9'/>
<id>urn:sha1:52476716ad2bff9805e5749bf2c2a1f9d3512ec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -N, -I, -L, and -P options to cksum.</title>
<updated>2009-01-05T07:05:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2009-01-05T07:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b15b8fa99ae53396145ea540106b74d37797f774'/>
<id>urn:sha1:b15b8fa99ae53396145ea540106b74d37797f774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check in crc_init needed by cksum.  (Oops.)</title>
<updated>2009-01-04T00:15:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2009-01-04T00:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7e849c5b99e539f5af5262d8ade6b9791463c796'/>
<id>urn:sha1:7e849c5b99e539f5af5262d8ade6b9791463c796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around a reiserfs bug.  (One line change, switch from looking at broken struct dirent-&gt;dt_type to looking at stat() output.  The rest are unrelated variable renames.)</title>
<updated>2008-11-13T00:01:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-11-13T00:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b5d557f0860766bbe89854241e07ff6ec1a2e39a'/>
<id>urn:sha1:b5d557f0860766bbe89854241e07ff6ec1a2e39a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade patch to detect hunks that start after a false start.</title>
<updated>2008-10-23T21:44:30+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-10-23T21:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bdf037ff5e1b933d624ac74c62c5c1eb14464737'/>
<id>urn:sha1:bdf037ff5e1b933d624ac74c62c5c1eb14464737</id>
<content type='text'>
Imagine a hunk that starts with a blank line, but the site to patch starts
with two blank lines.  Before we'd read the first blank line, think it was the
start of the hunk and buffer it, read the second blank line, notice that it
didn't match the second line of the hunk, and discard _both_ buffered lines of
context (writing them to the output file) without checking that one of the
later context lines might have been the real start of the hunk.

Make it re-check the rest of the buffered context for matches each time it
discards a line of buffered context.
</content>
</entry>
<entry>
<title>Tweak from Roberto Foglietta.</title>
<updated>2008-07-18T13:43:18+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-07-18T13:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e824ed1b5a1d7a6c839348cf4636ceb9972e7a11'/>
<id>urn:sha1:e824ed1b5a1d7a6c839348cf4636ceb9972e7a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roberto Foglietta pointed out that readall() needs fdlength() to restore</title>
<updated>2008-07-18T10:43:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-07-18T10:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f15387d8d3a383cd83f4bae8eb4c7dc6a15210d5'/>
<id>urn:sha1:f15387d8d3a383cd83f4bae8eb4c7dc6a15210d5</id>
<content type='text'>
the original position before exiting.
</content>
</entry>
<entry>
<title>Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len.</title>
<updated>2008-07-18T09:15:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-07-18T09:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=15b231591d3e95d502b2cee1d7d6192177230c15'/>
<id>urn:sha1:15b231591d3e95d502b2cee1d7d6192177230c15</id>
<content type='text'>
</content>
</entry>
</feed>
