freebsd-src/usr.bin/bintrans
Kyle Evans d8fd551438 bintrans: disable argument permutation for qp and base64
Err on the side of caution and revert to the BSD-style getopt(3)
behavior for argument processing, as it's harder to go back and it's
not clear that this was strictly intentional.

This is the difference between allowing `base64 /COPYRIGHT -w 80` and
forcing `base64 -w 80 /COPYRIGHT`.

Reviewed by:	emaste, pstef
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D48483
2025-04-20 13:08:18 -05:00
..
tests Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
bintrans.1 bintrans(1): fix typo 2025-01-16 16:48:10 +01:00
bintrans.c bintrans: disable argument permutation for qp and base64 2025-04-20 13:08:18 -05:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
qp.c bintrans: disable argument permutation for qp and base64 2025-04-20 13:08:18 -05:00
uudecode.c bintrans: Error out if writing to the output failed. 2024-02-01 14:10:31 +01:00
uuencode.c bintrans: Error out if writing to the output failed. 2024-02-01 14:10:31 +01:00
uuencode.format.5