aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include
Commit message (Expand)AuthorAgeFilesLines
* iter: argmax, argmin: argument need not be variable!Kaz Kylheku2022-04-232-24/+25
* fields: new parameters to select subrange.Kaz Kylheku2022-04-221-3/+24
* New <field.h> header: positional parameter utils.Kaz Kylheku2022-04-221-0/+88
* varg-priv: whitespace fix.Kaz Kylheku2022-04-221-2/+2
* New man page: cppawk-varg.Kaz Kylheku2022-04-201-0/+1
* loop: argmax: single iter must produce arg.Kaz Kylheku2022-04-191-2/+2
* loop: argmax: no iters must produce nil.Kaz Kylheku2022-04-191-2/+2
* iter: rename loop_cross and lockstep.Kaz Kylheku2022-04-181-7/+7
* cons: list_begin, list_add, list_end: document, test.Kaz Kylheku2022-04-181-0/+1
* Add missing Copyright 2022 into license headers.Kaz Kylheku2022-04-1613-13/+13
* cons: dolist, dolisti, doconses: doc, test.Kaz Kylheku2022-04-161-0/+1
* Rename some array and field conversion functions.Kaz Kylheku2022-04-163-20/+27
* cons: mapcar, mappend: doc, tests.Kaz Kylheku2022-04-161-1/+1
* cons: document and test uniq, new uniqual function.Kaz Kylheku2022-04-152-0/+18
* cons: iota: document, test, improve.Kaz Kylheku2022-04-151-12/+32
* cons: ldiff, last, butlast: doc, tests, fixes.Kaz Kylheku2022-04-151-3/+3
* cons: document nth and nthcdr; add testsKaz Kylheku2022-04-141-1/+1
* cons: add ldiff, last and butlast.Kaz Kylheku2022-04-142-5/+93
* 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-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
* Some egawk support: use @let in case if available.Kaz Kylheku2022-04-132-2/+15
* call: allow empty argument list.Kaz Kylheku2022-04-131-1/+1
* 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-122-0/+101
* narg: new variexpand macro.Kaz Kylheku2022-04-072-4/+103
* New function equalize.Kaz Kylheku2022-04-052-4/+27
* unbox: indentation fix.Kaz Kylheku2022-04-051-1/+1
* Add box_str function.Kaz Kylheku2022-04-052-0/+6
* start test cases for <cons.h> material.Kaz Kylheku2022-04-041-30/+30
* 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
* Fix incorrect #defines for and and or.Kaz Kylheku2022-04-041-2/+2
* Get rid of true, false and __config_strict_falseKaz Kylheku2022-04-041-23/+2
* iter, vars, fun: use only cons-priv.Kaz Kylheku2022-04-033-14/+14
* iter: split off some macros into iter-priv.Kaz Kylheku2022-04-033-36/+85
* cons: split into private/public.Kaz Kylheku2022-04-034-739/+821
* cons: rename tolisp and toawk functions.Kaz Kylheku2022-04-031-6/+6
* varg-priv: fix circular dep with cons.Kaz Kylheku2022-04-021-5/+5
* loop: new if combinator.Kaz Kylheku2022-04-011-0/+6
* loop: new clauses first_then, for_var, collect_plus.Kaz Kylheku2022-03-311-0/+14
* list_add: fix multiple evaluation and paren problem.Kaz Kylheku2022-03-311-1/+6