<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/testsuite/bunzip2.tests, branch join2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=join2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=join2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2019-05-26T11:51:41+00:00</updated>
<entry>
<title>testsuite: fix bunzip2.tests expectations</title>
<updated>2019-05-26T11:51:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-26T11:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b2c123d484dbe261758f27ced213f4649173803b'/>
<id>urn:sha1:b2c123d484dbe261758f27ced213f4649173803b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bzip2: fix two crashes on corrupted archives</title>
<updated>2018-04-08T18:05:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-08T18:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=38ccd6af8abbafff98d458a1c62909acfc09a514'/>
<id>urn:sha1:38ccd6af8abbafff98d458a1c62909acfc09a514</id>
<content type='text'>
As it turns out, longjmp'ing into freed stack is not healthy...

function                                             old     new   delta
unpack_usage_messages                                  -      97     +97
unpack_bz2_stream                                    369     409     +40
get_next_block                                      1667    1677     +10
get_bits                                             156     155      -1
start_bunzip                                         212     183     -29
bb_show_usage                                        181     120     -61
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/3 up/down: 147/-91)            Total: 56 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>decompress_bunzip2: handle concatenated .bz2 files</title>
<updated>2010-10-28T21:08:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-10-28T21:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=caddfc83399ab783f032dbe23f3b10a5bd85414f'/>
<id>urn:sha1:caddfc83399ab783f032dbe23f3b10a5bd85414f</id>
<content type='text'>
function                                             old     new   delta
unpack_bz2_stream                                    207     307    +100
start_bunzip                                         199     209     +10
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 110/0)             Total: 110 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>testsuite: show the number of failures after a test run</title>
<updated>2010-08-29T02:47:03+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2010-08-29T02:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=140ac91fe154c9a1bb33cba38380c3cc81e1cf15'/>
<id>urn:sha1:140ac91fe154c9a1bb33cba38380c3cc81e1cf15</id>
<content type='text'>
Signed-off-by: Dan Fandrich &lt;dan@coneharvesters.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bunzip2.tests: replace $? with \$?</title>
<updated>2010-01-17T18:08:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-17T18:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=96a6bdcb7764a5616f2b9759226d1097ab489615'/>
<id>urn:sha1:96a6bdcb7764a5616f2b9759226d1097ab489615</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>touch: implement -d --date (our own testsuite needs that)</title>
<updated>2009-07-18T01:41:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-18T01:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7aca89a7a32a1e560c447952c28a8b1e7fb775fc'/>
<id>urn:sha1:7aca89a7a32a1e560c447952c28a8b1e7fb775fc</id>
<content type='text'>
function                                             old     new   delta
static.uname_longopts                                  -     137    +137
touch_main                                           231     360    +129
static.touch_longopts                                  -      32     +32
validate_tm_time                                       -      28     +28
packed_usage                                       26616   26624      +8
date_main                                            687     686      -1
static.longopts                                      162       -    -162
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 2/1 up/down: 334/-163)          Total: 171 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>date: factor out date parsing (in preparation for touch -d)</title>
<updated>2009-07-18T01:40:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-18T01:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=73b71f381d24218cf6368364be723a7b5c9aeda9'/>
<id>urn:sha1:73b71f381d24218cf6368364be723a7b5c9aeda9</id>
<content type='text'>
function                                             old     new   delta
parse_datestr                                          -     391    +391
sha512_process_block128                             1283    1310     +27
buffer_fill_and_print                                179     196     +17
nexpr                                                826     840     +14
unzip_main                                          1931    1939      +8
popstring                                            134     140      +6
qrealloc                                              33      36      +3
builtin_umask                                        121     123      +2
evalvar                                             1365    1363      -2
changepath                                           194     192      -2
do_compress                                         1698    1688     -10
hwclock_main                                         340     329     -11
cmdputs                                              414     402     -12
identify                                            4343    4329     -14
date_main                                           1186     687    -499
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 7/7 up/down: 468/-550)          Total: -82 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>testsuite: uniformly use $ECHO with -n -e</title>
<updated>2008-07-11T21:41:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-11T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=abe49fa54fbd4d13f8424532abced8c3bc9afd0c'/>
<id>urn:sha1:abe49fa54fbd4d13f8424532abced8c3bc9afd0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bunzip2: fix an uncompression error. Add the example to testsuite.</title>
<updated>2008-06-26T20:27:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-26T20:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5fb79535eee16cada7748ceb38130b81e24c21b8'/>
<id>urn:sha1:5fb79535eee16cada7748ceb38130b81e24c21b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix unpacker testsuite to match actual output</title>
<updated>2007-07-18T18:47:13+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-18T18:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=de1c8b2e920996af143dfe75c370117c60579727'/>
<id>urn:sha1:de1c8b2e920996af143dfe75c370117c60579727</id>
<content type='text'>
</content>
</entry>
</feed>
