Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
bintrans: replace the quoted printable encoder/decoderReplace the quoted printable code with one that respects RFC2045Add tests about this parsers and encoders, using examples from thewikipedia p
bintrans: replace the quoted printable encoder/decoderReplace the quoted printable code with one that respects RFC2045Add tests about this parsers and encoders, using examples from thewikipedia page.Reviewed by: pstefDifferential Revision: https://reviews.freebsd.org/D36314
show more ...
bintrans: reinstate a test case that I lostReported by: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/21166
bintrans: move files to a new directoryAnd reflect the change in various places.