| Age | Commit message (Expand) | Author |
| 2019-08-16 | Pull up following revision(s) (requested by kamil in ticket #65): | martin |
| 2019-07-11 | Fix typo (s/supress/suppress/). | msaitoh |
| 2019-07-10 | Make sure we have enough free inodes before running the filename_expansion | martin |
| 2019-05-04 | Fix an (apparent) ancient ash bug, that was apparently fixed sometime | kre |
| 2019-04-10 | PR bin/54112 | kre |
| 2019-01-22 | Add sub tests to the quoting test case, to demonstrate a parsing | kre |
| 2019-01-21 | Add subtests to verify that both "sleep 0.2" and "sleep 0,2" work | kre |
| 2019-01-09 | Add several sub-tests to the test for the "eval" builtin, | kre |
| 2018-12-12 | Add a new test case for NetBSD specific readonly tests. | kre |
| 2018-12-12 | Add more subtests to the export and readonly built-in commands test cases. | kre |
| 2018-12-05 | Oops, this is 2018, not 2017 ... cut&paste (affects just copyright notice) | kre |
| 2018-12-05 | Add a new test program to test the "intermediate" shell built in | kre |
| 2018-12-04 | Supply a missing \ ... this missing has meant that these tests | kre |
| 2018-11-30 | Add base-256 test (Micha Gorny) | christos |
| 2018-11-27 | Add two new test cases to add more tests for $@ expansions | kre |
| 2018-11-27 | Add a new test case to test <> (open for input & output), | kre |
| 2018-11-18 | It turns out there are more cases where escaping of meta-chars | kre |
| 2018-11-18 | Add some tests to detect the presence of a bug in sh reported by | kre |
| 2018-11-14 | Add a test for the bug in PR bin/53712 ( " { } > out " core dump ) | kre |
| 2018-07-20 | Several improvements to this test... | kre |
| 2018-07-10 | Add tests for pattern matching (filename expansion (glob), case statement | kre |
| 2018-06-27 | Add 3 more expr(1) ATF tests detecting overflow | kamil |
| 2018-06-27 | Add a couple of new ATF expr(1) tests | kamil |
| 2018-06-12 | Add 2 new expr(1) ATF tests | kamil |
| 2018-04-21 | Add a test case for PR bin/53201 | kre |
| 2017-11-16 | Add a test case for "set -X". | kre |
| 2017-10-06 | Add a new sub-test to validate ~ expansions. | kre |
| 2017-08-21 | Make the $'...' syntax tests test what is supposed to work, rather than | kre |
| 2017-08-19 | Add a few more sub-tests to the $'...' syntax tests. | kre |
| 2017-08-18 | Add a basic test for $'...' quoting (roughly C ctyle strings). | kre |
| 2017-07-26 | PR bin/48498 PR bin/52426 | kre |
| 2017-07-15 | Add some tests for the (likely forthcoming) pipefail option (modelled | kre |
| 2017-07-15 | Add basic tests for the forthcoming ',' '++' and '--' operators. | kre |
| 2017-06-24 | Give this test a promotion! This was the test that enabled the sh's | kre |
| 2017-06-24 | NFC: Added some comments (about other comments) | kre |
| 2017-06-16 | Add a new test to verify correct operation when a command substitution | kre |
| 2017-06-16 | Fix a really stupid typo/thinko that was preventing many of the | kre |
| 2017-06-09 | Add two new sub-tests to the c_line_wrapping test case. | kre |
| 2017-06-03 | Paranoia: add a new test case testing that $(( )) results get split | kre |
| 2017-06-03 | Complete the special request by quoting chapter & verse from POSIX | kre |
| 2017-06-03 | By special request, add a check that ${011} is ${11} not ${9} (etc) and | kre |
| 2017-06-03 | Add some extra sub-tests checking splitting of ${#var} - just for my | kre |
| 2017-06-02 | Add a new test case "nested_arith" (that is, things like $(( 1 + $(( 2 )) )) | kre |
| 2017-06-02 | Add 3 new subtests to the shell_params test case. These test currently | kre |
| 2017-06-02 | One more weird test of parsing (and correctly understanding) words | kre |
| 2017-06-02 | Guard against EVN being set, and possibly referencing an unset | kre |
| 2017-05-29 | Add a new test case wrap_strip based upon strip (ie: cut&paste.. to start) | kre |
| 2017-05-27 | Skip the test of non-posix behaviour if we are deliberately trying | kre |
| 2017-05-20 | Add a test of sh syntax & parsing (first attempt anyway.) | kre |
| 2017-05-15 | More test sub-cases for the dollar_hash ( ${#...} ) test. | kre |