Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cons: iota: document, test, improve. | Kaz Kylheku | 2022-04-15 | 1 | -0/+24 |
| | |||||
* | cons: ldiff, last, butlast: doc, tests, fixes. | Kaz Kylheku | 2022-04-15 | 1 | -0/+30 |
| | |||||
* | cons: document nth and nthcdr; add tests | Kaz Kylheku | 2022-04-14 | 1 | -0/+20 |
| | | | | Fixing semantics of nth for negative values. | ||||
* | cons: document position function and add tests | Kaz Kylheku | 2022-04-14 | 1 | -0/+20 |
| | |||||
* | cons: document member function and add tests. | Kaz Kylheku | 2022-04-14 | 1 | -0/+20 |
| | |||||
* | testcases-cons: test list, append, li, listar. | Kaz Kylheku | 2022-04-13 | 1 | -0/+144 |
| | |||||
* | New function equalize. | Kaz Kylheku | 2022-04-05 | 1 | -0/+41 |
| | |||||
* | equal: test cases, documentation. | Kaz Kylheku | 2022-04-05 | 1 | -0/+36 |
| | |||||
* | Add box_str function. | Kaz Kylheku | 2022-04-05 | 1 | -0/+4 |
| | |||||
* | start test cases for <cons.h> material. | Kaz Kylheku | 2022-04-04 | 1 | -0/+336 |
Small documentation tweak. Numerous bugfixes as a result of testing: null, endp, stringp, symbolp, box, unbox, cdr, equal all found to have some issues. |