Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cons: mapcar, mappend: doc, tests. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | start test cases for <cons.h> material. | Kaz Kylheku | 2022-04-04 | 1 | -7/+22 |
| | | | | | | Small documentation tweak. Numerous bugfixes as a result of testing: null, endp, stringp, symbolp, box, unbox, cdr, equal all found to have some issues. | ||||
* | Iteration test cases. | Kaz Kylheku | 2022-03-31 | 1 | -0/+3 |
| | |||||
* | New public header <narg.h>. | Kaz Kylheku | 2022-03-29 | 1 | -0/+4 |
| | |||||
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 1 | -2/+4 |
| | | | | | | This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch. | ||||
* | runtests: remove script.sh and output. | Kaz Kylheku | 2022-03-26 | 1 | -0/+1 |
| | |||||
* | Use awk for testsuite rather than cppawk. | Kaz Kylheku | 2022-03-25 | 1 | -2/+2 |
| | | | | | | There are ways in which cppawk can be fundamentally broken which will cause the test suite to appear to succeed, but without actually running any tests. | ||||
* | Run all test cases with and without --nobash option. | Kaz Kylheku | 2022-03-24 | 1 | -1/+2 |
| | |||||
* | Add runtests script. | Kaz Kylheku | 2022-03-18 | 1 | -0/+2 |