busybox current status

Denis Vlasenko vda.linux at googlemail.com
Sat Dec 2 14:27:35 PST 2006


On Saturday 02 December 2006 23:07, Rob Landley wrote:
> On Saturday 02 December 2006 4:53 pm, Roberto A. Foglietta wrote:
> > [roberto at nbraf busybox]$ tar xvjf busybox-20061201.tar.bz2
> > [roberto at nbraf busybox]$ cd busybox
> > [roberto at nbraf busybox]$ patch -p1 < ../../sed_rev16754.patch
> > [roberto at nbraf busybox]$ echo -n thingy >z1
> > [roberto at nbraf busybox]$ echo -n again >z2
> > [roberto at nbraf busybox]$ ./busybox sed "s/i/z/" z1 z2 | hexdump -vC
> > 00000000 74 68 7a 6e 67 79 61 67 61 7a 6e |thzngyagazn|
> > 0000000b
> > [roberto at nbraf busybox]$ sed "s/i/z/" z1 z2 | hexdump -vC
> > 00000000 74 68 7a 6e 67 79 0a 61 67 61 7a 6e |thzngy.agazn|
> > 0000000c
> 
> svn 16070 is the last version of this I made a code change to, and that worked 
> just fine.

sed NUL support was added to svn in two patches. Second one
fixes this issue. Already in svn. There are still unfixed
problems, but there are no regressions.
--
vda



More information about the busybox mailing list