]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r244401,245305,245308:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Jan 2013 22:00:43 +0000 (22:00 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Jan 2013 22:00:43 +0000 (22:00 +0000)
commitddd7dcb7e425b8d2ea3f40c6b74ebe1ab24f0268
tree2f59ee99e267394fa5ddbec6188fbd67d8fc7971
parent94a93aee2a4b70619329451afc57c9c68ba64a12
MFC r244401,245305,245308:

Replace our implementation of the vis(3) and unvis(3) APIs with
NetBSD's.  This output size limited versions of vis and unvis functions
as well as a set of vis variants that allow arbitrary characters to be
specified for encoding.

Finally, MIME Quoted-Printable encoding as described in RFC 2045 is
supported.

git-svn-id: svn://svn.freebsd.org/base/stable/9@245439 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libc-vis/unvis.3 [moved from lib/libc/gen/unvis.3 with 64% similarity]
contrib/libc-vis/unvis.c [new file with mode: 0644]
contrib/libc-vis/vis.3 [moved from lib/libc/gen/vis.3 with 54% similarity]
contrib/libc-vis/vis.c [new file with mode: 0644]
contrib/libc-vis/vis.h [moved from include/vis.h with 62% similarity]
include/Makefile
lib/libc/gen/Makefile.inc
lib/libc/gen/Symbol.map
lib/libc/gen/unvis-compat.c [new file with mode: 0644]
lib/libc/gen/unvis.c [deleted file]
lib/libc/gen/vis.c [deleted file]