| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r244407,r244409: | Eitan Adler | 2013-02-03 | 2 | -1/+6 |
| * | MFC: r236338, r236339, r236346, r236347, r236365, & r236977 | David E. O'Brien | 2012-06-14 | 21 | -0/+79 |
| * | printf: Allow multibyte characters for '<char> form, avoid negative codes. | Jilles Tjoelker | 2011-05-28 | 3 | -1/+5 |
| * | sed: Add test for r217133 (-i race). | Jilles Tjoelker | 2011-01-08 | 2 | -0/+84 |
| * | printf: Test that the "--" option terminator works. | Jilles Tjoelker | 2010-12-08 | 2 | -1/+3 |
| * | tr: Fix '[=]=]' equivalence class. | Jilles Tjoelker | 2010-09-29 | 3 | -1/+5 |
| * | o The typo was intended as it stated in the comment. Revert last. | Maxim Konovalov | 2010-06-04 | 1 | -1/+1 |
| * | o Fix typo: .uudef -> .undef. | Maxim Konovalov | 2010-06-04 | 1 | -1/+1 |
| * | Fix stuttering sequences and reverse ranges | Brian Somers | 2010-06-02 | 4 | -1/+44 |
| * | Replace -b with -C and -B (as proposed by Alexander). | Edwin Groothuis | 2010-03-21 | 1 | -34/+37 |
| * | Create regression tests for ncal: | Edwin Groothuis | 2010-03-14 | 93 | -1/+1332 |
| * | - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. | Jaakko Heinonen | 2010-03-05 | 8 | -1/+40 |
| * | Add missing newline in last line of file. | Ulrich Spörlein | 2010-02-16 | 1 | -1/+1 |
| * | - Implement -q option for pgrep(1). | Pawel Jakub Dawidek | 2010-02-12 | 1 | -0/+38 |
| * | Add ability to search up the directory hierarchy for the system directory. | David E. O'Brien | 2010-01-04 | 19 | -0/+88 |
| * | Fix formatting. | David E. O'Brien | 2010-01-04 | 2 | -2/+2 |
| * | There are actually 129 tests here. | David E. O'Brien | 2010-01-04 | 1 | -1/+1 |
| * | Catch up with UNIX98-style PTY's. | David E. O'Brien | 2010-01-04 | 2 | -2/+8 |
| * | 'prove -r' isn't as smart as grog thought. | David E. O'Brien | 2010-01-04 | 1 | -9/+1 |
| * | You need to be root to run this test. | David E. O'Brien | 2010-01-04 | 1 | -0/+5 |
| * | Don't process 'lastcomm' if "AUTOMATED" is defined. | David E. O'Brien | 2010-01-04 | 1 | -1/+4 |
| * | It is expected these are chmod +x. | David E. O'Brien | 2010-01-04 | 1 | -0/+0 |
| * | Regression test for r201456. | David E. O'Brien | 2010-01-04 | 5 | -0/+25 |
| * | Provide clean output with 'prove -r'. | David E. O'Brien | 2010-01-03 | 1 | -2/+2 |
| * | Don't read the newline character to line buffer because lines are passed | Jaakko Heinonen | 2009-12-12 | 13 | -1/+53 |
| * | IEEE Std 1003.1, 2004 Edition states: | Diomidis Spinellis | 2009-09-20 | 3 | -0/+6 |
| * | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Diomidis Spinellis | 2009-09-20 | 2 | -0/+5 |
| * | Add correct test results. | Diomidis Spinellis | 2009-09-20 | 3 | -0/+42 |
| * | Describe how other systems treat this case. | Diomidis Spinellis | 2009-09-20 | 1 | -1/+5 |
| * | Allow [ to be used as a delimiter. | Diomidis Spinellis | 2009-09-20 | 1 | -0/+9 |
| * | The transition to Subversion allows us to rename files without | Diomidis Spinellis | 2009-09-20 | 124 | -9/+7 |
| * | Fix some uninitialise variables. | Brian Somers | 2009-07-08 | 2 | -1/+102 |
| * | Regression test the 'addr1,+N' feature added in r192732 | Brian Somers | 2009-05-25 | 3 | -0/+10 |
| * | Rename files that collide on case-insensitive file systems by encoding | Robert Watson | 2009-03-10 | 3 | -0/+0 |
| * | Allow jot(1) regression tests to be checked out on Windows filesystems. | Ed Schouten | 2009-01-16 | 2 | -1/+1 |
| * | Add a test for the "or more" part of the following POSIX specification. | Diomidis Spinellis | 2008-11-11 | 2 | -1/+3 |
| * | Attach the tr(1) regression tests to the build. | Giorgos Keramidas | 2008-01-13 | 1 | -1/+1 |
| * | Add a new set of regression tests, for the tr(1) utility. | Giorgos Keramidas | 2008-01-13 | 17 | -0/+97 |
| * | Make the reported number of tests match their actual number. | Diomidis Spinellis | 2007-12-16 | 1 | -1/+1 |
| * | cd to the correct directory so that the tests can be run from prove(1) | Diomidis Spinellis | 2007-12-16 | 1 | -0/+1 |
| * | Add a test case for sed(1) regression - we should not ignore case | Xin LI | 2007-07-06 | 2 | -0/+5 |
| * | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. | Suleiman Souhlal | 2007-07-04 | 3 | -0/+10 |
| * | Don't forget to clear out the hold space for each subsequent file | Yaroslav Tykhiy | 2007-06-12 | 1 | -1/+2 |
| * | Updated tests for changed features. | Greg Lehey | 2007-06-09 | 24 | -10/+68 |
| * | Use correct comment syntax for $FreeBSD$. This file gets put through | Greg Lehey | 2007-06-04 | 1 | -1/+5 |
| * | Add regression tests for calendar. | Greg Lehey | 2007-06-03 | 19 | -1/+461 |
| * | Add sparc64 regression test files. | Diomidis Spinellis | 2007-05-24 | 2 | -0/+64 |
| * | Modify file generation instructions to remove the tty field: | Diomidis Spinellis | 2007-05-24 | 1 | -1/+2 |
| * | Regression tests for sparc64 record formats. | Diomidis Spinellis | 2007-05-22 | 2 | -0/+0 |
| * | Regression tests for amd64 file and record formats. | Diomidis Spinellis | 2007-05-22 | 4 | -0/+56 |