aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/base.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding Lisp-inspired data and control utilities.Kaz Kylheku2022-03-311-0/+3
|
* Test for features not awks.Kaz Kylheku2022-03-281-0/+4
| | | | | Let's start the practice of setting up some feature macros in base.h. Then test for features elsewhere.
* New <case.h> header and macro.Kaz Kylheku2022-03-271-0/+43
This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch.