<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb, branch 1_6_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_6_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_6_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-06-09T09:07:17+00:00</updated>
<entry>
<title>- pull fix for bug#1383 from trunk (r18782)</title>
<updated>2007-06-09T09:07:17+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-06-09T09:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d08b43f8a572613815b30bf39a44e8ee580150aa'/>
<id>urn:sha1:d08b43f8a572613815b30bf39a44e8ee580150aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete tons of extra #includes</title>
<updated>2007-05-31T22:42:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-31T22:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9a7d38fe2448617df98ecaea7dbe6f3131088586'/>
<id>urn:sha1:9a7d38fe2448617df98ecaea7dbe6f3131088586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use "glibc errno" trick not only for ash, but for entire busybox</title>
<updated>2007-05-31T22:16:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-31T22:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd'/>
<id>urn:sha1:fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd</id>
<content type='text'>
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228)        Total: -89 bytes

</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2007-05-30T00:29:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-30T00:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b'/>
<id>urn:sha1:4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>verror_msg: don't printf(NULL)</title>
<updated>2007-05-29T21:41:28+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-29T21:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4ef7d3a2de3df27dde80a64987202f10aebfe925'/>
<id>urn:sha1:4ef7d3a2de3df27dde80a64987202f10aebfe925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usage.c: remove reference to busybox.h</title>
<updated>2007-05-26T19:00:18+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-26T19:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b6adbf1be29841501cc49917249e85f273e1df7c'/>
<id>urn:sha1:b6adbf1be29841501cc49917249e85f273e1df7c</id>
<content type='text'>
*: s/include "busybox.h"/include "libbb.h"

</content>
</entry>
<entry>
<title>xpipe: introduce (saves ~170 bytes)</title>
<updated>2007-05-26T16:44:20+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-26T16:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a6aeddfa7262e41802c77f70c9ef88e9c2c2476'/>
<id>urn:sha1:5a6aeddfa7262e41802c77f70c9ef88e9c2c2476</id>
<content type='text'>
udhcp/signalpipe.c: use pipe instead of socketpair.

</content>
</entry>
<entry>
<title>hush: fix handling of unmatched ${name  (without closing '}') -</title>
<updated>2007-05-24T12:18:16+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-24T12:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b055001b6a69cf8fd513d36622cf693ee20c0e92'/>
<id>urn:sha1:b055001b6a69cf8fd513d36622cf693ee20c0e92</id>
<content type='text'>
was eating all remaining input, potentially megabytes.
nofork: save/restore die_jmp too
nofork: use -2222 instead of -111 as "special" return valur for zero
(-111 is used by some applets. -2222 won't fit in exitcode and thus safer)
</content>
</entry>
<entry>
<title>more compile fixes from randomconfig run</title>
<updated>2007-05-17T13:02:41+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-17T13:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=96f67dc69d251168ea1c0adfaf6ff126d5dcbd36'/>
<id>urn:sha1:96f67dc69d251168ea1c0adfaf6ff126d5dcbd36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trivial compile errors found by randomconfig run</title>
<updated>2007-05-17T12:58:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-17T12:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9'/>
<id>urn:sha1:d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9</id>
<content type='text'>
</content>
</entry>
</feed>
