Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting typo in man page. | Kaz Kylheku | 2022-10-09 | 1 | -1/+1 |
| | | | | | * cppawk.1: --dump-macros comes out wrong due to hyphen being mistyped as backslash. | ||||
* | Implement -E option and <safearg.h> header. | Kaz Kylheku | 2022-07-17 | 1 | -1/+64 |
| | | | | | | | | | | | | | | | The -E option is not passed through to the Awk implementation any more, which is not particularly useful, because the option resembles -f, and its argument requires likewise handling. We achieve the semantics that -E <name> is equivalent to -f <name> --. From the GNU Awk user's perspective, this is a regression in the semantics of -E which also has the effect of suppressing the processing of arguments which look like variable assignments. To make up for that, we provide the <safearg.h> header which suppresses all implicit treatment of the remaining arguments. | ||||
* | man page: remove stray text about backslash newlines.20220703 | Kaz Kylheku | 2022-07-03 | 1 | -6/+0 |
| | |||||
* | man page: add origin-comment example. | Kaz Kylheku | 2022-04-24 | 1 | -0/+18 |
| | |||||
* | man page: use fonts in examples. | Kaz Kylheku | 2022-04-24 | 1 | -5/+11 |
| | |||||
* | Add copyright block to a few man pages. | Kaz Kylheku | 2022-04-22 | 1 | -0/+26 |
| | |||||
* | man page: note issue with backslash continuation. | Kaz Kylheku | 2022-04-22 | 1 | -0/+23 |
| | |||||
* | Bump version to 20220419. | Kaz Kylheku | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | man page: mention non-recursion of macros in BUGS. | Kaz Kylheku | 2022-04-19 | 1 | -0/+22 |
| | |||||
* | Bump version to 20220418.20220418 | Kaz Kylheku | 2022-04-18 | 1 | -1/+1 |
| | |||||
* | man page: cross-ref other pages in SEE ALSO. | Kaz Kylheku | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Fix misuses of formatting macros in man pages. | Kaz Kylheku | 2022-03-29 | 1 | -73/+73 |
| | |||||
* | Bump version to 20220329.20220329 | Kaz Kylheku | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | Add cppawk-narg man page. | Kaz Kylheku | 2022-03-29 | 1 | -0/+6 |
| | |||||
* | Document <case.h> with own man page; bump date. | Kaz Kylheku | 2022-03-28 | 1 | -3/+14 |
| | |||||
* | man page: redesign __gawk_ver semantics. | Kaz Kylheku | 2022-03-26 | 1 | -20/+16 |
| | |||||
* | man page: revise BUGS section. | Kaz Kylheku | 2022-03-26 | 1 | -34/+15 |
| | |||||
* | Document __gawk_ver symbol. | Kaz Kylheku | 2022-03-26 | 1 | -0/+34 |
| | | | | | In the future, some cppawk headers will react to this symbol's value, if it is defined. | ||||
* | Bump version to 20220325.20220325 | Kaz Kylheku | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | New --dump-macros option. | Kaz Kylheku | 2022-03-24 | 1 | -0/+7 |
| | |||||
* | If Bash is available, use process substitution. | Kaz Kylheku | 2022-03-24 | 1 | -0/+6 |
| | |||||
* | Bump version; remove beta status from man page. | Kaz Kylheku | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | get rid of <stdver.h> header. | Kaz Kylheku | 2022-03-23 | 1 | -16/+20 |
| | | | | cppawk internally defines __cppawk_ver now. | ||||
* | Add options --prepro and --awk. | Kaz Kylheku | 2022-03-23 | 1 | -5/+46 |
| | |||||
* | Add cppawk-include directory and <stdver.h> header. | Kaz Kylheku | 2022-03-18 | 1 | -0/+12 |
| | |||||
* | Add awkloop example to man page. | Kaz Kylheku | 2022-03-18 | 1 | -0/+25 |
| | |||||
* | Don't use absolute paths for gawk and cpp. | Kaz Kylheku | 2022-03-18 | 1 | -3/+4 |
| | |||||
* | Manual page. | Kaz Kylheku | 2022-03-18 | 1 | -0/+186 |