<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/testsuite, branch old</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=old</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=old'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-03-30T14:43:27+00:00</updated>
<entry>
<title>- fix bug where we did not reject invalid classes like '[[:alpha'</title>
<updated>2007-03-30T14:43:27+00:00</updated>
<author>
<name>aldot</name>
<email>aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-30T14:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=835be9660f5948f6d638432451eaee7633c5e0d1'/>
<id>urn:sha1:835be9660f5948f6d638432451eaee7633c5e0d1</id>
<content type='text'>
- debloat while at it:
   text    data     bss     dec     hex filename
   1554       0      19    1573     625 tr.o.oorig
   1357       0      16    1373     55d tr.o


git-svn-id: svn://busybox.net/trunk/busybox@18281 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>fix accumulated whitespace and indentation damage</title>
<updated>2007-03-20T11:30:28+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-20T11:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9dbd94421304e4bfca9dfb4883a7299b3fb2fe27'/>
<id>urn:sha1:9dbd94421304e4bfca9dfb4883a7299b3fb2fe27</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@18176 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>sed: fix very obscure case of escaped newline in sed command</title>
<updated>2007-03-16T23:36:58+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-16T23:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f81ff1ca575ee292ff774be3ee51257f0b9f5a8'/>
<id>urn:sha1:4f81ff1ca575ee292ff774be3ee51257f0b9f5a8</id>
<content type='text'>
(needed for uclibc build, btw). Add testcase for it.


git-svn-id: svn://busybox.net/trunk/busybox@18128 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>missed end-of-line</title>
<updated>2007-03-07T23:08:26+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-07T23:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7db358cb69247b35b6e9cb12d5c48a8fa4aa9eca'/>
<id>urn:sha1:7db358cb69247b35b6e9cb12d5c48a8fa4aa9eca</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@18030 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>bunzip2/gunzip/uncompress/unlzma: merge into common code -</title>
<updated>2007-03-07T22:02:23+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-07T22:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c3c22a237b88e73f294ff2b9f91b1d2c42d105d4'/>
<id>urn:sha1:c3c22a237b88e73f294ff2b9f91b1d2c42d105d4</id>
<content type='text'>
fix few corner cases, reduce size by 450 bytes. Update testsuite.


git-svn-id: svn://busybox.net/trunk/busybox@18025 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>stop using bash'isms ('function')</title>
<updated>2007-02-25T00:40:37+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-02-25T00:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4a40e650e657a20021c17e66f37c27f5eb08f965'/>
<id>urn:sha1:4a40e650e657a20021c17e66f37c27f5eb08f965</id>
<content type='text'>
runtest: do not depend on busybox.links


git-svn-id: svn://busybox.net/trunk/busybox@17973 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>sort: fix multiple -k (was ignoring all except last)</title>
<updated>2007-02-17T18:11:45+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-02-17T18:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8aea7ebb51f7d0b978900de01e2fb3b171497129'/>
<id>urn:sha1:8aea7ebb51f7d0b978900de01e2fb3b171497129</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@17919 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>add to testsuite and fix yet another sed corner case</title>
<updated>2007-01-29T17:10:19+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-01-29T17:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f8c312083a59153e627f3795581663bc1afe03fa'/>
<id>urn:sha1:f8c312083a59153e627f3795581663bc1afe03fa</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@17639 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>sed: fix 2 bugs (one testsuite entry + one newly found)</title>
<updated>2007-01-29T14:31:47+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-01-29T14:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=23620f1f7d2e58f9b44c1c9d0e57bd9d86937e6d'/>
<id>urn:sha1:23620f1f7d2e58f9b44c1c9d0e57bd9d86937e6d</id>
<content type='text'>
but more importantly make code more understandable


git-svn-id: svn://busybox.net/trunk/busybox@17632 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>fix all known regressions with sed and also make it simpler</title>
<updated>2007-01-28T23:26:15+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-01-28T23:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=938e84dc19a2ad67c3ee7260ed28ff0cefb2994b'/>
<id>urn:sha1:938e84dc19a2ad67c3ee7260ed28ff0cefb2994b</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@17608 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
</feed>
