aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 20220418.20220418Kaz Kylheku2022-04-185-5/+5
* cons: bags macro: document, test.Kaz Kylheku2022-04-182-0/+67
* cons: list_begin, list_add, list_end: document, test.Kaz Kylheku2022-04-183-1/+109
* cons: push, pop: document, test.Kaz Kylheku2022-04-162-0/+120
* Add missing Copyright 2022 into license headers.Kaz Kylheku2022-04-1615-15/+15
* cons: dolist, dolisti, doconses: doc, test.Kaz Kylheku2022-04-163-0/+137
* cons man page: add missing Description headings.Kaz Kylheku2022-04-161-0/+16
* cons: fields and set_fields: document, test.Kaz Kylheku2022-04-162-2/+79
* cons man page: add breaks after some .SH sections.Kaz Kylheku2022-04-161-6/+7
* cons: keys and values functions: document and test.Kaz Kylheku2022-04-162-3/+71
* cons man page: add FUNCTION APPLICATION section.Kaz Kylheku2022-04-161-0/+4
* Rename some array and field conversion functions.Kaz Kylheku2022-04-164-23/+30
* cons: mapcar, mappend: doc, tests.Kaz Kylheku2022-04-164-4/+116
* testsuite: add mechanism for skipping specific tests.Kaz Kylheku2022-04-161-0/+6
* cons: document and test uniq, new uniqual function.Kaz Kylheku2022-04-154-1/+98
* cons: iota: document, test, improve.Kaz Kylheku2022-04-153-12/+222
* cons: ldiff, last, butlast: doc, tests, fixes.Kaz Kylheku2022-04-153-3/+196
* cons: document nth and nthcdr; add testsKaz Kylheku2022-04-143-1/+91
* cons: document position function and add testsKaz Kylheku2022-04-142-0/+58
* 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-142-0/+58
* cons: add ldiff, last and butlast.Kaz Kylheku2022-04-143-5/+97
* iter: take advantage of @let if available.Kaz Kylheku2022-04-141-15/+54
* iter: indentation fix.Kaz Kylheku2022-04-141-5/+5
* base: __g() must prefix symbols with __Kaz Kylheku2022-04-141-1/+1
* cons man page: document list, append, li, listar.Kaz Kylheku2022-04-131-10/+222
* testcases-cons: test list, append, li, listar.Kaz Kylheku2022-04-131-0/+144
* cons-priv: fix uses of nil that should be __nil.Kaz Kylheku2022-04-132-3/+3
* cons-priv: move include of varg-priv down.Kaz Kylheku2022-04-131-4/+3
* narg man page: mention narg() returning 1 in BUGS.Kaz Kylheku2022-04-131-0/+18
* narg man page: remove stray character from synopsis.Kaz Kylheku2022-04-131-1/+1
* Some egawk support: use @let in case if available.Kaz Kylheku2022-04-133-2/+18
* call: allow empty argument list.Kaz Kylheku2022-04-131-1/+1
* cppawk-narg man page: fit example to 80 cols.Kaz Kylheku2022-04-131-1/+2
* fun() must expand arg; fix __fun clash issue.Kaz Kylheku2022-04-133-2/+4
* fun now implemented by fun-priv.Kaz Kylheku2022-04-133-24/+59
* narg: new variaexpand macro.Kaz Kylheku2022-04-124-0/+150
* narg: new variexpand macro.Kaz Kylheku2022-04-074-10/+199
* cons man page: formatting fixesKaz Kylheku2022-04-051-7/+9
* New function equalize.Kaz Kylheku2022-04-054-16/+151
* unbox: indentation fix.Kaz Kylheku2022-04-051-1/+1
* cons man page: whitespace fix in notation.Kaz Kylheku2022-04-051-2/+2
* equal: test cases, documentation.Kaz Kylheku2022-04-052-0/+151
* 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-054-1/+18
* man page: cross-ref other pages in SEE ALSO.Kaz Kylheku2022-04-051-1/+1
* README: give link to cppawk-cons man page.Kaz Kylheku2022-04-051-1/+3