| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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".
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The nested form based on the reduce concept is more general;
one macro does it all.
|
|
|
|
|
| |
Let's start the practice of setting up some feature macros in
base.h. Then test for features elsewhere.
|
| |
|
| |
|
|
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.
|