Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/gen
On Fri, 26 Sep 2014, Roy Marples wrote:
Modified Files:
src/lib/libc/gen: unvis.c
Log Message:
Remove \$ as a hidden marker as vis(3) wasn't setting it
and it clobbered VIS_SHELL | VIS_CSTYLE.
This is wrong. "vis -l" outputs \$, and with this change, unvis won't
correctly handle it.
unvis is not intended to reverse shell-style escapes. You can use
the shell's eval command for that.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index