<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/include, 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-06-12T13:51:29+00:00</updated>
<entry>
<title>post-1.16.1 fixes</title>
<updated>2010-06-12T13:51:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-12T13:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d0db975a9f399140ddb7dacdfffaf098df3e249b'/>
<id>urn:sha1:d0db975a9f399140ddb7dacdfffaf098df3e249b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<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>*: small code shrinks and compile fix for unicode</title>
<updated>2010-01-20T01:51:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-20T01:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=94ca6943bc5266b0f3e6fc180814e184d7502442'/>
<id>urn:sha1:94ca6943bc5266b0f3e6fc180814e184d7502442</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME</title>
<updated>2010-01-20T01:47:37+00:00</updated>
<author>
<name>Mikhail Gusarov</name>
<email>dottedmag@dottedmag.net</email>
</author>
<published>2010-01-19T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0d478334b3e6f644f26518c31117b25134a2678a'/>
<id>urn:sha1:0d478334b3e6f644f26518c31117b25134a2678a</id>
<content type='text'>
function                                             old     new   delta
.rodata                                             2731    2779     +48
usage_messages                                       432     471     +39
tar_main                                             603     614     +11
tar_longopts                                         211     219      +8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 106/0)             Total: 106 bytes

Signed-off-by: Mikhail Gusarov &lt;dottedmag@dottedmag.net&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>diff: implement flag -B (Ignore changes whose lines are all blank)</title>
<updated>2010-01-20T01:45:05+00:00</updated>
<author>
<name>Matheus Izvekov</name>
<email>mizvekov@gmail.com</email>
</author>
<published>2010-01-18T18:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fe1ce2e43e612d7b07118cf139a8b61d76bea893'/>
<id>urn:sha1:fe1ce2e43e612d7b07118cf139a8b61d76bea893</id>
<content type='text'>
&gt;&gt;From 7c3ce93213590bd0592435dc27d1272d0fd3309b Mon Sep 17 00:00:00 2001
From: Matheus Izvekov &lt;mizvekov@gmail.com&gt;
Date: Mon, 18 Jan 2010 15:52:31 -0200
Subject: [PATCH] diff: implement flag -B (Ignore changes whose lines are all blank)

function                                             old     new   delta
diffreg                                             1196    1240     +44
.rodata                                             6538    6561     +23
packed_usage                                         457     478     +21
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 88/0)               Total: 88 bytes
   text	   data	    bss	    dec	    hex	filename
  70123	    733	   8576	  79432	  13648	busybox_old
  70190	    733	   8576	  79499	  1368b	busybox_unstripped

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: 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>trim usage text a bit; fix cp usage (meaning of -H option)</title>
<updated>2010-01-15T21:30:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-15T21:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d084cb9dc70bfe4a56c2b4b83801ef8d991725f4'/>
<id>urn:sha1:d084cb9dc70bfe4a56c2b4b83801ef8d991725f4</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       26596   26540     -56

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>
