Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incorrect comments and add a test. (Shmuel) | Reuben Thomas | 2010-10-04 | 1 | -3/+1 |
| | |||||
* | Change name of flag in test. | Reuben Thomas | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Fix permissions: remove spurious executable permissions. | Reuben Thomas | 2010-08-01 | 1 | -0/+0 |
| | |||||
* | Implement reverse searching in GNU, and add a test for it. | Reuben Thomas | 2010-07-31 | 1 | -0/+1 |
| | |||||
* | Fix two that use the “not beginning of line” flag (POSIX & GNU). They | Reuben Thomas | 2010-07-31 | 1 | -1/+1 |
| | | | | | | | erroneously had the subject “^abc”, not “abc”, so would always pass (because the pattern “^abc” would never match). Of course, they still pass with the flag set, but I have confirmed that they now fail with the flag removed (whereas before they passed). | ||||
* | Add test for execution flags. | Reuben Thomas | 2010-07-30 | 1 | -0/+14 |
| | |||||
* | Add GNU-specific test (of translation tables). | Reuben Thomas | 2010-07-30 | 1 | -0/+38 |