diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-13 18:37:16 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-13 18:37:16 +0200 |
commit | 916fcda554f5859ee51c4fb13031728a54d92a52 (patch) | |
tree | 43d24a71bfd2fe657ee49cf88e6228ffb55ef3ac /ChangeLog | |
parent | d26ba897eb944b84e4af7e1744e12b98803ccc4c (diff) | |
download | coreutils-916fcda554f5859ee51c4fb13031728a54d92a52.tar.xz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-07-13 Jim Meyering <jim@meyering.net> + 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. + Use proper backslash-quoting inside backticks. * configure.ac: Otherwise we run afoul of strict GNU tr: a string ending in a lone backslash would provoke a failure. |