author | Sebastian Harl <sh@tokkee.org> | |
Thu, 19 Feb 2009 12:14:35 +0000 (13:14 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 19 Feb 2009 12:14:35 +0000 (13:14 +0100) | ||
commit | 8fa1cf1c6e1ff5337fdda19446aa42ee81c3d816 | |
tree | 1d0a7f9420fdd499aaf47a47bb3aca1199c8c0ce | tree | snapshot |
parent | aec55dfa7f94fd4ff99cec0767e6ffed93a21339 | commit | diff |
table plugin, src/common: Un-escape '\t', '\n' and '\r' in column separators.
For this purpose, the function strunescape() has been added to the "common"
module. Currently, any escape sequence that's not '\t', '\n' or '\r' will be
expanded to the literal escaped character.
For this purpose, the function strunescape() has been added to the "common"
module. Currently, any escape sequence that's not '\t', '\n' or '\r' will be
expanded to the literal escaped character.
src/collectd.conf.pod | diff | blob | history | |
src/common.c | diff | blob | history | |
src/common.h | diff | blob | history | |
src/table.c | diff | blob | history |