aboutsummaryrefslogtreecommitdiffstats
path: root/cppawk.1
Commit message (Collapse)AuthorAgeFilesLines
* Formatting typo in man page.Kaz Kylheku2022-10-091-1/+1
| | | | | * cppawk.1: --dump-macros comes out wrong due to hyphen being mistyped as backslash.
* Implement -E option and <safearg.h> header.Kaz Kylheku2022-07-171-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.20220703Kaz Kylheku2022-07-031-6/+0
|
* man page: add origin-comment example.Kaz Kylheku2022-04-241-0/+18
|
* man page: use fonts in examples.Kaz Kylheku2022-04-241-5/+11
|
* Add copyright block to a few man pages.Kaz Kylheku2022-04-221-0/+26
|
* man page: note issue with backslash continuation.Kaz Kylheku2022-04-221-0/+23
|
* Bump version to 20220419.Kaz Kylheku2022-04-191-1/+1
|
* man page: mention non-recursion of macros in BUGS.Kaz Kylheku2022-04-191-0/+22
|
* Bump version to 20220418.20220418Kaz Kylheku2022-04-181-1/+1
|
* man page: cross-ref other pages in SEE ALSO.Kaz Kylheku2022-04-051-1/+1
|
* Fix misuses of formatting macros in man pages.Kaz Kylheku2022-03-291-73/+73
|
* Bump version to 20220329.20220329Kaz Kylheku2022-03-291-1/+1
|
* Add cppawk-narg man page.Kaz Kylheku2022-03-291-0/+6
|
* Document <case.h> with own man page; bump date.Kaz Kylheku2022-03-281-3/+14
|
* man page: redesign __gawk_ver semantics.Kaz Kylheku2022-03-261-20/+16
|
* man page: revise BUGS section.Kaz Kylheku2022-03-261-34/+15
|
* Document __gawk_ver symbol.Kaz Kylheku2022-03-261-0/+34
| | | | | In the future, some cppawk headers will react to this symbol's value, if it is defined.
* Bump version to 20220325.20220325Kaz Kylheku2022-03-241-1/+1
|
* New --dump-macros option.Kaz Kylheku2022-03-241-0/+7
|
* If Bash is available, use process substitution.Kaz Kylheku2022-03-241-0/+6
|
* Bump version; remove beta status from man page.Kaz Kylheku2022-03-241-1/+1
|
* get rid of <stdver.h> header.Kaz Kylheku2022-03-231-16/+20
| | | | cppawk internally defines __cppawk_ver now.
* Add options --prepro and --awk.Kaz Kylheku2022-03-231-5/+46
|
* Add cppawk-include directory and <stdver.h> header.Kaz Kylheku2022-03-181-0/+12
|
* Add awkloop example to man page.Kaz Kylheku2022-03-181-0/+25
|
* Don't use absolute paths for gawk and cpp.Kaz Kylheku2022-03-181-3/+4
|
* Manual page.Kaz Kylheku2022-03-181-0/+186