]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(struct E_string): Define.
authorJim Meyering <jim@meyering.net>
Thu, 19 Oct 1995 15:33:33 +0000 (15:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 19 Oct 1995 15:33:33 +0000 (15:33 +0000)
commitca63ca90ab5975e4e576f2c24e3f5fa43acd38b9
treed3b71a6ae5d6eae2650e3d609ddedac3046aaa9b
parent43dd57eba933bef02bcb845bbf8e5696c52a6ba5
(struct E_string): Define.
(unquote): Convert string to E_string instead of overwriting input.
Backslash-escaped non-special characters are marked as quoted in E_string.
(build_spec_list): Convert outer switch stmt to an if-stmt.
(parse_str): Update sole caller of unquote.
src/tr.c