bug#9569: :upper: and :lower: not working with tr and utf8 characters

2011-09-21 Thread Milos Sramek
Hello, there seems to be a bug in tr: utf8 characters are not converted using :upper: and :lower: For example: $ echo lľsšcčtťzž | tr [:lower:] [:upper:] LľSšCčTťZž AWK does it correctly $ echo lľsšcčtťzž | awk '{ print toupper($0) }' LĽSŠCČTŤZŽ Used system: Ubuntu 10.10, my locale settings are

bug#9568: Bug#642291: FTBFS on powerpc: misc/seq-long-double test fails, should be skipped

2011-09-21 Thread Michael Stone
On Wed, Sep 21, 2011 at 10:18:47AM +0200, Michel Dänzer wrote: The test fails because it doesn't pass $CFLAGS to the compiler. The attached patch fixes this, so the test is skipped as expected. The point wasn't to skip the test, it was to fix the bug. :-) Unfortunately, the CFLAGS change doesn