Warn about non-portable use of unescaped backslash at end of string,
authorJim Meyering <jim@meyering.net>
Fri, 13 Jul 2007 16:37:16 +0000 (18:37 +0200)
committerJim Meyering <jim@meyering.net>
Fri, 13 Jul 2007 16:37:16 +0000 (18:37 +0200)
commit916fcda554f5859ee51c4fb13031728a54d92a52
tree43d24a71bfd2fe657ee49cf88e6228ffb55ef3ac
parentd26ba897eb944b84e4af7e1744e12b98803ccc4c
Warn about non-portable use of unescaped backslash at end of string,
and treat it as if it were escaped.
* src/tr.c (unquote): Considering that such usage would make GNU tr
from coreutils-5.2.1 and earlier *fail*, the least we can do now is
to warn about it.  Solaris' tr ignores it.
* NEWS: Mention this.
ChangeLog
NEWS
src/tr.c