aboutsummaryrefslogtreecommitdiffstats
path: root/testcases-cons
Commit message (Collapse)AuthorAgeFilesLines
* cons: push, pop: document, test.Kaz Kylheku2022-04-161-0/+29
|
* cons: dolist, dolisti, doconses: doc, test.Kaz Kylheku2022-04-161-0/+25
|
* cons: fields and set_fields: document, test.Kaz Kylheku2022-04-161-0/+20
|
* cons: keys and values functions: document and test.Kaz Kylheku2022-04-161-0/+13
|
* cons: mapcar, mappend: doc, tests.Kaz Kylheku2022-04-161-0/+38
|
* cons: document and test uniq, new uniqual function.Kaz Kylheku2022-04-151-0/+30
|
* cons: iota: document, test, improve.Kaz Kylheku2022-04-151-0/+24
|
* cons: ldiff, last, butlast: doc, tests, fixes.Kaz Kylheku2022-04-151-0/+30
|
* cons: document nth and nthcdr; add testsKaz Kylheku2022-04-141-0/+20
| | | | Fixing semantics of nth for negative values.
* cons: document position function and add testsKaz Kylheku2022-04-141-0/+20
|
* cons: document member function and add tests.Kaz Kylheku2022-04-141-0/+20
|
* testcases-cons: test list, append, li, listar.Kaz Kylheku2022-04-131-0/+144
|
* New function equalize.Kaz Kylheku2022-04-051-0/+41
|
* equal: test cases, documentation.Kaz Kylheku2022-04-051-0/+36
|
* Add box_str function.Kaz Kylheku2022-04-051-0/+4
|
* start test cases for <cons.h> material.Kaz Kylheku2022-04-041-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.