<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox.git/coreutils/printf.c, branch 1_7_4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/'/>
<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.belthelziquor.com/busybox.git/commit/?id=b6adbf1be29841501cc49917249e85f273e1df7c'/>
<id>b6adbf1be29841501cc49917249e85f273e1df7c</id>
<content type='text'>
*: s/include "busybox.h"/include "libbb.h"

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*: s/include "busybox.h"/include "libbb.h"

</pre>
</div>
</content>
</entry>
<entry>
<title>printf: allow hex/oct numbers; move functions around</title>
<updated>2007-03-09T16:43:01+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-03-09T16:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=339f5eb2e0676da591150015e157c38c4ab52a3e'/>
<id>339f5eb2e0676da591150015e157c38c4ab52a3e</id>
<content type='text'>
so that we have no forward declarations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that we have no forward declarations
</pre>
</div>
</content>
</entry>
<entry>
<title>suppress warnings about easch &lt;applet&gt;_main() having</title>
<updated>2007-02-03T17:28:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-02-03T17:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=06af2165288cd6516b89001ec9e24992619230e0'/>
<id>06af2165288cd6516b89001ec9e24992619230e0</id>
<content type='text'>
no preceding prototype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no preceding prototype
</pre>
</div>
</content>
</entry>
<entry>
<title>preparatory patch for -Wwrite-strings #1</title>
<updated>2007-01-29T22:51:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-01-29T22:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=a41fdf331af344ecd3ec230a072857ea197e1890'/>
<id>a41fdf331af344ecd3ec230a072857ea197e1890</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>safe_strtoXX interface proved to be a bit unconvenient.</title>
<updated>2006-11-27T14:43:21+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-27T14:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=d686a045c8134d3a42fa5cc6b2e09118e08d603f'/>
<id>d686a045c8134d3a42fa5cc6b2e09118e08d603f</id>
<content type='text'>
Remove it, introduce saner bb_strtoXX.
Saved ~350 bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove it, introduce saner bb_strtoXX.
Saved ~350 bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt to regularize atoi mess.</title>
<updated>2006-10-08T12:49:22+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-08T12:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=1385899416a4396385ad421ae1f532be7103738a'/>
<id>1385899416a4396385ad421ae1f532be7103738a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded #includes, fix indentation</title>
<updated>2006-09-23T16:01:09+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-09-23T16:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=c290563319b61c8230deca52ab625d8dc335e2d3'/>
<id>c290563319b61c8230deca52ab625d8dc335e2d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- make append_option and multiconvert static.</title>
<updated>2006-04-03T15:46:14+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-04-03T15:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=101a470068a62a70489797a3fdfa5084af80106e'/>
<id>101a470068a62a70489797a3fdfa5084af80106e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more busybox's style: close bug 745</title>
<updated>2006-02-28T10:15:42+00:00</updated>
<author>
<name>"Vladimir N. Oleynik"</name>
<email>dzo@simtreas.ru</email>
</author>
<published>2006-02-28T10:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=5c2b238b3a99442d6445faf881e1557413e044c6'/>
<id>5c2b238b3a99442d6445faf881e1557413e044c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>just whitespace</title>
<updated>2006-01-25T00:08:53+00:00</updated>
<author>
<name>Tim Riker</name>
<email>tim@rikers.org</email>
</author>
<published>2006-01-25T00:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4'/>
<id>c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
