Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base: __g() must prefix symbols with __ | Kaz Kylheku | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | Some egawk support: use @let in case if available. | Kaz Kylheku | 2022-04-13 | 1 | -1/+8 |
| | |||||
* | fun() must expand arg; fix __fun clash issue. | Kaz Kylheku | 2022-04-13 | 1 | -0/+2 |
| | |||||
* | Adding Lisp-inspired data and control utilities. | Kaz Kylheku | 2022-03-31 | 1 | -0/+3 |
| | |||||
* | Test for features not awks. | Kaz Kylheku | 2022-03-28 | 1 | -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 Kylheku | 2022-03-27 | 1 | -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. |