Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify definition of variadic macros. | Kaz Kylheku | 2022-03-28 | 1 | -0/+10 |
| | |||||
* | Remove stray character in macro expansion. | Kaz Kylheku | 2022-03-28 | 1 | -1/+1 |
| | | | | | This would affect 15 argument variadic macros, like case clauses with exactly 15 keys. | ||||
* | Fix some include guards lacking trailing _H. | Kaz Kylheku | 2022-03-28 | 1 | -2/+2 |
| | |||||
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 1 | -0/+327 |
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. |