Bug#376819: busybox-static: 'tr' not ready for prime time

2006-07-05 Thread Bastian Blank
tags 376819 fixed-upstream severity 376819 normal thanks On Wed, Jul 05, 2006 at 11:31:23AM +0200, Cristian Ionescu-Idbohrn wrote: > bb coreutils/tr.c svn r15557/r15560 seems to produce the correct > results. The attached patch yields identical results (gnu-tr vs. > bb-tr) on my box, but don't tak

Processed: Re: Bug#376819: busybox-static: 'tr' not ready for prime time

2006-07-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 376819 fixed-upstream Bug#376819: busybox-static: 'tr' not ready for prime time There were no tags set. Tags added: fixed-upstream > severity 376819 normal Bug#376819: busybox-static: 'tr' not ready for prime time Sev

Bug#376819: busybox-static: 'tr' not ready for prime time

2006-07-05 Thread Cristian Ionescu-Idbohrn
Package: busybox-static Version: 1:1.1.3-2 Severity: important testsuite/tr/tr-works (which compares the gnu-tr and bb-tr results) reveals several problems. These are the relevant ones: --- gnu tr --- echo 'abc' | tr '[:alpha:]' 'A-ZA-Z': ABC echo 'abc56' | tr '[:alnum:]' 'A-ZA-Zxx':