aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/fun-priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure cppawk installation.Kaz Kylheku2022-07-021-50/+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".
* Add missing Copyright 2022 into license headers.Kaz Kylheku2022-04-161-1/+1
|
* cons: mapcar, mappend: doc, tests.Kaz Kylheku2022-04-161-1/+1
|
* call: allow empty argument list.Kaz Kylheku2022-04-131-1/+1
| | | | | We rely on the GNU extension ##__VA_ARGS__. The C++ __VA_OPT__(,) approach is too awful for words.
* fun() must expand arg; fix __fun clash issue.Kaz Kylheku2022-04-131-1/+1
|
* fun now implemented by fun-priv.Kaz Kylheku2022-04-131-0/+50