<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/scripts/bloat-o-meter, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2013-10-16T17:18:05+00:00</updated>
<entry>
<title>bloat-o-meter: add usage info</title>
<updated>2013-10-16T17:18:05+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bartekgola@gmail.com</email>
</author>
<published>2013-10-16T17:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=28a209466f43c22db42dd02baa136ac7ac25069b'/>
<id>urn:sha1:28a209466f43c22db42dd02baa136ac7ac25069b</id>
<content type='text'>
Signed-off-by: Bartosz Golaszewski &lt;bartekgola@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: Remove unused code</title>
<updated>2012-03-30T17:50:39+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2012-03-30T17:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=25dbb0743e58fc91ecb7ff5c793c5519eec45494'/>
<id>urn:sha1:25dbb0743e58fc91ecb7ff5c793c5519eec45494</id>
<content type='text'>
The regex matching is way slower, so remove it since it was disabled
anyway.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: handle huge (hex) sizes.</title>
<updated>2012-03-30T17:26:40+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2012-03-30T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=b1b70969e06658555d07d5cab40fb8a70c251e1b'/>
<id>urn:sha1:b1b70969e06658555d07d5cab40fb8a70c251e1b</id>
<content type='text'>
dynamic symbols with size &gt;99999 are printed in hex.
see print_vma(psym-&gt;st_size, DEC_5)

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: don't require that pythin is in /usr/bin.</title>
<updated>2011-07-08T08:56:58+00:00</updated>
<author>
<name>Lauri Kasanen</name>
<email>curaga@operamail.com</email>
</author>
<published>2011-07-08T08:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=98f213ed7940d70a5ba7ea502469e51da8b0a2b0'/>
<id>urn:sha1:98f213ed7940d70a5ba7ea502469e51da8b0a2b0</id>
<content type='text'>
Signed-off-by: Lauri Kasanen &lt;curaga@operamail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: make it python3 compliant</title>
<updated>2010-10-28T19:39:40+00:00</updated>
<author>
<name>Marek Polacek</name>
<email>mmpolacek@gmail.com</email>
</author>
<published>2010-10-26T00:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=8410ac1a073272affe8acdb0da67e5753ea051f8'/>
<id>urn:sha1:8410ac1a073272affe8acdb0da67e5753ea051f8</id>
<content type='text'>
Python 3 doesn't support the iterkeys() method anymore.  Use
iter(foo.keys()) instead of foo.iterkeys().

Signed-off-by: Marek Polacek &lt;mmpolacek@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: convert to print() calls</title>
<updated>2010-02-07T18:42:48+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-02-07T18:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=eb255752c14634f48c25e634fcf17b2479a160cc'/>
<id>urn:sha1:eb255752c14634f48c25e634fcf17b2479a160cc</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: fix quadric behavior in alias resolution</title>
<updated>2010-02-07T18:26:18+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-02-07T18:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=f16d7c4bdf0d3e97760f9567ad449a968e2bc4eb'/>
<id>urn:sha1:f16d7c4bdf0d3e97760f9567ad449a968e2bc4eb</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: teach it to handle aliases</title>
<updated>2010-02-02T19:09:10+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-01-30T17:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=659507f84e0e25eb0f3d6bfa9a9d807c89fc251e'/>
<id>urn:sha1:659507f84e0e25eb0f3d6bfa9a9d807c89fc251e</id>
<content type='text'>
Previously aliases were counted as full implementation taking up space:
setservent                                            64      55      -9
__GI_setservent                                       64      55      -9
getservent_r                                         420     319    -101
__GI_getservent_r                                    420     319    -101

Teach it to properly handle aliases.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: touchup argv handling</title>
<updated>2009-06-01T20:37:27+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-06-01T20:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=98f74034cd23e708686bda38975fa0691e5be971'/>
<id>urn:sha1:98f74034cd23e708686bda38975fa0691e5be971</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Reported-by: Matt Mackall &lt;mpm@selenic.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: fix tab/space mixing</title>
<updated>2009-06-01T20:34:11+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-06-01T20:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=5177e28e9c8d1d0453f906abbf198d0b13c01bfb'/>
<id>urn:sha1:5177e28e9c8d1d0453f906abbf198d0b13c01bfb</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
