<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb/bb_strtonum.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2017-10-05T12:40:24+00:00</updated>
<entry>
<title>whitespace and comment format fixes, no code changes</title>
<updated>2017-10-05T12:40:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-10-05T12:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ebe6d9d8758d36e03cf39b6587597c67ab778436'/>
<id>urn:sha1:ebe6d9d8758d36e03cf39b6587597c67ab778436</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb/bb_strtonum: always set end ptr, even on error return</title>
<updated>2011-12-22T12:00:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-12-22T12:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ba6587295053f369d6e2e9b788f42b49e1baced5'/>
<id>urn:sha1:ba6587295053f369d6e2e9b788f42b49e1baced5</id>
<content type='text'>
function                                             old     new   delta
handle_errors                                         69      61      -8

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>s/othervise/otherwise/g</title>
<updated>2008-07-23T08:41:08+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-23T08:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=49a5eba9ae7d560bbbbdc677712091acee4f426c'/>
<id>urn:sha1:49a5eba9ae7d560bbbbdc677712091acee4f426c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174</title>
<updated>2008-07-18T18:17:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-18T18:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f19817ddc2f2162803b19448ea2b23b1209911dd'/>
<id>urn:sha1:f19817ddc2f2162803b19448ea2b23b1209911dd</id>
<content type='text'>
function                                             old     new   delta
bb_strtol                                             82      85      +3
handle_errors                                         75      66      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 3/-9)               Total: -6 bytes

</content>
</entry>
<entry>
<title>bb_strtoXXX: close bug 4174 (potential use of buf[-1])</title>
<updated>2008-07-17T08:48:13+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-17T08:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=416914fc6115d2013433a5956febcffb5c8a0466'/>
<id>urn:sha1:416914fc6115d2013433a5956febcffb5c8a0466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sleep: if FANCY &amp;&amp; DESKTOP, support fractional seconds, minutes,</title>
<updated>2008-07-12T17:05:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-12T17:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=adbb73bda7c0ff75caceaf6ad29187293f0afd3f'/>
<id>urn:sha1:adbb73bda7c0ff75caceaf6ad29187293f0afd3f</id>
<content type='text'>
 hours and so on. It's coreutils compat. bloatcheck is atrocious :(

function                                             old     new   delta
sleep_main                                            71     362    +291
bb_strtod                                              -     127    +127
make_device                                         1269    1294     +25
getoptscmd                                           708     713      +5
switch_root_main                                     402     401      -1
display_speed                                         90      85      -5
show_entry                                           295     289      -6
parse_expr                                           841     833      -8
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/4 up/down: 448/-20)           Total: 428 bytes

</content>
</entry>
<entry>
<title>*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on</title>
<updated>2008-06-27T02:52:20+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-27T02:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=defc1ea34074e7882724c460260d307cdf981a70'/>
<id>urn:sha1:defc1ea34074e7882724c460260d307cdf981a70</id>
<content type='text'>
   text    data     bss     dec     hex filename
 808035     611    6868  815514   c719a busybox_old
 804472     611    6868  811951   c63af busybox_unstripped

</content>
</entry>
<entry>
<title>merge post-1.3.0 fixes</title>
<updated>2006-12-26T18:17:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-26T18:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=666da5e2c6edec979966d16771818b32dcfafe04'/>
<id>urn:sha1:666da5e2c6edec979966d16771818b32dcfafe04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug in new str -&gt; num convertors</title>
<updated>2006-11-28T10:54:16+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-11-28T10:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=df38188367a9fe10cc4efc00d3236be05178ff4e'/>
<id>urn:sha1:df38188367a9fe10cc4efc00d3236be05178ff4e</id>
<content type='text'>
</content>
</entry>
</feed>
