<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/coreutils, branch 1_16_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_16_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_16_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-03-28T18:01:31+00:00</updated>
<entry>
<title>apply post-1.16.0 fixes, bump version to 1.16.1</title>
<updated>2010-03-28T18:01:31+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-28T18:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=58cdca3984beb4e1019ef5ccf1dd7361f032a9a6'/>
<id>urn:sha1:58cdca3984beb4e1019ef5ccf1dd7361f032a9a6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2010-01-24T21:52:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-24T21:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6b01b71e8370c58787318d5fca06db2074f95c55'/>
<id>urn:sha1:6b01b71e8370c58787318d5fca06db2074f95c55</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: better unicode width support. Hopefully fixes bug 839.</title>
<updated>2010-01-24T06:44:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-24T06:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9f93d621925966c22ee51fdcb5def8e131596f9b'/>
<id>urn:sha1:9f93d621925966c22ee51fdcb5def8e131596f9b</id>
<content type='text'>
Also opens up a possibility to make other unicode stuff smaller
and more correct later. but:

function                                             old     new   delta
static.combining                                       -     516    +516
bb_wcwidth                                             -     328    +328
unicode_cut_nchars                                     -     141    +141
mbstowc_internal                                       -      93     +93
in_table                                               -      78     +78
cal_main                                             899     961     +62
static.combining0x10000                                -      40     +40
unicode_strlen                                         -      31     +31
bb_mbstrlen                                           31       -     -31
bb_mbstowcs                                          173     102     -71
------------------------------------------------------------------------------
(add/remove: 7/1 grow/shrink: 1/1 up/down: 1289/-102)        Total: 1187 bytes

Uses code of Markus Kuhn, which is in public domain:
http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
"Permission to use, copy, modify, and distribute this software
 for any purpose and without fee is hereby granted. The author
 disclaims all warranties with regard to this software."

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>date: introduce FEATURE_DATE_COMPAT; shrink</title>
<updated>2010-01-23T22:37:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-23T22:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5da9f96ad85a2d9119d92c7a3d89deca7d904210'/>
<id>urn:sha1:5da9f96ad85a2d9119d92c7a3d89deca7d904210</id>
<content type='text'>
function                                             old     new   delta
date_main                                            889     862     -27

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>chown: -2 bytes</title>
<updated>2010-01-22T23:13:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-22T23:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9882b34fe22ad55d554fd4451387e472fcc69e8b'/>
<id>urn:sha1:9882b34fe22ad55d554fd4451387e472fcc69e8b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>chown: support long options</title>
<updated>2010-01-22T23:10:40+00:00</updated>
<author>
<name>Matheus Izvekov</name>
<email>mizvekov@gmail.com</email>
</author>
<published>2010-01-21T21:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=31416d589ebb34eeab1af151dd50015105e3db98'/>
<id>urn:sha1:31416d589ebb34eeab1af151dd50015105e3db98</id>
<content type='text'>
function                                             old     new   delta
chown_longopts                                         -      81     +81
chown_main                                           182     192     +10

Signed-off-by: Matheus Izvekov &lt;mizvekov@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ls: fix sort of very large files. +21 byte</title>
<updated>2010-01-18T12:02:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-18T12:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7be97c5b6b0f186edd893ce3696047709f638cf6'/>
<id>urn:sha1:7be97c5b6b0f186edd893ce3696047709f638cf6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fix examples which used non-standard cut -b0-NNN</title>
<updated>2010-01-18T11:25:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-18T11:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=573ba4e92e920df656e80ccdb11677315843ba7f'/>
<id>urn:sha1:573ba4e92e920df656e80ccdb11677315843ba7f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ls: make it so that group never glues itself to file size</title>
<updated>2010-01-18T00:55:00+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-18T00:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9c3b84a3049a152dd6a2b9e3aecaf897f57ac28e'/>
<id>urn:sha1:9c3b84a3049a152dd6a2b9e3aecaf897f57ac28e</id>
<content type='text'>
+ smaller enhancements: inode is long long; -h is a bit narrower; etc

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>cp: fix -H handling</title>
<updated>2010-01-15T21:05:07+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-15T21:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a40f0624db4c9490d46f116c4c4635dfa68e070c'/>
<id>urn:sha1:a40f0624db4c9490d46f116c4c4635dfa68e070c</id>
<content type='text'>
function                                             old     new   delta
copy_file                                           1495    1518     +23

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
