Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 4 | -2/+27 |
| | | | | | | | - 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 | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | Patch from Jean Wolter: | Rob Landley | 2006-04-19 | 1 | -7/+22 |
| | | | | | | | | | | | | | | | it looks like the introduced support for character classes and equivalence classes is not correct. The attached patch tries to fix some symptoms and tries to make tr behave like gnu tr for the added test cases. The patch - removes if clauses with side effects - fixes handling of buffer pointer (strcat added characters to the buffer without increasing the buffer pointer) - re-arranges character classes to match ASCII order regards, Jean | ||||
* | Kill off the old 'tests' stuff. Write a ton of new tests for the | Eric Andersen | 2004-04-06 | 3 | -0/+14 |
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik |