aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk-include/base.h
Commit message (Collapse)AuthorAgeFilesLines
* base: __g() must prefix symbols with __Kaz Kylheku2022-04-141-1/+1
|
* Some egawk support: use @let in case if available.Kaz Kylheku2022-04-131-1/+8
|
* fun() must expand arg; fix __fun clash issue.Kaz Kylheku2022-04-131-0/+2
|
* 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.