Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify definition of variadic macros. | Kaz Kylheku | 2022-03-28 | 2 | -8/+16 | |
| | ||||||
* | 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 | 2 | -3/+3 | |
| | ||||||
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 5 | -1/+493 | |
| | | | | | | 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. | |||||
* | Keep empty cppawk-include directory. | Kaz Kylheku | 2022-03-24 | 1 | -0/+1 | |
| | ||||||
* | get rid of <stdver.h> header. | Kaz Kylheku | 2022-03-23 | 1 | -1/+0 | |
| | | | | cppawk internally defines __cppawk_ver now. | |||||
* | Add cppawk-include directory and <stdver.h> header. | Kaz Kylheku | 2022-03-18 | 1 | -0/+1 | |