Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cons: push, pop: document, test. | Kaz Kylheku | 2022-04-16 | 1 | -0/+91 |
| | |||||
* | Add missing Copyright 2022 into license headers. | Kaz Kylheku | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | cons: dolist, dolisti, doconses: doc, test. | Kaz Kylheku | 2022-04-16 | 1 | -0/+111 |
| | |||||
* | cons man page: add missing Description headings. | Kaz Kylheku | 2022-04-16 | 1 | -0/+16 |
| | |||||
* | cons: fields and set_fields: document, test. | Kaz Kylheku | 2022-04-16 | 1 | -2/+59 |
| | |||||
* | cons man page: add breaks after some .SH sections. | Kaz Kylheku | 2022-04-16 | 1 | -6/+7 |
| | | | | | | Certain SH headings look bad without line breaks. Others look funny ("un-man-page-like") if we add them, so we don't do this everywhere. | ||||
* | cons: keys and values functions: document and test. | Kaz Kylheku | 2022-04-16 | 1 | -3/+58 |
| | |||||
* | cons man page: add FUNCTION APPLICATION section. | Kaz Kylheku | 2022-04-16 | 1 | -0/+4 |
| | |||||
* | Rename some array and field conversion functions. | Kaz Kylheku | 2022-04-16 | 1 | -3/+3 |
| | | | | | | | | atol -> values ftol -> fields ltof -> set_fields values() goes with existing keys() nicely. | ||||
* | cons: mapcar, mappend: doc, tests. | Kaz Kylheku | 2022-04-16 | 1 | -2/+76 |
| | |||||
* | cons: document and test uniq, new uniqual function. | Kaz Kylheku | 2022-04-15 | 1 | -1/+50 |
| | |||||
* | cons: iota: document, test, improve. | Kaz Kylheku | 2022-04-15 | 1 | -0/+166 |
| | |||||
* | cons: ldiff, last, butlast: doc, tests, fixes. | Kaz Kylheku | 2022-04-15 | 1 | -0/+163 |
| | |||||
* | cons: document nth and nthcdr; add tests | Kaz Kylheku | 2022-04-14 | 1 | -0/+70 |
| | | | | Fixing semantics of nth for negative values. | ||||
* | cons: document position function and add tests | Kaz Kylheku | 2022-04-14 | 1 | -0/+38 |
| | |||||
* | cons man page: li, listar, member: formatting typo. | Kaz Kylheku | 2022-04-14 | 1 | -2/+2 |
| | |||||
* | cons man page: add font changes throughout. | Kaz Kylheku | 2022-04-14 | 1 | -115/+114 |
| | |||||
* | cons: document member function and add tests. | Kaz Kylheku | 2022-04-14 | 1 | -0/+38 |
| | |||||
* | cons: add ldiff, last and butlast. | Kaz Kylheku | 2022-04-14 | 1 | -0/+4 |
| | |||||
* | cons man page: document list, append, li, listar. | Kaz Kylheku | 2022-04-13 | 1 | -10/+222 |
| | |||||
* | cons man page: formatting fixes | Kaz Kylheku | 2022-04-05 | 1 | -7/+9 |
| | | | | | | | - two run on Description headings. - botched formatting under equalize - cons man page: four typecodes, not three. - cons man page: missing closing quote in example string. | ||||
* | New function equalize. | Kaz Kylheku | 2022-04-05 | 1 | -12/+83 |
| | |||||
* | cons man page: whitespace fix in notation. | Kaz Kylheku | 2022-04-05 | 1 | -2/+2 |
| | |||||
* | equal: test cases, documentation. | Kaz Kylheku | 2022-04-05 | 1 | -0/+115 |
| | |||||
* | cons man page: new convention for undefined vars. | Kaz Kylheku | 2022-04-05 | 1 | -7/+13 |
| | |||||
* | cons man page: runaway bold. | Kaz Kylheku | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | cons man page: missing periods. | Kaz Kylheku | 2022-04-05 | 1 | -2/+2 |
| | |||||
* | Add box_str function. | Kaz Kylheku | 2022-04-05 | 1 | -1/+8 |
| | |||||
* | Document sexp function. | Kaz Kylheku | 2022-04-04 | 1 | -0/+111 |
| | |||||
* | start test cases for <cons.h> material. | Kaz Kylheku | 2022-04-04 | 1 | -1/+3 |
| | | | | | | Small documentation tweak. Numerous bugfixes as a result of testing: null, endp, stringp, symbolp, box, unbox, cdr, equal all found to have some issues. | ||||
* | Starting man page for <cons.h>. | Kaz Kylheku | 2022-04-04 | 1 | -0/+775 |