Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-11 | - Fixed bug where you couldn't mix line number and regexes in two-address cmds | Mark Whitley | |
- 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 | |||
2001-05-24 | More shell / quoting testcases from Larry. | Mark Whitley | |
2001-05-24 | 'Nother patch from Larry to fix a buglet in how the line gets sed-ified. | Mark Whitley | |
Also, more testcases and comments on bugs and formatting differences in some of the testcases. | |||
2001-05-24 | Added support for grep -e and grep -f, closes bug #1164. Also added some | Mark Whitley | |
testcases for these new features. | |||
2001-05-24 | Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoid | Mark Whitley | |
a bash2-ism and quote variables that contain strings. | |||
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen | |
2001-05-14 | Added some testcases for grep and sed (many more could still be added) | Mark Whitley | |
2001-03-27 | Some more tests for cut. Craig Matsuura said he saw some problems along these | Mark Whitley | |
lines. "Works for me", but we'll keep these tests around for regression. | |||
2001-03-15 | Added some tests for some recently found / fixed bugs in the shell. | Mark Whitley | |
2001-03-13 | Some new testcases, some improvements to the tester.sh script. | Mark Whitley | |
2001-03-10 | Created new regression testing framework with a number of testcases (many more | Mark Whitley | |
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.) |