aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-cons.1
Commit message (Collapse)AuthorAgeFilesLines
* cons: push, pop: document, test.Kaz Kylheku2022-04-161-0/+91
|
* Add missing Copyright 2022 into license headers.Kaz Kylheku2022-04-161-1/+1
|
* cons: dolist, dolisti, doconses: doc, test.Kaz Kylheku2022-04-161-0/+111
|
* cons man page: add missing Description headings.Kaz Kylheku2022-04-161-0/+16
|
* cons: fields and set_fields: document, test.Kaz Kylheku2022-04-161-2/+59
|
* cons man page: add breaks after some .SH sections.Kaz Kylheku2022-04-161-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 Kylheku2022-04-161-3/+58
|
* cons man page: add FUNCTION APPLICATION section.Kaz Kylheku2022-04-161-0/+4
|
* Rename some array and field conversion functions.Kaz Kylheku2022-04-161-3/+3
| | | | | | | | atol -> values ftol -> fields ltof -> set_fields values() goes with existing keys() nicely.
* cons: mapcar, mappend: doc, tests.Kaz Kylheku2022-04-161-2/+76
|
* cons: document and test uniq, new uniqual function.Kaz Kylheku2022-04-151-1/+50
|
* cons: iota: document, test, improve.Kaz Kylheku2022-04-151-0/+166
|
* cons: ldiff, last, butlast: doc, tests, fixes.Kaz Kylheku2022-04-151-0/+163
|
* cons: document nth and nthcdr; add testsKaz Kylheku2022-04-141-0/+70
| | | | Fixing semantics of nth for negative values.
* cons: document position function and add testsKaz Kylheku2022-04-141-0/+38
|
* cons man page: li, listar, member: formatting typo.Kaz Kylheku2022-04-141-2/+2
|
* cons man page: add font changes throughout.Kaz Kylheku2022-04-141-115/+114
|
* cons: document member function and add tests.Kaz Kylheku2022-04-141-0/+38
|
* cons: add ldiff, last and butlast.Kaz Kylheku2022-04-141-0/+4
|
* cons man page: document list, append, li, listar.Kaz Kylheku2022-04-131-10/+222
|
* cons man page: formatting fixesKaz Kylheku2022-04-051-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 Kylheku2022-04-051-12/+83
|
* cons man page: whitespace fix in notation.Kaz Kylheku2022-04-051-2/+2
|
* equal: test cases, documentation.Kaz Kylheku2022-04-051-0/+115
|
* cons man page: new convention for undefined vars.Kaz Kylheku2022-04-051-7/+13
|
* cons man page: runaway bold.Kaz Kylheku2022-04-051-1/+1
|
* cons man page: missing periods.Kaz Kylheku2022-04-051-2/+2
|
* Add box_str function.Kaz Kylheku2022-04-051-1/+8
|
* Document sexp function.Kaz Kylheku2022-04-041-0/+111
|
* start test cases for <cons.h> material.Kaz Kylheku2022-04-041-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 Kylheku2022-04-041-0/+775