Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/uuencode



Module Name:    src
Committed By:   rin
Date:           Mon Mar  4 05:37:08 UTC 2019

Modified Files:
        src/usr.bin/uuencode: uuencode.5 uuencode.c

Log Message:
When input is not a multiple of three bytes in size, pad null
characters instead of garbage. This makes output reproducible.

Taken from FreeBSD:
https://svnweb.freebsd.org/base?view=revision&revision=84715

Even though this is not demanded by POSIX, uuencode(1) in
FreeBSD, OpenBSD, macOS, and GNU, behaves that way.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/uuencode/uuencode.5
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/uuencode/uuencode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index