aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/varg-priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure cppawk installation.Kaz Kylheku2022-07-021-392/+0
| | | | | | | | | cppawk now expects to be installed in some directory (typically "bin"), such that the include files are in a "share/cppawk/include" directory where "share" is a sibling of "bin". The git repository is restructured to match this shape; cppawk is moved into "bin", and the include files into "share/cppawk/include".
* varg-priv: whitespace fix.Kaz Kylheku2022-04-221-2/+2
|
* Add missing Copyright 2022 into license headers.Kaz Kylheku2022-04-161-1/+1
|
* cons-priv: fix uses of nil that should be __nil.Kaz Kylheku2022-04-131-1/+1
|
* iter, vars, fun: use only cons-priv.Kaz Kylheku2022-04-031-2/+2
|
* cons: split into private/public.Kaz Kylheku2022-04-031-34/+34
| | | | | A couple of loop clause macros now match the public macros, requiring a little adjustment.
* varg-priv: fix circular dep with cons.Kaz Kylheku2022-04-021-5/+5
|
* Adding Lisp-inspired data and control utilities.Kaz Kylheku2022-03-311-0/+392