- fix bug where we did not reject invalid classes like '[[:alpha'
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 30 Mar 2007 14:43:27 +0000 (14:43 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 30 Mar 2007 14:43:27 +0000 (14:43 -0000)
commiteceecea568a483a3acec2d4c03228b39ae2d6501
tree7faa56bbba59529be6f671026ae97bda84267917
parent52a9db6bb874c9ce7a8b7e935ba3ebbefdf3f7d4
- fix bug where we did not reject invalid classes like '[[:alpha'
- 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
coreutils/tr.c
libbb/compare_string_array.c
testsuite/tr/tr-d-alnum-works [new file with mode: 0644]
testsuite/tr/tr-d-works
testsuite/tr/tr-rejects-wrong-class [new file with mode: 0644]
testsuite/tr/tr-works