aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* README: give links to man pages.Kaz Kylheku2022-04-051-4/+5
* Document sexp function.Kaz Kylheku2022-04-041-0/+111
* start test cases for <cons.h> material.Kaz Kylheku2022-04-044-38/+391
* Starting man page for <cons.h>.Kaz Kylheku2022-04-041-0/+775
* Handle undefined value in type system.Kaz Kylheku2022-04-041-1/+21
* unbox: handle nil => "nil"Kaz Kylheku2022-04-041-0/+2
* __li, __listar: indentation fix.Kaz Kylheku2022-04-041-2/+2
* box_sym: handle "nil" -> nil.Kaz Kylheku2022-04-041-1/+1
* New accessors stringp and symbolp.Kaz Kylheku2022-04-042-0/+14
* Rename sym to box_sym.Kaz Kylheku2022-04-042-2/+2
* Rename nump to numberp.Kaz Kylheku2022-04-042-6/+6