| 6c9ed64c | 21-Jun-2023 |
Dag-Erling Smørgrav <[email protected]> |
m4: Add -G option which reverses -g.
This matches GNU m4's -G / --traditional option, and although BSD m4 in non-GNU mode is not exactly identical to GNU mode in traditional mode, it's close enough.
m4: Add -G option which reverses -g.
This matches GNU m4's -G / --traditional option, and although BSD m4 in non-GNU mode is not exactly identical to GNU mode in traditional mode, it's close enough.
Sponsored by: Klara, Inc. Reviewed by: kevans, imp Differential Revision: https://reviews.freebsd.org/D40697
show more ...
|
| db531a5d | 09-Sep-2019 |
Baptiste Daroussin <[email protected]> |
m4: import from OpenBSD
patch by espie@
replace sloppy parsing of numeric values with strtonum (incr, decr, divert)
still use integers, so use the natural bounds for these.
POSIX says m4 should e
m4: import from OpenBSD
patch by espie@
replace sloppy parsing of numeric values with strtonum (incr, decr, divert)
still use integers, so use the natural bounds for these.
POSIX says m4 should error when these use non numeric values, and now they do.
okay millert@
Obtained from: OpenBSD
show more ...
|
| e0f4e041 | 09-Sep-2019 |
Baptiste Daroussin <[email protected]> |
m4: import patch from OpenBSD
by espie@ ifelse is special, fix argv parsing to avoid segfault
problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sens
m4: import patch from OpenBSD
by espie@ ifelse is special, fix argv parsing to avoid segfault
problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sense.
we might want to warn on wrong number of parameters later, but this is somewhat inconsistent depending on the builtin right now.
okay millert@
Obtained from: OpenBSD
show more ...
|