aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iter: argmax, argmin: argument need not be variable!Kaz Kylheku2022-04-233-60/+91
* set_fields: document/test the start index param.Kaz Kylheku2022-04-232-4/+38
* fields: new parameters to select subrange.Kaz Kylheku2022-04-223-9/+123
* cons man page: tweak optional arg syntax.Kaz Kylheku2022-04-221-4/+4
* narg man page: fix wrong ref to Case Macro.Kaz Kylheku2022-04-221-1/+1
* Add copyright block to a few man pages.Kaz Kylheku2022-04-223-0/+78
* New <field.h> header: positional parameter utils.Kaz Kylheku2022-04-225-2/+460
* Testcases for <varg.h>.Kaz Kylheku2022-04-222-0/+285
* varg-priv: whitespace fix.Kaz Kylheku2022-04-221-2/+2
* man page: note issue with backslash continuation.Kaz Kylheku2022-04-221-0/+23
* cppawk-fun man page: ITER in header, missing example.Kaz Kylheku2022-04-211-3/+25
* New man page: cppawk-varg.Kaz Kylheku2022-04-203-5/+330
* README: turn header names into links.Kaz Kylheku2022-04-201-12/+10
* New man page: cppawk-fun.Kaz Kylheku2022-04-202-0/+134
* README: <iter.h> is documented.Kaz Kylheku2022-04-191-3/+3
* Bump version to 20220419.Kaz Kylheku2022-04-196-6/+6
* New man page: cppawk-iter.Kaz Kylheku2022-04-191-0/+1554
* man page: mention non-recursion of macros in BUGS.Kaz Kylheku2022-04-191-0/+22
* loop: argmax: single iter must produce arg.Kaz Kylheku2022-04-192-2/+19
* loop: argmax: no iters must produce nil.Kaz Kylheku2022-04-192-2/+19
* iter: rename loop_cross and lockstep.Kaz Kylheku2022-04-182-15/+15
* README: completion of cons.h, mention unpublished headers.Kaz Kylheku2022-04-181-2/+17
* 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