Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -0/+3 |
| | |||||
* | - Fixed bug where you couldn't mix line number and regexes in two-address cmds | Mark Whitley | 2001-06-11 | 1 | -1/+9 |
| | | | | | | - Fixed bug where you couldn't use two addresses for a 'c' cmd - Moved the do_sed_cmd function into process_file to simplify some things - Reduced a buncha lines of code in the process | ||||
* | More shell / quoting testcases from Larry. | Mark Whitley | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | 'Nother patch from Larry to fix a buglet in how the line gets sed-ified. | Mark Whitley | 2001-05-24 | 1 | -2/+21 |
| | | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases. | ||||
* | Added support for grep -e and grep -f, closes bug #1164. Also added some | Mark Whitley | 2001-05-24 | 1 | -1/+2 |
| | | | | testcases for these new features. | ||||
* | Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoid | Mark Whitley | 2001-05-24 | 1 | -33/+57 |
| | | | | a bash2-ism and quote variables that contain strings. | ||||
* | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | Added some testcases for grep and sed (many more could still be added) | Mark Whitley | 2001-05-14 | 1 | -0/+13 |
| | |||||
* | Some more tests for cut. Craig Matsuura said he saw some problems along these | Mark Whitley | 2001-03-27 | 1 | -0/+6 |
| | | | | lines. "Works for me", but we'll keep these tests around for regression. | ||||
* | Added some tests for some recently found / fixed bugs in the shell. | Mark Whitley | 2001-03-15 | 1 | -1/+6 |
| | |||||
* | Some new testcases, some improvements to the tester.sh script. | Mark Whitley | 2001-03-13 | 1 | -44/+70 |
| | |||||
* | Created new regression testing framework with a number of testcases (many more | Mark Whitley | 2001-03-10 | 1 | -0/+301 |
can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.) |